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: 8b49130
Choose a base ref
...
head repository: JuliaLang/julia Loading
compare: 2450de8
Choose a head ref
  • 10 commits
  • 9 files changed
  • 6 contributors

Commits on Jul 19, 2016

  1. Revert "temporarily distclean libgit2 and deps on travis" (#17485)

    This reverts commit 854d905.
    [av skip]
    tkelman committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    d0dfbd9 View commit details
    Browse the repository at this point in the history
  2. Return to previous strategy for @ inferred without kwargs (#17482)

    While the new code worked, it slowed things down too much.
    simonster authored and tkelman committed Jul 19, 2016
    2 Configuration menu
    Copy the full SHA
    dc14f2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93ee8dd View commit details
    Browse the repository at this point in the history
  4. Don't introduce spurious libLLVM dependency into julia binary (#17486)

    * Don't introduce spurious libLLVM dependency into julia binary
    
    This causes problems with the new RPATH handling since we now omit
    lib/julia from the executable's RPATH. Fix this by not forcing
    the executable to link against libLLVM, since we don't require it.
    
    Fixes #17484.
    
    * Provide link-time rpath
    
    Unlike ld.so, ld does not understand `$ORIGIN`, so provide the full path to it at link
    time to make sure it can find the appropriate dependencies.
    Keno authored and tkelman committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    c7ca319 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b901a44 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a53873 View commit details
    Browse the repository at this point in the history
  7. reject .! operator

    stevengj committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    c0eb53f View commit details
    Browse the repository at this point in the history
  8. NEWS for new operators

    stevengj committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    9096b7d View commit details
    Browse the repository at this point in the history
  9. tests

    stevengj committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    67517c8 View commit details
    Browse the repository at this point in the history
  10. move tests to parse.jl

    stevengj committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    2450de8 View commit details
    Browse the repository at this point in the history
Loading