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: 7b3ad394ca31365b0f7b8d7949b7327a35491526
Choose a base ref
...
head repository: JuliaLang/julia Loading
compare: 965becf0975a372aea5e89eb2d998e5f7e393e16
Choose a head ref
  • 9 commits
  • 28 files changed
  • 6 contributors

Commits on Nov 24, 2017

  1. runtime-intrinsics: fix definition of shifts

    The compiled version does zext, whereas this was doing sext.
    vtjnash committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    55a2ddd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fee8a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. build: use libwhich to improve installation reliability

    This removes the last remaining dependence on `ldconfig -p` (#22828)
    as well as DYLD_FALLBACK_LIBRARY_PATH (#24789).
    
    fix #6742
    vtjnash committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    f7d7606 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. store strings in comparison test results instead of the original obje…

    …cts (#24847)
    
    this avoids deserialization errors
    JeffBezanson committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    016b23c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24796 from JuliaLang/jn/libwhich

    build: use libwhich to improve installation reliability
    staticfloat committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    cb1b4f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. a couple small items to help out the compiler (#24872)

    - avoid making lots of Pair types in `filter!` on ObjectIdDict
    - move precompile.jl later to reduce method invalidations
    JeffBezanson committed Dec 1, 2017
    2 Configuration menu
    Copy the full SHA
    7198ddf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24751 from JuliaLang/jn/runtime_intrinsics_less_a…

    …lloc
    
     runtime-intrinsics: reduce allocations for common types
    vtjnash committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    197785d View commit details
    Browse the repository at this point in the history
  3. deprecate some trues and falses constructors (#24867)

    - falses(A::AbstractArray) -> falses(size(A))
      - trues(A::AbstractArray)  -> trues(size(A))
    fredrikekre committed Dec 1, 2017
    2 Configuration menu
    Copy the full SHA
    dba7e57 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2017

  1. Deprecate (cum)sum_kbn

    This removes `sum_kbn` and `cumsum_kbn` in favor of `sum` and `cumsum`,
    respectively, with the `*_kbn` functions moving to a package.
    
    Fixes #24804
    ararslan committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    965becf View commit details
    Browse the repository at this point in the history
Loading