-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 5 pull requests #64870
Rollup of 5 pull requests #64870
Commits on Sep 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 612ef5f - Browse repository at this point
Copy the full SHA 612ef5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e69d1b6 - Browse repository at this point
Copy the full SHA e69d1b6View commit details
Commits on Sep 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3f004a1 - Browse repository at this point
Copy the full SHA 3f004a1View commit details
Commits on Sep 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a9c38d9 - Browse repository at this point
Copy the full SHA a9c38d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31b3012 - Browse repository at this point
Copy the full SHA 31b3012View commit details
Commits on Sep 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3ee2920 - Browse repository at this point
Copy the full SHA 3ee2920View commit details
Commits on Sep 23, 2019
-
Differentiate AArch64 bare-metal targets between hf and non-hf.
Following up on [1] and [2], this PR adds differntiation for aarch64 bare-metal targets between versions with and without hardware floating point enabled. This streamlines the target naming with other existing ARM targets and provides the user clear indication if he is getting float or non-float for his bare-metal target. [1] rust-lang#60135 (comment) [2] rust-embedded/wg#230 Closes: rust-embedded/wg#230
Configuration menu - View commit details
-
Copy full SHA for d2762ac - Browse repository at this point
Copy the full SHA d2762acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2666ae5 - Browse repository at this point
Copy the full SHA 2666ae5View commit details
Commits on Sep 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9249a73 - Browse repository at this point
Copy the full SHA 9249a73View commit details
Commits on Sep 25, 2019
-
Create new error code E0734 for stability attributes used outside of …
…standard library
Configuration menu - View commit details
-
Copy full SHA for 68d099a - Browse repository at this point
Copy the full SHA 68d099aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33b89a3 - Browse repository at this point
Copy the full SHA 33b89a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fd3811 - Browse repository at this point
Copy the full SHA 2fd3811View commit details
Commits on Sep 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0ebb044 - Browse repository at this point
Copy the full SHA 0ebb044View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e78683 - Browse repository at this point
Copy the full SHA 2e78683View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecfe92f - Browse repository at this point
Copy the full SHA ecfe92fView commit details
Commits on Sep 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bc17936 - Browse repository at this point
Copy the full SHA bc17936View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86c7c4d - Browse repository at this point
Copy the full SHA 86c7c4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecc4cc2 - Browse repository at this point
Copy the full SHA ecc4cc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c219bb - Browse repository at this point
Copy the full SHA 1c219bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 644d4f3 - Browse repository at this point
Copy the full SHA 644d4f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11eb91f - Browse repository at this point
Copy the full SHA 11eb91fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ec928c - Browse repository at this point
Copy the full SHA 9ec928cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0c8ce8 - Browse repository at this point
Copy the full SHA c0c8ce8View commit details -
Don't run the ConstProp MIR pass on generators
This can cause cycles as `ConstProp` uses `layout_of` which, for generators, uses `optimized_mir` which runs `ConstProp`.
Configuration menu - View commit details
-
Copy full SHA for fadfd92 - Browse repository at this point
Copy the full SHA fadfd92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15d2b7a - Browse repository at this point
Copy the full SHA 15d2b7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9333514 - Browse repository at this point
Copy the full SHA 9333514View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e58e2e - Browse repository at this point
Copy the full SHA 4e58e2eView commit details -
This allows us to avoid changing things directly in the miri engine just for const prop.
Configuration menu - View commit details
-
Copy full SHA for dcc6c28 - Browse repository at this point
Copy the full SHA dcc6c28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e9bab2 - Browse repository at this point
Copy the full SHA 3e9bab2View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd486dd - Browse repository at this point
Copy the full SHA dd486ddView commit details -
Rollup merge of rust-lang#64419 - wesleywiser:const_prop_use_ecx, r=o…
…li-obk Deduplicate some code between miri and const prop r? @oli-obk
Configuration menu - View commit details
-
Copy full SHA for dccc8b4 - Browse repository at this point
Copy the full SHA dccc8b4View commit details -
Rollup merge of rust-lang#64455 - GuillaumeGomez:long-error-explanati…
…on-E0531, r=Centril Add Long error explanation for E0531 Part of rust-lang#61137.
Configuration menu - View commit details
-
Copy full SHA for 98ddcdc - Browse repository at this point
Copy the full SHA 98ddcdcView commit details -
Rollup merge of rust-lang#64546 - weiznich:bugfix/rfc-2451-rerebalanc…
…e-tests, r=nikomatsakis Bugfix/rfc 2451 rerebalance tests r? @nikomatsakis Fixes rust-lang#64412 Depends/Contains on rust-lang#64414 cc rust-lang#55437 and rust-lang#63599
Configuration menu - View commit details
-
Copy full SHA for 8a15ef5 - Browse repository at this point
Copy the full SHA 8a15ef5View commit details -
Rollup merge of rust-lang#64589 - andre-richter:aarch64_bare_metal, r…
…=Amanieu Differentiate AArch64 bare-metal targets between hf and non-hf. CC @parched, kindly request you to review. ~~Note: This change breaks code that uses the target `aarch64-unknown-none` for the sake of clearer naming as discussed in the links posted below. A search on github reveals that code using `aarch64-unknown-none` is almost exclusively forked from our embedded WG's OS tutorials repo at https://github.com/rust-embedded/rust-raspi3-OS-tutorials, for which the target was originally created.~~ ~~I will adapt this repo to the new target name asap once this PR would go upstream. The minor annoyance for the forks to break temporarily should be acceptable for the sake of introducing a better differentiation now before it is too late. Also, the break would only happen upon updating the toolchain, giving the user a good hint at what has happened.~~ ---------- Patch commit message: Following up on [1] and [2], this PR adds differntiation for aarch64 bare-metal targets between versions with and without floating point enabled. This streamlines the target naming with other existing ARM targets and provides the user clear indication if he is getting float or non-float for his bare-metal target. [1] rust-lang#60135 (comment) [2] rust-embedded/wg#230 Closes: rust-embedded/wg#230
Configuration menu - View commit details
-
Copy full SHA for f4fc2e6 - Browse repository at this point
Copy the full SHA f4fc2e6View commit details -
Rollup merge of rust-lang#64763 - GuillaumeGomez:long-err-explanation…
…-E0734, r=estebank Add E0734 and its long explanation Part of rust-lang#61137
Configuration menu - View commit details
-
Copy full SHA for d4d3d97 - Browse repository at this point
Copy the full SHA d4d3d97View commit details