-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Rollup of 8 pull requests #65534
Commits on Sep 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f04ea6c - Browse repository at this point
Copy the full SHA f04ea6cView commit details
Commits on Oct 8, 2019
-
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.
Configuration menu - View commit details
-
Copy full SHA for 3b0fd82 - Browse repository at this point
Copy the full SHA 3b0fd82View commit details
Commits on Oct 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bcff266 - Browse repository at this point
Copy the full SHA bcff266View commit details -
Configuration menu - View commit details
-
Copy full SHA for 714d00d - Browse repository at this point
Copy the full SHA 714d00dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81fa591 - Browse repository at this point
Copy the full SHA 81fa591View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79c5858 - Browse repository at this point
Copy the full SHA 79c5858View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2afa98 - Browse repository at this point
Copy the full SHA f2afa98View commit details
Commits on Oct 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 77f0aaf - Browse repository at this point
Copy the full SHA 77f0aafView commit details
Commits on Oct 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b6f6dc4 - Browse repository at this point
Copy the full SHA b6f6dc4View commit details
Commits on Oct 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 10236f1 - Browse repository at this point
Copy the full SHA 10236f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d88f2c - Browse repository at this point
Copy the full SHA 3d88f2cView commit details
Commits on Oct 17, 2019
-
Improve comments and structure of
ConstProp::const_prop()
Per code review feedback
Configuration menu - View commit details
-
Copy full SHA for 9123907 - Browse repository at this point
Copy the full SHA 9123907View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83e97c6 - Browse repository at this point
Copy the full SHA 83e97c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e417180 - Browse repository at this point
Copy the full SHA e417180View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4d9492 - Browse repository at this point
Copy the full SHA a4d9492View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e6efe4 - Browse repository at this point
Copy the full SHA 4e6efe4View commit details -
Co-Authored-By: Mark Rousskov <mark.simulacrum@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5487994 - Browse repository at this point
Copy the full SHA 5487994View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0b7e76 - Browse repository at this point
Copy the full SHA c0b7e76View commit details
Commits on Oct 18, 2019
-
Rollup merge of rust-lang#64890 - wesleywiser:const_prop_rvalue, r=ol…
…i-obk [const-prop] Handle remaining MIR Rvalue cases r? @oli-obk
Configuration menu - View commit details
-
Copy full SHA for 0270858 - Browse repository at this point
Copy the full SHA 0270858View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 2997a58 - Browse repository at this point
Copy the full SHA 2997a58View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for d80e2e1 - Browse repository at this point
Copy the full SHA d80e2e1View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 001f69d - Browse repository at this point
Copy the full SHA 001f69dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 030ed01 - Browse repository at this point
Copy the full SHA 030ed01View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for be9a8a9 - Browse repository at this point
Copy the full SHA be9a8a9View commit details -
Rollup merge of rust-lang#65508 - rust-lang:llvm-icebreakers-ping-1, …
…r=simulacrum add option to ping llvm ice-breakers to triagebot
Configuration menu - View commit details
-
Copy full SHA for 9890b1a - Browse repository at this point
Copy the full SHA 9890b1aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 575ee19 - Browse repository at this point
Copy the full SHA 575ee19View commit details