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: 5aa9d2944da10a32793001c367067603761a11a7
Choose a base ref
...
head repository: JuliaLang/julia Loading
compare: cf661e306bb5555cdaf583605d9132e77a01eab6
Choose a head ref
  • 6 commits
  • 52 files changed
  • 3 contributors

Commits on Nov 24, 2014

  1. fix bigfloat itrunc error

    simonbyrne committed Nov 24, 2014
    Configuration menu
    Copy the full SHA
    9ce91ff View commit details
    Browse the repository at this point in the history
  2. juliatypes.jl: implement exhaustive search over unions

    currently this breaks unions in varargs
    
    we also need to handle multiple lexical occurrences of the same Union, e.g.
    
    U = Union(Int,Int8); (U, U, U)
    
    since I'm replacing Unions based on object id. hopefully this fix can also
    restore varargs, by recording multiple occurrences of the union in
    
    (A, B, C) <: (Union(C,D)...)
    JeffBezanson committed Nov 24, 2014
    Configuration menu
    Copy the full SHA
    b7eac02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bee1a40 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9138 from simonbyrne/bigfloat-itrunc

    fix bigfloat itrunc error
    tkelman committed Nov 24, 2014
    Configuration menu
    Copy the full SHA
    0d545b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56852d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf661e3 View commit details
    Browse the repository at this point in the history
Loading