Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaLang/julia Loading
base: 4380acd
Choose a base ref
...
head repository: JuliaLang/julia Loading
compare: dffb8cc
Choose a head ref
  • 9 commits
  • 51 files changed
  • 6 contributors

Commits on Mar 20, 2018

  1. Fix nextind out of bounds error

    when `i` was equal to `necodeunits(s)` the function sometimes accessed a string at `i+1` position.
    bkamins committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    60d4a8f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. Configuration menu
    Copy the full SHA
    6152a8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14da42e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    840c1ae View commit details
    Browse the repository at this point in the history
  4. typeinfo: more resilience for user-defined types (#26630)

    Currently, if a user-defined collection-like type doesn't handle
    the typeinfo property, an assertion is thrown in some circumstances.
    This strictness is here lifted up, and maintained only for types
    defined in Core/Base.
    rfourquet authored and JeffBezanson committed Mar 28, 2018
    1 Configuration menu
    Copy the full SHA
    40127a6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #26549 from bkamins/patch-18

    Fix nextind out of bounds error
    vchuravy committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    8ec16ea View commit details
    Browse the repository at this point in the history
  6. Thread safety of printing and matmul (#26562)

    * make generic matmul thread-safe (fixes #22581)
    
    * use per-thread DIGITS buffer in grisu and printf (fixes #25727)
    
    * refactor resize_nthreads into an unexported Threads function
    stevengj committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    b80fc88 View commit details
    Browse the repository at this point in the history
  7. eval: add fast-path for . expr

    macro head uses this to resolve symbols,
    which we want to allow even in pure context (generated functions)
    vtjnash committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    f88af9f View commit details
    Browse the repository at this point in the history
  8. cfunction macro: extend cfunction capabilities

    Provide static support for handling dynamic calls and closures
    vtjnash committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    dffb8cc View commit details
    Browse the repository at this point in the history
Loading