Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define dot product between vectors of arrays/numbers #22220

Closed
wants to merge 10,000 commits into from
Closed

Define dot product between vectors of arrays/numbers #22220

wants to merge 10,000 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 16, 2017

  1. Configuration menu
    Copy the full SHA
    198dabd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b67544 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1140fb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8ea09d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2446621 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    564c6e9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #21893 from JuliaLang/yyc/threads/core-print

    Make CoreIO thread-safer
    yuyichao authored May 16, 2017
    Configuration menu
    Copy the full SHA
    020d417 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #21913 from JuliaLang/aa/llvm-eh-handler

    Add a missing return in doInitialization
    yuyichao authored May 16, 2017
    Configuration menu
    Copy the full SHA
    4d72004 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #21695 from GregPlowman/glp/remote_loading

    Load module on remote workers from master (v2)
    vchuravy authored May 16, 2017
    Configuration menu
    Copy the full SHA
    ce278c2 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

  1. Configuration menu
    Copy the full SHA
    6b5a445 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #21777 from JuliaLang/jb/deprecate_type_reswords

    turn on deprecation warnings for `type` and `immutable`
    JeffBezanson authored May 17, 2017
    Configuration menu
    Copy the full SHA
    3ad7d16 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #21780 from JuliaLang/jb/fix16937

    give a syntax error for repeated keyword args. fixes #16937
    JeffBezanson authored May 17, 2017
    Configuration menu
    Copy the full SHA
    2892afc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #21907 from JuliaLang/jb/fix21848

    fix #21848, bug in widening done by limit_type_depth
    JeffBezanson authored May 17, 2017
    Configuration menu
    Copy the full SHA
    4e8d199 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #21787 from JuliaLang/jb/fix20575

    fix #20575, syntax error for juxtaposing a string literal
    JeffBezanson authored May 17, 2017
    Configuration menu
    Copy the full SHA
    365206d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #21902 from JuliaLang/tb/makefile_asan

    Build fixes for ASAN
    tkelman authored May 17, 2017
    Configuration menu
    Copy the full SHA
    a10bc79 View commit details
    Browse the repository at this point in the history
  7. Fix pool lookup function

    yuyichao committed May 17, 2017
    Configuration menu
    Copy the full SHA
    03a7148 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #21890 from musm/patch-3

    Use where syntax in umfpack.jl
    Sacha0 authored May 17, 2017
    Configuration menu
    Copy the full SHA
    ef718a3 View commit details
    Browse the repository at this point in the history
  9. Use cached urls for appveyor and contrib/prepare_release.sh

    downloads of nightlies
    tkelman committed May 17, 2017
    Configuration menu
    Copy the full SHA
    03c3561 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    45522aa View commit details
    Browse the repository at this point in the history
  11. Merge pull request #21911 from JuliaLang/jb/fix21906

    fix #21906, `ccall` causes unnecessary variable `Box`
    JeffBezanson authored May 17, 2017
    Configuration menu
    Copy the full SHA
    7484568 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #21443 from JuliaLang/cv/show_supertypes

    Create show_supertypes function
    omus authored May 17, 2017
    Configuration menu
    Copy the full SHA
    b067d72 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #21924 from JuliaLang/yyc/gc/debug

    Fix pool lookup function
    yuyichao authored May 17, 2017
    Configuration menu
    Copy the full SHA
    243d186 View commit details
    Browse the repository at this point in the history
  14. Do not reinterpret to wrong alignment

    This is undefined behavior in LLVM and can actually segfault on real hardware
    including x86 in certain cases.
    
    Also add missing endianess test since it is changed in this commit.
    yuyichao committed May 17, 2017
    Configuration menu
    Copy the full SHA
    942f06f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    25a6c1a View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

  1. Configuration menu
    Copy the full SHA
    e4a8146 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31c453b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7632cc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6865a69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5fb71c0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #21692 from JuliaLang/rf/digits-neg

    base/digits: allow negative bases
    rfourquet authored May 18, 2017
    Configuration menu
    Copy the full SHA
    e405c63 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #21927 from JuliaLang/tk/newurls

    Use cached urls for appveyor and contrib/prepare_release.sh
    staticfloat authored May 18, 2017
    Configuration menu
    Copy the full SHA
    f0145c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de41151 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b0244b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3c43d7e View commit details
    Browse the repository at this point in the history
  11. Add gvim support in edit (#21873)

    Currently `gvim` is not recognized by `edit(path, line)`. I recommend to add it with option to run in background turned on.
    bkamins authored and ararslan committed May 18, 2017
    Configuration menu
    Copy the full SHA
    42f3ccf View commit details
    Browse the repository at this point in the history
  12. Merge pull request #21936 from JuliaLang/rf/ndigits-bool

    re-enable ndigits(::Bool, b) (fix #21919)
    JeffBezanson authored May 18, 2017
    Configuration menu
    Copy the full SHA
    ebb180e View commit details
    Browse the repository at this point in the history
  13. Merge pull request #21928 from JuliaLang/jb/fix21923

    fix #21923, regressions in circular type definitions
    JeffBezanson authored May 18, 2017
    Configuration menu
    Copy the full SHA
    86188b0 View commit details
    Browse the repository at this point in the history
  14. Remove unnecessary at-async in parallel-computing docs (#21952)

    `remote_do` is already an async call.
    felipenoris authored and ararslan committed May 18, 2017
    Configuration menu
    Copy the full SHA
    405e9e0 View commit details
    Browse the repository at this point in the history
  15. Implement, test, doc git descriptions for things (#20885)

    * Add GitDescribe functions and tests
    
    * Add docs for new functions
    
    * "git-describe" => "git describe"
    
    * Fix hypen
    kshyatt authored May 18, 2017
    Configuration menu
    Copy the full SHA
    613da57 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #21831 from JuliaLang/yyc/align

    Fix and enforce reinterpret/unsafe_wrap alignment
    yuyichao authored May 18, 2017
    Configuration menu
    Copy the full SHA
    0605b76 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2017

  1. Configuration menu
    Copy the full SHA
    f192622 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebd2e8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    489fea8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #21654 from JuliaLang/rf/big-ccall

    group ccall'ed MPZ library functions in a module
    rfourquet authored May 19, 2017
    Configuration menu
    Copy the full SHA
    158e798 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2827b8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44a9b46 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #21619 from JuliaLang/kf/cmdprinting

    Make structure of Cmd more obvious in printing
    StefanKarpinski authored May 19, 2017
    Configuration menu
    Copy the full SHA
    9ad0220 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #21197 from stevengj/cmdarray

    access Cmd elements as an array of strings
    StefanKarpinski authored May 19, 2017
    Configuration menu
    Copy the full SHA
    629eb80 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c721d21 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    06f663d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2017

  1. Configuration menu
    Copy the full SHA
    87cb84f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18d6fee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    418ba75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b9cbf0 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2017

  1. Docmenting options

    singam-sanjay committed May 21, 2017
    Configuration menu
    Copy the full SHA
    96b8a6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    060b1cc View commit details
    Browse the repository at this point in the history
  3. Fix all pedantic warnings in C

    Hopefully this will make it easier to compile C code as C++ with GCC/Clang
    yuyichao committed May 21, 2017
    Configuration menu
    Copy the full SHA
    28c90e7 View commit details
    Browse the repository at this point in the history
  4. Define sincos

    Fix #10442
    yuyichao committed May 21, 2017
    Configuration menu
    Copy the full SHA
    b901e21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d09e8be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2de4e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    381da80 View commit details
    Browse the repository at this point in the history
  8. added NEWS entry

    amitmurthy committed May 21, 2017
    Configuration menu
    Copy the full SHA
    9ab6fab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6297239 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    63bd2bf View commit details
    Browse the repository at this point in the history
  11. Fix issymmetric and is hermitian for Symmetric and Hermitian matrices (

    …#21994)
    
    by only looking at the "active" triangle of the memory
    andreasnoack authored May 21, 2017
    Configuration menu
    Copy the full SHA
    5c9f529 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #22001 from JuliaLang/yyc/warning

    Fix fallthrough warning on gcc 7
    yuyichao authored May 21, 2017
    Configuration menu
    Copy the full SHA
    964eb59 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2017

  1. Merge pull request #22005 from JuliaLang/yyc/pedantic

    Fix all pedantic warnings in C
    yuyichao authored May 22, 2017
    Configuration menu
    Copy the full SHA
    d8b26c0 View commit details
    Browse the repository at this point in the history
  2. Minor clean up in symbol allocation and lookup

    * Remove `volatile`.
    
        The thread safety is provided by atomics and not volatile
    
    * Update comment.
    
        We are now relying on the GC bits to be `GC_OLD_MARKED` in order to not update it's metadata
        similar to other ptrfree permgen objects allocations.
    yuyichao committed May 22, 2017
    Configuration menu
    Copy the full SHA
    3825996 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #21818 from JuliaLang/amitm/reuseportfix

    Fix reuse of client port on Linux. Implement for OSX.
    amitmurthy authored May 22, 2017
    Configuration menu
    Copy the full SHA
    5ab6bce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7f3ae1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #21825 from JuliaLang/amitm/getsockname

    getsockname mirrors UNIX getsockname now. Added getpeername.
    amitmurthy authored May 22, 2017
    Configuration menu
    Copy the full SHA
    6e8e59b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f1c3bf4 View commit details
    Browse the repository at this point in the history
  7. Return socket correctly in socket_reuse_port (#22017)

    * Return socket correctly in socket_reuse_port
    * Run reuseport tests only if SO_REUSEPORT is supported.
    * Test fix - test for successful addition of workers in distributed test
    amitmurthy authored May 22, 2017
    Configuration menu
    Copy the full SHA
    4110db9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b1a76f2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #21903 from singam-sanjay/USE_POLLY_ACC-withGPURun…

    …timeHeader
    
    Introduce USE_POLLY_ACC
    staticfloat authored May 22, 2017
    Configuration menu
    Copy the full SHA
    d49372a View commit details
    Browse the repository at this point in the history
  10. Add necessary LLVM patches

    Keno committed May 22, 2017
    Configuration menu
    Copy the full SHA
    d838f4b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dc05316 View commit details
    Browse the repository at this point in the history
  12. fix bug in PR #21620

    would segfault when reaching the jl_datatype_nfields call
    vtjnash committed May 22, 2017
    Configuration menu
    Copy the full SHA
    6ffc940 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cc39156 View commit details
    Browse the repository at this point in the history
  14. inference: prohibit inlining of methods (un)specialized on Unions

    TODO: this is helping to avoid a type-system bug mis-computing sparams during intersection,
    but that can already cause significant problems elsewhere too
    vtjnash committed May 22, 2017
    Configuration menu
    Copy the full SHA
    68bcd05 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ddf8e5e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3273f73 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a019c02 View commit details
    Browse the repository at this point in the history
  18. fix definition of ntuple with a Val argument to not expect inference …

    …to be non-terminating
    
    this same issue applied to several other similar functions
    
    similarly, need to avoid nesting the use of functional code (like map)
    too deeply inside the array code to avoid the appearance of indeterminate recursion in inference
    vtjnash committed May 22, 2017
    Configuration menu
    Copy the full SHA
    2ad23e2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a7bde2f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c02182d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ea18e24 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1986af6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    34f5a29 View commit details
    Browse the repository at this point in the history
  24. introduce jl_datatype_align

    vchuravy committed May 22, 2017
    Configuration menu
    Copy the full SHA
    32d7423 View commit details
    Browse the repository at this point in the history
  25. Introduce JL_HEAP_ALIGNMENT

    vchuravy committed May 22, 2017
    Configuration menu
    Copy the full SHA
    ec71a32 View commit details
    Browse the repository at this point in the history
  26. fix julia_alignment

    Make julia_alignment actually return the jl_datatype_align if
    `alignment == 0` and check that the requested alignment is coherent
    with the heap alignment.
    vchuravy committed May 22, 2017
    Configuration menu
    Copy the full SHA
    7373b90 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. Configuration menu
    Copy the full SHA
    f918855 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22012 from JuliaLang/yyc/threads/symbol

    Minor clean up in symbol allocation and lookup
    yuyichao authored May 23, 2017
    Configuration menu
    Copy the full SHA
    185f91e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b5c9ad View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Fixed broken link.
    Evey Dee authored May 23, 2017
    Configuration menu
    Copy the full SHA
    ee62744 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e652ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    643c37c View commit details
    Browse the repository at this point in the history
  7. Only try to call specialized findin method for sorted input when elem…

    …ents are Real. (#22010)
    
    * Only try to call specialized findin method for sorted input when
    elements are Real.
    
    * Fix termination cirteria in _sortedfindin
    
    Use total order `isless` for tests
    
    Add tests
    
    * Define eachindex for numbers
    
    * Add a few comments to the algorithm
    andreasnoack authored May 23, 2017
    Configuration menu
    Copy the full SHA
    07bd069 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #22022 from JuliaLang/kf/gcllvmpatches

    Add LLVM patches for new GC rooting
    Keno authored May 23, 2017
    Configuration menu
    Copy the full SHA
    648f563 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    70ff1f3 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

  1. Merge pull request #22044 from JuliaLang/jn/22021

    fix jl_gc_realloc_string size miscomputation
    vtjnash authored May 24, 2017
    Configuration menu
    Copy the full SHA
    563a6b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24627b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a581576 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5269c2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f9b179 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de3f74c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21931be View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    19985e2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ca6bc11 View commit details
    Browse the repository at this point in the history
  10. Add NEWS.md entry for enumerate(::IndexStyle, itr) addition and index…

    …ing traits rename (#16378). (#21997)
    Sacha0 authored and tkelman committed May 24, 2017
    Configuration menu
    Copy the full SHA
    5e766bf View commit details
    Browse the repository at this point in the history
  11. Update README.md

    Evey Dee authored May 24, 2017
    Configuration menu
    Copy the full SHA
    6539524 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #22028 from JuliaLang/yyc/gc/perm-align

    More flexible perm-gen allocation alignment control
    yuyichao authored May 24, 2017
    Configuration menu
    Copy the full SHA
    90458c3 View commit details
    Browse the repository at this point in the history
  13. Add extra early memcpyopt pass

    Under certain circumstances, we emit loads/stores of large LLVM
    structs. A lot of these can be trivially folded to memcpy and memcpyopt
    is capable of doing so, but we weren't running it until after SROA.
    SROA unfortunately, likes to take these apart, causing exponential
    compile-time blow up and reduced runtime peroformance. In one particular
    case (2000 element tuple), this change results in a 100x improvement
    in compile time.
    Keno committed May 24, 2017
    Configuration menu
    Copy the full SHA
    1b8f31f View commit details
    Browse the repository at this point in the history
  14. Merge pull request #22029 from eveydee/master

    Update README.md
    StefanKarpinski authored May 24, 2017
    Configuration menu
    Copy the full SHA
    3a10b6e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a9b651b View commit details
    Browse the repository at this point in the history
  16. Merge pull request #22019 from JuliaLang/jn/inferrable-functions

    improve inferability of base
    vtjnash authored May 24, 2017
    Configuration menu
    Copy the full SHA
    a7289b5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bc57f33 View commit details
    Browse the repository at this point in the history
  18. pass file and line information as an argument named __source__ to a…

    …ll macros
    
    also emit an explicit push_loc in @generated functions
    rather than depending on the existence of a LineNumberNode
    and other lowering heuristics to produce it
    ihnorton authored and vtjnash committed May 24, 2017
    Configuration menu
    Copy the full SHA
    aac2245 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c0ae804 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #21980 from JuliaLang/vc/vec_alignment

    limit maximum vector alignment to heap alignment
    vchuravy authored May 24, 2017
    Configuration menu
    Copy the full SHA
    5046c6b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2017

  1. Use julia-repl in documentation

    With the highlighting updates in Documenter v0.10.1 it is now possible
    to have specialized highlighting for REPL blocks via the julia-repl
    attribute on code blocks. Doctests already use this, so this makes the
    highlighting for non-doctest REPL blocks consistent.
    mortenpi committed May 25, 2017
    Configuration menu
    Copy the full SHA
    bce2c41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba3e6fe View commit details
    Browse the repository at this point in the history
  3. Enable highlighting in the manual

    A couple of code examples were not highlighted for some reason.
    mortenpi committed May 25, 2017
    Configuration menu
    Copy the full SHA
    c1054d5 View commit details
    Browse the repository at this point in the history
  4. Remove highlighting from REQUIRE code

    These blocks are not Julia code, but special REQUIRE file syntax
    instead.
    mortenpi committed May 25, 2017
    Configuration menu
    Copy the full SHA
    34f07ee View commit details
    Browse the repository at this point in the history
  5. Enable bash highlighting

    Also add a newline to the end of the file.
    mortenpi committed May 25, 2017
    Configuration menu
    Copy the full SHA
    1668f8a View commit details
    Browse the repository at this point in the history
  6. Use a non-deprecated package in an example

    UTF16.jl has been deprecated for a while. Use SHA.jl instead as the
    example.
    mortenpi committed May 25, 2017
    Configuration menu
    Copy the full SHA
    66b79b1 View commit details
    Browse the repository at this point in the history
  7. Edit manual/conversion-and-promotion.md

    The REPL example is basically exactly as above, and does not add
    anything to the latter bit about the actual convert methods.
    mortenpi committed May 25, 2017
    Configuration menu
    Copy the full SHA
    adf5828 View commit details
    Browse the repository at this point in the history
  8. Fix line numbers in doctests

    mortenpi committed May 25, 2017
    Configuration menu
    Copy the full SHA
    a66645f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c58571b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b426b1e View commit details
    Browse the repository at this point in the history
  11. Enable doctests the the manual

    Switching to julia-repl revealed several code blocks that could
    trivially be turned into doctests.
    mortenpi committed May 25, 2017
    Configuration menu
    Copy the full SHA
    91e8a77 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8001540 View commit details
    Browse the repository at this point in the history
  13. Fix @deprecate with the new where syntax (#22034)

    * fix at-deprecate with where syntax
    
    * tests for at-deprecate
    fredrikekre authored and KristofferC committed May 25, 2017
    Configuration menu
    Copy the full SHA
    44c79de View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a644e32 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #21589 from JuliaLang/yyc/cis

    Use `sincos` from libm in `cis`
    yuyichao authored May 25, 2017
    Configuration menu
    Copy the full SHA
    f0ccd8e View commit details
    Browse the repository at this point in the history
  16. Merge pull request #21866 from mortenpi/mp/julia-repl

    Use julia-repl in manual & other edits
    KristofferC authored May 25, 2017
    Configuration menu
    Copy the full SHA
    134da0e View commit details
    Browse the repository at this point in the history
  17. Add complex randn (#21973)

    * Add complex randn
    Nathan Smith authored and stevengj committed May 25, 2017
    Configuration menu
    Copy the full SHA
    827adf6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d6ec418 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #22049 from JuliaLang/kf/memcpyopt

    Add extra early memcpyopt pass
    Keno authored May 25, 2017
    Configuration menu
    Copy the full SHA
    faf9e47 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #21746 from JuliaLang/jn/ihn/macrocall_pass_loc

    pass macro call location to macro function
    vtjnash authored May 25, 2017
    Configuration menu
    Copy the full SHA
    d50d645 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    061d6ec View commit details
    Browse the repository at this point in the history

Commits on May 26, 2017

  1. Configuration menu
    Copy the full SHA
    7e7d5b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d06db2f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #22066 from JuliaLang/kc/test_reinterp

    check that reinterp on vector of tuples doesnt segfault
    KristofferC authored May 26, 2017
    Configuration menu
    Copy the full SHA
    56ece43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8517d7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60c70e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    804ddb9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    df5bbcf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    41e32bd View commit details
    Browse the repository at this point in the history
  9. Remove redundant calls to size (#22086)

    The values of `p` and `q` are not used in these two methods
    dmbates authored and KristofferC committed May 26, 2017
    Configuration menu
    Copy the full SHA
    cab194d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9a5e960 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2017

  1. Merge pull request #21467 from JuliaLang/yyc/codegen/cfunction

    Try to loosen cfunction optimization type check
    yuyichao authored May 27, 2017
    Configuration menu
    Copy the full SHA
    77cd240 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04abcb4 View commit details
    Browse the repository at this point in the history
  3. Test inferability of xcorr with views (#22093)

    Fix #17351.
    mbauman authored and KristofferC committed May 27, 2017
    Configuration menu
    Copy the full SHA
    ccd4443 View commit details
    Browse the repository at this point in the history
  4. add AbstractArray to stdlib (#22059)

    * add AbstractArray to stdlib
    and moved constructors to the top
    
    * add some references
    fredrikekre authored and Sacha0 committed May 27, 2017
    Configuration menu
    Copy the full SHA
    f1f25aa View commit details
    Browse the repository at this point in the history

Commits on May 28, 2017

  1. Configuration menu
    Copy the full SHA
    957532f View commit details
    Browse the repository at this point in the history
  2. Document number types (#22067)

    * document π, e, γ and φ
    
    * add type-documentation for number types
    
    - replace the uninformative list in doc/src/stdlib/numbers.md with these new docstrings
    - move constructor docstring for BigInt from helpdb/Base.jl to base/gmp.jl
    - add a doctest for BigInt constructor
    
    * add supertypes to number type docs
    
    * move irrational to concrete types
    fredrikekre authored and KristofferC committed May 28, 2017
    Configuration menu
    Copy the full SHA
    665c157 View commit details
    Browse the repository at this point in the history
  3. undeprecate real and imag for sparse matrices (#22090)

    make sure aliasing is the same as for AbstracArrays for SparseArray{<:Real}
    add tests for this
    add shortcut for conj(SparseArray{<:Complex} which is faster than broadcasting
    fredrikekre authored and KristofferC committed May 28, 2017
    Configuration menu
    Copy the full SHA
    f0286ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99d2ab9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d760ae4 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2017

  1. Reference all the numbers (#22107)

    * references for Rational
    
    * references for Complex
    
    * references for Number
    
    * references to Real
    
    * references for AbstractFloat
    
    * references for Integer
    
    * references for Signed
    
    * references for Unsigned
    
    * references to Bool
    
    * references for Float16
    
    * references for Float32
    
    * references for Float64
    
    * references for Int8
    
    * references for UInt8
    
    * references for Int16
    
    * references for UInt16
    
    * references for Int32
    
    * references for UInt32
    
    * references for Int64
    
    * references for UInt64
    
    * references for Int128
    
    * references for UInt128
    
    * references for BigInt
    
    * references for BigFloat
    fredrikekre authored and KristofferC committed May 29, 2017
    Configuration menu
    Copy the full SHA
    6f9cf2c View commit details
    Browse the repository at this point in the history
  2. Fix failing doctests

    xorJane committed May 29, 2017
    Configuration menu
    Copy the full SHA
    ec64cdc View commit details
    Browse the repository at this point in the history
  3. add rand(::IntSet)

    rfourquet committed May 29, 2017
    Configuration menu
    Copy the full SHA
    55190b7 View commit details
    Browse the repository at this point in the history
  4. optimize rand(::Dict)

    And change "dict" -> "collection" in the exception,
    as it is also used from rand(::Set).
    rfourquet committed May 29, 2017
    Configuration menu
    Copy the full SHA
    2989d5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1b5364 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #21965 from JuliaLang/jn/21963

    Method overwriting by an ambiguity should also invalidate the method cache
    vtjnash authored May 29, 2017
    Configuration menu
    Copy the full SHA
    f06da10 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d7d74c View commit details
    Browse the repository at this point in the history
  8. apply_type on Type{T} is valid whenever T is valid

    removes performance bug added by 0292c42
    vtjnash committed May 29, 2017
    Configuration menu
    Copy the full SHA
    52c63f9 View commit details
    Browse the repository at this point in the history
  9. handling Base printing of Expr.typ fields not containing a Type

    this allows printing of the Exprs flowing through inference (which might instead have the field set to something like a Const object)
    vtjnash committed May 29, 2017
    Configuration menu
    Copy the full SHA
    3027436 View commit details
    Browse the repository at this point in the history
  10. remove many unneeded pure annotations

    Removing actually may enable inference to get a sharper result,
    since it is no longer being directed to ignore backedges and correctness assumptions
    
    Replaces pure annotations in promotion with inline
    Andy Ferris authored and vtjnash committed May 29, 2017
    Configuration menu
    Copy the full SHA
    1e580a2 View commit details
    Browse the repository at this point in the history
  11. Fix new fallthrough warnings

    yuyichao committed May 29, 2017
    Configuration menu
    Copy the full SHA
    2612eb6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5abd5e8 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #21771 from andyferris/ajf/remove-pure-from-promotion

    replace pure annotations in promotion with inline
    vtjnash authored May 29, 2017
    Configuration menu
    Copy the full SHA
    14d89d5 View commit details
    Browse the repository at this point in the history
  14. inference: remove hacks around type-system incorrectness

    infers a missing method (MethodError) as returning `Union{}`
    and fix tests that were wrong, but not detected previously!
    martinholters authored and vtjnash committed May 29, 2017
    Configuration menu
    Copy the full SHA
    a3a5378 View commit details
    Browse the repository at this point in the history
  15. Fix sparse type parameter (fixes #22110) (#22111)

    * Fix type sparse type parameter (fixes #22110)
    
    * No brackets for singular type param
    jebej authored and KristofferC committed May 29, 2017
    Configuration menu
    Copy the full SHA
    832807b View commit details
    Browse the repository at this point in the history

Commits on May 30, 2017

  1. Merge pull request #22115 from xorJane/FixDoctests_052017

    Fix failing doctests
    kshyatt authored May 30, 2017
    Configuration menu
    Copy the full SHA
    8be6ed6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22113 from JuliaLang/jn/22105

    pass correct paths through to docstrings
    vtjnash authored May 30, 2017
    Configuration menu
    Copy the full SHA
    2d2b246 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    882ea78 View commit details
    Browse the repository at this point in the history
  4. Use where syntax in sparsematrix.jl (#22112)

    * Use where syntax in sparsematrix.jl
    
    * Update sparsematrix.jl
    
    * Update sparsematrix.jl
    musm authored and tkelman committed May 30, 2017
    Configuration menu
    Copy the full SHA
    7b9948f View commit details
    Browse the repository at this point in the history
  5. Store info in Cholesky type (#21976)

    * add info field to Cholesky type
    
    and delay throwing for non-positive definiteness
    
    * comment update [ci skip]
    
    * remove comment [ci skip]
    fredrikekre authored and KristofferC committed May 30, 2017
    Configuration menu
    Copy the full SHA
    65080a1 View commit details
    Browse the repository at this point in the history
  6. Update documentation.md (#22121)

    roryhr authored and tkelman committed May 30, 2017
    Configuration menu
    Copy the full SHA
    0c3ea9c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #21960 from JuliaLang/rf/rand-IntSet

    add rand(::IntSet)
    rfourquet authored May 30, 2017
    Configuration menu
    Copy the full SHA
    e231cfb View commit details
    Browse the repository at this point in the history
  8. Generate instead of hard coding factorial tables (#22096)

    * Generate instead of hard coding factorial tables
    
    * Preallocate factorial tables
    
    * Add tests with old literal tables
    TotalVerb authored and KristofferC committed May 30, 2017
    Configuration menu
    Copy the full SHA
    58b6464 View commit details
    Browse the repository at this point in the history
  9. Test if selfmem can write to RX page

    Also open only one `/proc/self/mem`.
    There are apparently two instances of `RTDyldMemoryManagerJL` created.
    
    Fix #22082
    yuyichao committed May 30, 2017
    Configuration menu
    Copy the full SHA
    9335722 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #21892 from JuliaLang/jn/typeinf-more

    inference: remove hacks around type-system incorrectness
    vtjnash authored May 30, 2017
    Configuration menu
    Copy the full SHA
    7f0e250 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    86ff2d2 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #22127 from JuliaLang/yyc/codegen/memmgr

    Test if selfmem can write to RX page
    yuyichao authored May 30, 2017
    Configuration menu
    Copy the full SHA
    e253c36 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    83d987a View commit details
    Browse the repository at this point in the history
  14. make flipsign(typemin(T), -1) == typemin(T) consistently

    Also, make `flipsign(::Bool, y)` typestable, and add
    `flipsign(x, Unsigned) = +x`.
    rfourquet committed May 30, 2017
    Configuration menu
    Copy the full SHA
    2e2319d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

  1. Configuration menu
    Copy the full SHA
    f83289c View commit details
    Browse the repository at this point in the history
  2. make libllvm version const

    musm authored May 31, 2017
    Configuration menu
    Copy the full SHA
    13ad711 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #22150 from JuliaLang/jn/apropos-interp

    prevent Docs.apropos from breaking on random interpolated stuff
    vtjnash authored May 31, 2017
    Configuration menu
    Copy the full SHA
    9cbcada View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45c4b3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab11e5a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #22143 from JuliaLang/jn/21653

    inference: fix some cases of invalid age range updates
    vtjnash authored May 31, 2017
    Configuration menu
    Copy the full SHA
    ff81bf8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    89e5768 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #22061 from JuliaLang/jn/scope-bugfix

    fix scope rules: implicitly using a global doesn't add it to the scope
    vtjnash authored May 31, 2017
    Configuration menu
    Copy the full SHA
    0deda85 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e8e86c View commit details
    Browse the repository at this point in the history
  10. jl_array_grow_at_end(): exact resize for large inc

    If the requested size of array buffer is >=200% of its current size,
    grow exactly to the requested size, otherwise double the current size.
    This should make resize!() & sizehint!() allocate the exactly requested
    size in more situations (previously the exact resize was guaranteed for
    empty arrays only). This heuristic should reduce memory usage when
    arrays are growing non-incrementally (e.g. temporary buffers allocated
    by LAPACK wrappers).
    alyst committed May 31, 2017
    Configuration menu
    Copy the full SHA
    db0cf99 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    86b7f47 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6cd4d1f View commit details
    Browse the repository at this point in the history
  13. Merge pull request #22054 from JuliaLang/vtjnash/readme-win-tips

    windows readme: add automation tips
    vtjnash authored May 31, 2017
    Configuration menu
    Copy the full SHA
    cbc2fc1 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #22154 from ScottPJones/spj/fixprintf

    Fix bug with nul at end when printing BigFloat with >322 precision
    vtjnash authored May 31, 2017
    Configuration menu
    Copy the full SHA
    d3bfab6 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #21833 from musm/patch-2

    Use uninitialized buffer for get_process_title()
    StefanKarpinski authored May 31, 2017
    Configuration menu
    Copy the full SHA
    f885f4f View commit details
    Browse the repository at this point in the history
  16. Merge pull request #21898 from musm/llvmv

    Use VersionNumber for libllvm_version
    StefanKarpinski authored May 31, 2017
    Configuration menu
    Copy the full SHA
    e10e313 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9cd47fa View commit details
    Browse the repository at this point in the history
  18. Merge pull request #22144 from JuliaLang/jn/method-union-splitting

    reflection: move signature union-splitting logic under the control of inference
    vtjnash authored May 31, 2017
    Configuration menu
    Copy the full SHA
    1a7d8f3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    81d0b69 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2d866f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

  1. Configuration menu
    Copy the full SHA
    d4eb812 View commit details
    Browse the repository at this point in the history
  2. Deserializing a SharedArray resulted in a copy of the container.

    Check and return existing SharedArray objects when deserializing
    on the node which created the array.
    amitmurthy committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    c8a0cfc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #22159 from JuliaLang/amitm/shmem_refrelease

    Return original sharedarray object when deserializing on the creating node.
    timholy authored Jun 1, 2017
    Configuration menu
    Copy the full SHA
    a0f4635 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9da5ca View commit details
    Browse the repository at this point in the history
  5. Merge pull request #22175 from JuliaLang/teh/fix_22173

    Generalize UnitRange->AbstractUnitRange in sparse indexing
    timholy authored Jun 1, 2017
    Configuration menu
    Copy the full SHA
    8191314 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #22170 from JuliaLang/yyc/arm/tls

    Fix TLS variant def on AArch64
    yuyichao authored Jun 1, 2017
    Configuration menu
    Copy the full SHA
    fa628cd View commit details
    Browse the repository at this point in the history
  7. Fix Period objects hashing to match ==

    == is supported between FixedPeriod and OtherPeriod objects, but equal periods
    were hashed to different values when their types were different.
    Overflows can happen when converting to a more precise period, and generate
    a hash collision, but only for really long periods. Collisions will only
    happen between periods which are congruent modulo a very large value
    (300,000 years or more), meaning this should not be a problem in practice.
    nalimilan committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    e902066 View commit details
    Browse the repository at this point in the history
  8. fix some macro expander issues with new 0.6 syntax

    fixes #22135, fixes #22122, fixes #22026, fixes #21581, fixes #16096, fixes #19351
    JeffBezanson committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    defcd8c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    27bd939 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #22038 from alyst/exact_resize

    Do exact array resize!() in more cases
    KristofferC authored Jun 1, 2017
    Configuration menu
    Copy the full SHA
    c43809b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    445ec01 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #22166 from JuliaLang/jb/macrofixes

    fix some macro expander issues with new 0.6 syntax
    JeffBezanson authored Jun 1, 2017
    Configuration menu
    Copy the full SHA
    3bdc10b View commit details
    Browse the repository at this point in the history
  13. Merge pull request #22167 from JuliaLang/jb/fix22032

    fix #22032, `for f() in 1:10 ...`
    JeffBezanson authored Jun 1, 2017
    Configuration menu
    Copy the full SHA
    18137b3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3fb8443 View commit details
    Browse the repository at this point in the history
  15. LAPACK wrappers: use resize!(a) instead of a = Vector{T}() (#21938)

    * BLAS wrappers: resize!() instead of Vector{T}()
    
    - replace a = Vector{T}(n) with resize!(a, n)
    - add comments when BLAS API method is called twice
    
    * lapack.sygvd!(): fix rwork type
    alyst authored and KristofferC committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    c30b37b View commit details
    Browse the repository at this point in the history
  16. Fix calculation of displayed time, show UTC offset (#22136)

    * Fix calculation of displayed time, show UTC offset
    
    Fixes #22103.
    
    * add space to argument
    simonbyrne authored and KristofferC committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    02a8824 View commit details
    Browse the repository at this point in the history
  17. Fix broadcast_indices (#22130)

    This fixes a regression introduced in 4f1b479. broadcast_indices() needs to
    be overloaded by packages for custom types, so it cannot be hidden under
    _broadcast_indices(). Also, ::Type is incorrect since the method only applies
    to scalars.
    
    Make the tests more complex to be closer to actual implementations in packages
    so that regressions like this will be noticed in the future.
    nalimilan authored and KristofferC committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    58a276f View commit details
    Browse the repository at this point in the history
  18. Add note on lightweight tags. (#22117)

    * Add note on lightweight tags.
    
    Address #22102.
    
    * make note
    simonbyrne authored and KristofferC committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    116fa67 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    166f31f View commit details
    Browse the repository at this point in the history
  20. inline shift operators (#22083)

    inline some shift operators
    KristofferC authored Jun 1, 2017
    Configuration menu
    Copy the full SHA
    a18c571 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #22006 from JuliaLang/nl/hashperiods

    Fix Period objects hashing to match ==
    omus authored Jun 1, 2017
    Configuration menu
    Copy the full SHA
    75d58c5 View commit details
    Browse the repository at this point in the history
  22. workspace command: fix for missing incremental support (#21714)

    * workspace command: fix for missing incremental support
    
    * Add a test for #22101
    vtjnash authored and ararslan committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    de839cf View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c40319f View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2017

  1. Merge pull request #22016 from JuliaLang/rf/flipsign

    make flipsign(typemin(T), -1) == typemin(T) consistently
    rfourquet authored Jun 2, 2017
    Configuration menu
    Copy the full SHA
    163adcf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22134 from JuliaLang/yyc/signals/ill

    Show failing instruction on SIGILL
    yuyichao authored Jun 2, 2017
    Configuration menu
    Copy the full SHA
    ce91edd View commit details
    Browse the repository at this point in the history
  3. Removing requirement for promotions from 0,1 in lufact (#22146)

    * Removing requirement for promotions from 0,1
    
    * Using iszero() and added test
    
    * Tidy up spaces, tabs etc
    arghhhh authored and andreasnoack committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    0e5920e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2017

  1. Deploy docs with clean URLs (#22048)

    * Move deps .PHONY together with others
    
    * Remove duplicate page from manual
    
    The "Interacting with Julia" page was listed twice in the sidebar.
    
    * Build docs with clean URLs
    
    Documenter has to be bumped to v0.11.1 for this. Also change two
    absolute URLs that will become outdated with this change to the more
    appropriate relative URLs.
    
    Also bump Compat to get rid of deprecation warnings.
    
    * Remove duplicate symm docstring reference
    
    There is only one 5-argument docstring:
    
      symm(side, ul, alpha, A, B)
    mortenpi authored and tkelman committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    c138f21 View commit details
    Browse the repository at this point in the history
  2. merge 2 versions (for GMP 5 & 6) of rand(::UnitRange{BigInt})

    As a consequence, using dynamically a version of GMP which
    does not match the compile time version is no longer an error
    (this patch makes this a warming).
    The code is shorter, but we break the MPZ API boundary; this also
    allows to put allocating pointer_to_array out of the loop, and get
    slightly better performances.
    rfourquet committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    f1a5d07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4c96ed View commit details
    Browse the repository at this point in the history
  4. Merge pull request #13815 from rfourquet/rand-bigrange-mergeversions

    merge 2 versions (for GMP 5 & 6) of rand(::UnitRange{BigInt})
    rfourquet authored Jun 3, 2017
    Configuration menu
    Copy the full SHA
    65b959b View commit details
    Browse the repository at this point in the history
  5. Backport LLVM patches to fix AVX on i686

    This fixes a bug in the patch that fixes #19976 causing encoding error on 32bit x86
    and segfault when AVX/AVX2 is enabled.
    
    Ref LLVM bug report https://bugs.llvm.org//show_bug.cgi?id=29010
    LLVM commit llvm-mirror/llvm@83260f2
    Also ref where I saw this issue in #21849 (comment)
    yuyichao committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    eeb8569 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2017

  1. Implement svdx(Number, Number) (#22195)

    Make svd(x::Number) return numbers
    
    Implement hash, isequal, and == for Factorizations
    andreasnoack authored Jun 4, 2017
    Configuration menu
    Copy the full SHA
    e46a89b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22205 from JuliaLang/yyc/build/llvm-xmm

    Backport LLVM patches to fix AVX on i686
    yuyichao authored Jun 4, 2017
    Configuration menu
    Copy the full SHA
    b17085c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65d12cf View commit details
    Browse the repository at this point in the history
  4. special show for AbstractVector{Method} for ::MIMEtext/plain (#22068)

    which is currently done for text/html
    this enables the jump-to-method thingy from #22007 to be used with methodswith(Foo) also
    This also prevents large spacing in the printing, since the general vector output prints with equal spacing for all elements, and some methods have very long signatures
    fredrikekre authored and KristofferC committed Jun 4, 2017
    Configuration menu
    Copy the full SHA
    6659f05 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. Remove note for compatibility with Julia 0.3 (#22213)

    Julia 0.3 is no longer maintained, so I can't imagine this note
    is useful anymore.
    
    [av skip]
    garrison authored and ararslan committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    866474e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b35b45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e74ecf3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84c5617 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2017

  1. Configuration menu
    Copy the full SHA
    3e63abc View commit details
    Browse the repository at this point in the history