-
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 8 pull requests #131571
Rollup of 8 pull requests #131571
Commits on Sep 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1e30b5a - Browse repository at this point
Copy the full SHA 1e30b5aView commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2bc2304 - Browse repository at this point
Copy the full SHA 2bc2304View commit details
Commits on Oct 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3743618 - Browse repository at this point
Copy the full SHA 3743618View commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 00f9827 - Browse repository at this point
Copy the full SHA 00f9827View commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 92f6568 - Browse repository at this point
Copy the full SHA 92f6568View commit details -
Rollup merge of rust-lang#130078 - its-the-shrimp:rustdoc-types-compr…
…ess-ids, r=aDotInTheVoid rustdoc-json: change item ID's repr from a string to an int Following [this discussion on Zulip](https://rust-lang.zulipchat.com/#narrow/stream/266220-t-rustdoc/topic/Optimizing.20the.20.60Id.60.20type.20in.20.60rustdoc-types.60), I've changed the repr of `rustdoc_json_types::Id` from a String to a u32, by adding a `clean::ItemId` interner to `JsonRenderer` r? `@aDotInTheVoid`
Configuration menu - View commit details
-
Copy full SHA for 8e3b40a - Browse repository at this point
Copy the full SHA 8e3b40aView commit details -
Rollup merge of rust-lang#131109 - tgross35:stabilize-debug_more_non_…
…exhaustive, r=joboet Stabilize `debug_more_non_exhaustive` Fixes: rust-lang#127942
Configuration menu - View commit details
-
Copy full SHA for 6efdb84 - Browse repository at this point
Copy the full SHA 6efdb84View commit details -
Rollup merge of rust-lang#131287 - RalfJung:const_result, r=tgross35
stabilize const_result Waiting for FCP to complete in rust-lang#82814 Fixes rust-lang#82814
Configuration menu - View commit details
-
Copy full SHA for 3341fb4 - Browse repository at this point
Copy the full SHA 3341fb4View commit details -
Rollup merge of rust-lang#131310 - taiki-e:msp430-clobber-abi, r=Amanieu
Support clobber_abi in MSP430 inline assembly This supports `clobber_abi` which is one of the requirements of stabilization mentioned in rust-lang#93335. Refs: Section 3.2 "Register Conventions" in [MSP430 Embedded Application Binary Interface](https://www.ti.com/lit/an/slaa534a/slaa534a.pdf) cc `@cr1901` r? `@Amanieu` `@rustbot` label +O-msp430
Configuration menu - View commit details
-
Copy full SHA for 161906c - Browse repository at this point
Copy the full SHA 161906cView commit details -
Rollup merge of rust-lang#131463 - bjoernager:const-char-encode-utf8,…
… r=RalfJung Stabilise `const_char_encode_utf8`. Closes: rust-lang#130512 This PR stabilises the `const_char_encode_utf8` feature gate (i.e. support for `char::encode_utf8` in const scenarios). Note that the linked tracking issue is currently awaiting FCP.
Configuration menu - View commit details
-
Copy full SHA for 64fa3fb - Browse repository at this point
Copy the full SHA 64fa3fbView commit details