-
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
Conversation
…nd make ImmTy::imm field private
The differences if they are discovered will need to be explicitly documented
as much as possible.
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.
and inherit both `windows_msvc_base` and `uefi_msvc_base` from it.
…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.
Do not ICE in the face of invalid enum discriminant Fix rust-lang#67377. r? @pnkfelix
unit rvalue, use constant `()` instead of tuple fixes rust-lang#70886 r? @eddyb
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.
Miri: expand frame hooks This is needed to make rust-lang/miri#1330 work. r? @oli-obk @eddyb
…=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.
@bors r+ p=5 rollup=never |
📌 Commit 447f4d4 has been approved by |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
⌛ Testing commit 447f4d4 with merge 9a9ff6257266a7c21407c174e532859f7821b8fe... |
@bors r- retry |
Successful merges:
()
instead of tuple #70891 (unit rvalue, use constant()
instead of tuple)DUMMY_HIR_ID
#71116 (Entirely removeDUMMY_HIR_ID
)Failed merges:
r? @ghost