-
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 #63234
Rollup of 5 pull requests #63234
Commits on Jul 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f176bcf - Browse repository at this point
Copy the full SHA f176bcfView commit details
Commits on Jul 31, 2019
-
Unify spanned and non-spanned Attribute ctors
There is no difference in the code/arguments, so go with the shorter name throughout the code.
Configuration menu - View commit details
-
Copy full SHA for 804f0f3 - Browse repository at this point
Copy the full SHA 804f0f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a42bad - Browse repository at this point
Copy the full SHA 0a42badView commit details -
Remove Span argument from ExtCtxt::attribute
MetaItem.span was always equivalent
Configuration menu - View commit details
-
Copy full SHA for b2c5065 - Browse repository at this point
Copy the full SHA b2c5065View commit details -
Remove span argument from mk_attr_{inner,outer}
Always the same as the passed MetaItem
Configuration menu - View commit details
-
Copy full SHA for f78bf50 - Browse repository at this point
Copy the full SHA f78bf50View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9bd4a0 - Browse repository at this point
Copy the full SHA c9bd4a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f98581 - Browse repository at this point
Copy the full SHA 0f98581View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4227f6 - Browse repository at this point
Copy the full SHA d4227f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c146344 - Browse repository at this point
Copy the full SHA c146344View commit details
Commits on Aug 2, 2019
-
rustbuild: RISC-V is no longer an experimental LLVM target
This commit moves RISC-V from the experimental LLVM targets to the regular LLVM targets. RISC-V was made non-experimental in https://reviews.llvm.org/rL366399 I have also sorted the list of LLVM targets, and changed the code around setting llvm_exp_targets (and its default) to match the code setting llvm_targets (and its default), ensuring future changes to the defaults, as LLVM targets become stable, affect as few places as possible.
Configuration menu - View commit details
-
Copy full SHA for 184fb08 - Browse repository at this point
Copy the full SHA 184fb08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cb948f - Browse repository at this point
Copy the full SHA 9cb948fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2921de6 - Browse repository at this point
Copy the full SHA 2921de6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b132a2 - Browse repository at this point
Copy the full SHA 1b132a2View commit details -
dedup free-form Unsupported errors; add macros for free-form UB and U…
…nsupported cases
Configuration menu - View commit details
-
Copy full SHA for 1e24c73 - Browse repository at this point
Copy the full SHA 1e24c73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8235b6f - Browse repository at this point
Copy the full SHA 8235b6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5fc957 - Browse repository at this point
Copy the full SHA e5fc957View commit details
Commits on Aug 3, 2019
-
Rollup merge of rust-lang#62954 - ia0:fix_typo_span, r=Centril
Fix typo in Delimited::open_tt
Configuration menu - View commit details
-
Copy full SHA for 42a3281 - Browse repository at this point
Copy the full SHA 42a3281View commit details -
Rollup merge of rust-lang#63146 - Mark-Simulacrum:clean-attr, r=petro…
…chenkov Cleanup syntax::attr Mostly removing needless arguments to constructors r? @petrochenkov
Configuration menu - View commit details
-
Copy full SHA for 15b5aac - Browse repository at this point
Copy the full SHA 15b5aacView commit details -
Rollup merge of rust-lang#63218 - lenary:riscv-non-experimental, r=al…
…excrichton rustbuild: RISC-V is no longer an experimental LLVM target This moves RISC-V from the experimental LLVM targets to the regular LLVM targets. RISC-V was made non-experimental in https://reviews.llvm.org/rL366399 I have also sorted the list of LLVM targets, and changed the code around setting llvm_exp_targets (and its default) to match the code setting llvm_targets (and its default), ensuring future changes to the defaults, as LLVM targets become stable, affect as few places as possible. Given WebAssembly is in `LLVM_ALL_TARGETS` and is therefore built by default (and has been since October 2018), I'm not sure why rust still has it in `experimental-targets`. I'm happy to update this PR to move it into the main list of LLVM targets. r? @alexcrichton
Configuration menu - View commit details
-
Copy full SHA for 6a38ef7 - Browse repository at this point
Copy the full SHA 6a38ef7View commit details -
Rollup merge of rust-lang#63227 - jakubadamw:issue-63151, r=estebank
dead_code: Properly inspect fields in struct patterns with type relative paths Closes rust-lang#63151.
Configuration menu - View commit details
-
Copy full SHA for 2fd9548 - Browse repository at this point
Copy the full SHA 2fd9548View commit details -
Rollup merge of rust-lang#63229 - RalfJung:miri-error, r=oli-obk
A bit of Miri error cleanup Some cleanup after rust-lang#62969. r? @oli-obk Cc @saleemjaffer
Configuration menu - View commit details
-
Copy full SHA for 42dfdc5 - Browse repository at this point
Copy the full SHA 42dfdc5View commit details