-
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 #70483
Rollup of 5 pull requests #70483
Commits on Mar 27, 2020
-
Specifically, remove both `-Z no_integrated_as` and `TargetOptions::no_integrated_as`. The latter was only used for the `msp430_none_elf` platform, for which it's no longer required.
Configuration menu - View commit details
-
Copy full SHA for 02840ca - Browse repository at this point
Copy the full SHA 02840caView commit details -
Configuration menu - View commit details
-
Copy full SHA for c858593 - Browse repository at this point
Copy the full SHA c858593View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c643a0 - Browse repository at this point
Copy the full SHA 6c643a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37603f4 - Browse repository at this point
Copy the full SHA 37603f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c339b2e - Browse repository at this point
Copy the full SHA c339b2eView commit details -
Rollup merge of rust-lang#70345 - nnethercote:rm-no_integrated_as, r=…
…alexcrichton Remove `no_integrated_as` mode. Specifically, remove both `-Z no_integrated_as` and `TargetOptions::no_integrated_as`. The latter was only used for the `msp430_none_elf` platform, for which it's no longer required. r? @alexcrichton
Configuration menu - View commit details
-
Copy full SHA for 08e867c - Browse repository at this point
Copy the full SHA 08e867cView commit details -
Rollup merge of rust-lang#70434 - Centril:fix-34421, r=estebank
suggest `;` on expr `mac!()` which is good as stmt `mac!()` Fixes rust-lang#34421 by implementing @jseyfried's suggestion in rust-lang#34421 (comment). r? @petrochenkov
Configuration menu - View commit details
-
Copy full SHA for cfe1e33 - Browse repository at this point
Copy the full SHA cfe1e33View commit details -
Rollup merge of rust-lang#70457 - Centril:non-exhaustive-scrutinee-ty…
…pe, r=estebank non-exhastive diagnostic: add note re. scrutinee type This fixes rust-lang#67259 by adding a note: ``` = note: the matched value is of type &[i32] ``` to non-exhaustive pattern matching errors. r? @varkor @estebank
Configuration menu - View commit details
-
Copy full SHA for 23d3fa2 - Browse repository at this point
Copy the full SHA 23d3fa2View commit details -
Rollup merge of rust-lang#70478 - lcnr:refactor-type_of, r=varkor
Refactor type_of for constants If I have to look at this function for a few hours I want it to at least look good. r? @varkor
Configuration menu - View commit details
-
Copy full SHA for 5b68f9c - Browse repository at this point
Copy the full SHA 5b68f9cView commit details -
Rollup merge of rust-lang#70480 - lcnr:appayupyup, r=eddyb
clarify hir_id <-> node_id method names resolves 2 FIXME. r? @eddyb
Configuration menu - View commit details
-
Copy full SHA for a023e61 - Browse repository at this point
Copy the full SHA a023e61View commit details