-
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 5 pull requests #71161
Rollup of 5 pull requests #71161
Commits on Apr 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 187f270 - Browse repository at this point
Copy the full SHA 187f270View commit details
Commits on Apr 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1a3bda6 - Browse repository at this point
Copy the full SHA 1a3bda6View commit details -
add after_stack_push hook; add public ImmTy::from_immediate method, a…
…nd make ImmTy::imm field private
Configuration menu - View commit details
-
Copy full SHA for 7b90ff9 - Browse repository at this point
Copy the full SHA 7b90ff9View commit details -
rustc_target: Make sure lld-link is treated as link.exe by default
The differences if they are discovered will need to be explicitly documented
Configuration menu - View commit details
-
Copy full SHA for 3ad8c88 - Browse repository at this point
Copy the full SHA 3ad8c88View commit details -
rustc_target: Move tests into a separate unconfigured file
as much as possible.
Configuration menu - View commit details
-
Copy full SHA for 7a4f059 - Browse repository at this point
Copy the full SHA 7a4f059View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfe90eb - Browse repository at this point
Copy the full SHA cfe90ebView commit details -
rustc_target:
windows(_uwp)_base
->windows(_uwp)_gnu_base
The old naming is from ancient times when there was no MSVC support. Also `uefi_base` -> `uefi_msvc_base`. It will inherit from `msvc_base` in a future commit, plus a GNU UEFI target is also potentially possible.
Configuration menu - View commit details
-
Copy full SHA for 6580ceb - Browse repository at this point
Copy the full SHA 6580cebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c9db3a - Browse repository at this point
Copy the full SHA 9c9db3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd0e298 - Browse repository at this point
Copy the full SHA fd0e298View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88c4802 - Browse repository at this point
Copy the full SHA 88c4802View commit details -
rustc_target: Introduce
msvc_base
and inherit both `windows_msvc_base` and `uefi_msvc_base` from it.
Configuration menu - View commit details
-
Copy full SHA for 57870ea - Browse repository at this point
Copy the full SHA 57870eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8392e47 - Browse repository at this point
Copy the full SHA 8392e47View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2d4c93 - Browse repository at this point
Copy the full SHA f2d4c93View commit details -
Configuration menu - View commit details
-
Copy full SHA for db83fdc - Browse repository at this point
Copy the full SHA db83fdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4714e20 - Browse repository at this point
Copy the full SHA 4714e20View commit details
Commits on Apr 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 647f810 - Browse repository at this point
Copy the full SHA 647f810View commit details -
Do not use
DUMMY_HIR_ID
as placeholder value in node_id_to_hir_id t……able Some helpers functions have been introduced to deal with (buggy) cases where either a `NodeId` or a `DefId` do not have a corresponding `HirId`. Those cases are tracked in issue rust-lang#71104.
Configuration menu - View commit details
-
Copy full SHA for b9161ab - Browse repository at this point
Copy the full SHA b9161abView commit details -
Configuration menu - View commit details
-
Copy full SHA for c15e13a - Browse repository at this point
Copy the full SHA c15e13aView commit details
Commits on Apr 15, 2020
-
Rollup merge of rust-lang#69903 - estebank:icemation, r=oli-obk
Do not ICE in the face of invalid enum discriminant Fix rust-lang#67377. r? @pnkfelix
Configuration menu - View commit details
-
Copy full SHA for 02e1a74 - Browse repository at this point
Copy the full SHA 02e1a74View commit details -
Rollup merge of rust-lang#70891 - lcnr:replace-rvalue_aggregate, r=eddyb
unit rvalue, use constant `()` instead of tuple fixes rust-lang#70886 r? @eddyb
Configuration menu - View commit details
-
Copy full SHA for 4f84ad2 - Browse repository at this point
Copy the full SHA 4f84ad2View commit details -
Rollup merge of rust-lang#71030 - petrochenkov:linkorder2, r=nagisa
rustc_target: Refactor target specifications related to Windows and UEFI - LLD support is improved. - Code is cleaned up. - Target specs are organized in a more hierarchical way. - Possible issues in UWP and UEFI platforms are identified (see FIXMEs). The code is better read per-commit.
Configuration menu - View commit details
-
Copy full SHA for 7276fd0 - Browse repository at this point
Copy the full SHA 7276fd0View commit details -
Rollup merge of rust-lang#71100 - RalfJung:miri-frame-hook, r=oli-obk
Miri: expand frame hooks This is needed to make rust-lang/miri#1330 work. r? @oli-obk @eddyb
Configuration menu - View commit details
-
Copy full SHA for 6431325 - Browse repository at this point
Copy the full SHA 6431325View commit details -
Rollup merge of rust-lang#71116 - marmeladema:dummy-hir-id-removal, r…
…=eddyb Entirely remove `DUMMY_HIR_ID` Some helpers functions have been introduced to deal with (buggy) cases where either a `NodeId` or a `DefId` do not have a corresponding `HirId`. Those cases are tracked in issue rust-lang#71104.
Configuration menu - View commit details
-
Copy full SHA for 447f4d4 - Browse repository at this point
Copy the full SHA 447f4d4View commit details