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

Rollup of 8 pull requests #65534

Closed
wants to merge 26 commits into from
Closed

Commits on Sep 30, 2019

  1. Document JSON message output.

    ehuss committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    f04ea6c View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Disable Go and OCaml bindings when building LLVM

    Instead of instaling OCaml bindings in a location where installation
    will not fail, don't build them in the first place.
    tmiasko committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    3b0fd82 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Configuration menu
    Copy the full SHA
    bcff266 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    714d00d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81fa591 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79c5858 View commit details
    Browse the repository at this point in the history
  5. Cleanup const_prop() some

    wesleywiser committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    f2afa98 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Add more coherence tests

    weiznich committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    77f0aaf View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

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

Commits on Oct 16, 2019

  1. Configuration menu
    Copy the full SHA
    10236f1 View commit details
    Browse the repository at this point in the history
  2. Update ui tests

    GuillaumeGomez committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    3d88f2c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Improve comments and structure of ConstProp::const_prop()

    Per code review feedback
    wesleywiser committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    9123907 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83e97c6 View commit details
    Browse the repository at this point in the history
  3. Update error_codes.rs

    Dylan-DPC committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    e417180 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4d9492 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e6efe4 View commit details
    Browse the repository at this point in the history
  6. Update triagebot.toml

    Co-Authored-By: Mark Rousskov <mark.simulacrum@gmail.com>
    nikomatsakis and Mark-Simulacrum committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    5487994 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c0b7e76 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Rollup merge of rust-lang#64890 - wesleywiser:const_prop_rvalue, r=ol…

    …i-obk
    
    [const-prop] Handle remaining MIR Rvalue cases
    
    r? @oli-obk
    Centril committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    0270858 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#64925 - ehuss:document-json, r=Mark-Simulacrum

    Document JSON message output.
    
    This documents the JSON messages in the rustc book.
    Centril committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    2997a58 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#65201 - tmiasko:no-bindings, r=rkruppe

    Disable Go and OCaml bindings when building LLVM
    
    Instead of instaling OCaml bindings in a location where installation
    will not fail, don't build them in the first place.
    Centril committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    d80e2e1 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#65417 - weiznich:more_coherence_tests, r=ni…

    …komatsakis
    
    Add more coherence tests
    
    I've wrote the missing test cases listed in [this google doc](https://docs.google.com/spreadsheets/d/1WlroTEXE6qxxGvEOhICkUpqguYZP9YOZEvnmEtSNtM0/edit#gid=0)
    
    > The other thing that might be useful is to rename the existing tests so they all fit the new naming scheme we were using.
    
    I'm not entirely sure how to do this. If everything from the google sheet is covered could I just remove the remaining tests in `src/test/ui/coherence` or is there something in there that should remain?
    
    cc rust-lang#63599
    
    r? @nikomatsakis
    Centril committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    001f69d View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#65434 - GuillaumeGomez:long-err-explanation…

    …-E0577, r=Dylan-DPC
    
    Add long error explanation for E0577
    
    Part of rust-lang#61137.
    
    r? @kinnison
    Centril committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    030ed01 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#65496 - tspiteri:euc-div-panic, r=KodrAus

    properly document panics in div_euclid and rem_euclid
    
    For signed numbers, document that `div_euclid` and `rem_euclid` panic not just when `rhs` is 0, but also when the division overflows.
    
    For unsigned numbers, document that `div_euclid` and `rem_euclid` panic when `rhs` is 0.
    Centril committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    be9a8a9 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#65508 - rust-lang:llvm-icebreakers-ping-1, …

    …r=simulacrum
    
    add option to ping llvm ice-breakers to triagebot
    Centril committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    9890b1a View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#65513 - RalfJung:fmt, r=Mark-Simulacrum

    reorder fmt docs for more clarity
    
    I adjusted these docs in rust-lang#65332 but wasn't happy with the result when seeing it in rustdoc. So this reorders the subsections in the "Formatting Parameters" section to be more logical (subsections that reference `width` come after the `width` subsection) and they also all have examples now.
    Centril committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    575ee19 View commit details
    Browse the repository at this point in the history