-
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 7 pull requests #116772
Rollup of 7 pull requests #116772
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 559ec69 - Browse repository at this point
Copy the full SHA 559ec69View commit details
Commits on Oct 14, 2023
-
Make x capable of resolving symlinks
When bootstrapping from outside of the rust source, instead of calling 'x' from the absolute path (like /home/user/rust/x), we should be able to link 'x' from the rust source to binary paths so it can be used easily. Before this change, 'x' was not capable of finding 'x.py' when called from the linked file. Signed-off-by: onur-ozkan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0fe1d6 - Browse repository at this point
Copy the full SHA e0fe1d6View commit details
Commits on Oct 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b50aa24 - Browse repository at this point
Copy the full SHA b50aa24View commit details -
Remove trivial cast in
guaranteed_eq
I found this while accidentally breaking trivial casts in another branch.
Configuration menu - View commit details
-
Copy full SHA for fe9d422 - Browse repository at this point
Copy the full SHA fe9d422View commit details -
Configuration menu - View commit details
-
Copy full SHA for 223674a - Browse repository at this point
Copy the full SHA 223674aView commit details -
- Uses `EFI_LOADED_IMAGE_PROTOCOL` - verify that cli args are valid UTF-16 - Update Docs Signed-off-by: Ayush Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6713ae9 - Browse repository at this point
Copy the full SHA 6713ae9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07e8ee5 - Browse repository at this point
Copy the full SHA 07e8ee5View commit details -
Rollup merge of rust-lang#116172 - joboet:recursive_tls_initializatio…
…n, r=dtolnay Broaden the consequences of recursive TLS initialization This PR updates the documentation of `LocalKey` to clearly disallow the behaviour described in [this comment](rust-lang#110897 (comment)). This allows using `OnceCell` for the lazy initialization of TLS variables, which panics on reentrant initialization instead of updating the value like TLS variables currently do. ``@rustbot`` label +T-libs-api r? ``@m-ou-se``
Configuration menu - View commit details
-
Copy full SHA for e063d8a - Browse repository at this point
Copy the full SHA e063d8aView commit details -
Rollup merge of rust-lang#116341 - Ayush1325:uefi-args, r=Mark-Simula…
…crum Implement sys::args for UEFI - Uses `EFI_LOADED_IMAGE_PROTOCOL`, which is implemented for all loaded images. Tested on qemu with OVMF cc ``@nicholasbishop`` cc ``@dvdhrm``
Configuration menu - View commit details
-
Copy full SHA for 835edc1 - Browse repository at this point
Copy the full SHA 835edc1View commit details -
Rollup merge of rust-lang#116522 - bvanjoi:fix-115599, r=oli-obk
use `PatKind::Error` when an ADT const value has violation Fixes rust-lang#115599 Since the [to_pat](https://github.com/rust-lang/rust/pull/111913/files#diff-6d8d99538aca600d633270051580c7a9e40b35824ea2863d9dda2c85a733b5d9R126-R155) behavior has been changed in the rust-lang#111913 update, the kind of `inlined_const_ast_pat` has transformed from `PatKind::Leaf { pattern: Pat { kind: Wild, ..} } ` to `PatKind::Constant`. This caused a scenario where there are no matched candidates, leading to a testing of the candidates. This process ultimately attempts to test the string const, triggering the `bug!` invocation finally. r? ``@oli-obk``
Configuration menu - View commit details
-
Copy full SHA for 51be0df - Browse repository at this point
Copy the full SHA 51be0dfView commit details -
Rollup merge of rust-lang#116732 - onur-ozkan:resolve-linked-x, r=Mar…
…k-Simulacrum Make x capable of resolving symlinks When bootstrapping from outside of the rust source, instead of calling 'x' from the absolute path (like /home/user/rust/x), we should be able to link 'x' from the rust source to binary paths so it can be used easily. Before this change, 'x' was not capable of finding 'x.py' when called from the linked file.
Configuration menu - View commit details
-
Copy full SHA for dd50235 - Browse repository at this point
Copy the full SHA dd50235View commit details -
Rollup merge of rust-lang#116755 - scottmcm:review-rotation, r=Mark-S…
…imulacrum Remove me from libcore review rotation I'm looking at my commitments right now, and unfortunately this needs to go for at least a while. If there's something in particular I can probably still take them, but I should drop out of the rotation for now.
Configuration menu - View commit details
-
Copy full SHA for 7a67562 - Browse repository at this point
Copy the full SHA 7a67562View commit details -
Rollup merge of rust-lang#116760 - Nilstrieb:triviality, r=oli-obk
Remove trivial cast in `guaranteed_eq` I found this while accidentally breaking trivial casts in another branch. r? oli-obk
Configuration menu - View commit details
-
Copy full SHA for 32da83d - Browse repository at this point
Copy the full SHA 32da83dView commit details -
Rollup merge of rust-lang#116771 - compiler-errors:blame-ignore-let-c…
…hains, r=Mark-Simulacrum Ignore let-chains formatting Follow-up to rust-lang#116688
Configuration menu - View commit details
-
Copy full SHA for 66417cb - Browse repository at this point
Copy the full SHA 66417cbView commit details