| Age | Commit message (Expand) | Author | Lines |
| 2025-03-19 | Lower to a memset(undef) when Rvalue::Repeat repeats uninit | Ben Kimock | -4/+66 |
| 2025-03-17 | Auto merge of #138611 - matthiaskrgr:rollup-hmjbqva, r=matthiaskrgr | bors | -335/+911 |
| 2025-03-17 | Auto merge of #137081 - Shourya742:2025-02-15-change-config.toml-to-bootstrap... | bors | -532/+570 |
| 2025-03-17 | modify config.toml->bootstrap.toml for new upstream changes | bit-aloo | -5/+5 |
| 2025-03-17 | Rollup merge of #138588 - nnethercote:avoid-double-lower_ident, r=compiler-er... | Matthias Krüger | -22/+9 |
| 2025-03-17 | Rollup merge of #138577 - aDotInTheVoid:deprecate-deprecations, r=GuillaumeGomez | Matthias Krüger | -10/+51 |
| 2025-03-17 | Rollup merge of #138412 - cuviper:licenses, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-03-17 | Rollup merge of #138349 - 1c3t3a:external-weak-cfi, r=rcvalle | Matthias Krüger | -4/+48 |
| 2025-03-17 | Rollup merge of #137465 - Zalathar:visit-primary, r=oli-obk | Matthias Krüger | -156/+699 |
| 2025-03-17 | Rollup merge of #137449 - compiler-errors:control-flow, r=Amanieu,lnicola | Matthias Krüger | -62/+67 |
| 2025-03-17 | Rollup merge of #133870 - nbdd0121:asm, r=traviscross,nnethercote | Matthias Krüger | -80/+36 |
| 2025-03-17 | Stabilize asm_goto | Gary Guo | -80/+36 |
| 2025-03-17 | Auto merge of #138595 - jhpratt:rollup-09pvfzu, r=jhpratt | bors | -341/+1025 |
| 2025-03-17 | Rollup merge of #138592 - onur-ozkan:follow-up-137147, r=Kobzol | Jacob Pratt | -1/+1 |
| 2025-03-17 | Rollup merge of #138590 - yotamofek:pr/flatten-ifs, r=fmease | Jacob Pratt | -69/+53 |
| 2025-03-17 | Rollup merge of #138586 - jyn514:doc-register-tool, r=jieyouxu | Jacob Pratt | -0/+79 |
| 2025-03-17 | Rollup merge of #138584 - atouchet:found, r=jieyouxu | Jacob Pratt | -3/+3 |
| 2025-03-17 | Rollup merge of #138517 - compiler-errors:better-child-capture, r=oli-obk | Jacob Pratt | -6/+128 |
| 2025-03-17 | Rollup merge of #138341 - xizheyin:issue-138322, r=joboet | Jacob Pratt | -3/+23 |
| 2025-03-17 | Rollup merge of #137793 - NobodyXu:stablise-annoymous-pipe, r=joshtriplett | Jacob Pratt | -225/+288 |
| 2025-03-17 | Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboet | Jacob Pratt | -19/+197 |
| 2025-03-17 | Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retrieval_metho... | Jacob Pratt | -15/+253 |
| 2025-03-17 | Only add `rustc_randomized_layouts` if the crate has it | Guillaume Gomez | -1/+1 |
| 2025-03-17 | Flatten and simplify some control flow | Yotam Ofek | -69/+53 |
| 2025-03-17 | Emit function declarations for functions with #[linkage="extern_weak"] | Bastian Kersting | -4/+48 |
| 2025-03-17 | update change entry for #137147 | onur-ozkan | -1/+1 |
| 2025-03-17 | Auto merge of #138566 - yotamofek:pr/strip-prefix, r=nnethercote | bors | -21/+20 |
| 2025-03-17 | modify config.example.toml mention to bootsrap.example.toml in triagebot.toml | bit-aloo | -2/+2 |
| 2025-03-17 | make profile_user_dist test backward compatible | bit-aloo | -7/+9 |
| 2025-03-17 | replace config.toml to bootstrap.toml in src/ci, src/etc/* and tests/run-make | bit-aloo | -281/+281 |
| 2025-03-17 | replace config.toml to bootstrap.toml in src:tools | bit-aloo | -9/+17 |
| 2025-03-17 | replace config.toml to bootstrap.toml in src:doc:unstable-book | bit-aloo | -1/+1 |
| 2025-03-17 | replace config.toml to bootstrap.toml in src:doc:rustc | bit-aloo | -57/+57 |
| 2025-03-17 | replace config.toml to bootstrap.toml in src:doc:rustc-dev-guide | bit-aloo | -56/+56 |
| 2025-03-17 | change config.toml to bootstrap.toml for bootstrap module | bit-aloo | -116/+144 |
| 2025-03-17 | Use `strip_{prefix|suffix}` instead of `{starts|ends}_with`+indexing | Yotam Ofek | -21/+20 |
| 2025-03-17 | Document `#![register_tool]` | jyn | -0/+79 |
| 2025-03-17 | Avoid double lowering of generic identifiers. | Nicholas Nethercote | -1/+1 |
| 2025-03-17 | Make the `match` in `new_named_lifetime` exhaustive. | Nicholas Nethercote | -4/+3 |
| 2025-03-17 | Avoid double lowering of lifetime identifiers. | Nicholas Nethercote | -3/+1 |
| 2025-03-17 | Inline and remove `LoweringContext::new_named_lifetime_with_res`. | Nicholas Nethercote | -14/+4 |
| 2025-03-17 | Auto merge of #138583 - jhpratt:rollup-h699hty, r=jhpratt | bors | -113/+205 |
| 2025-03-16 | Update Rust Foundation links in Readme | Alex Touchet | -3/+3 |
| 2025-03-16 | Rollup merge of #138573 - Noratrieb:no-unsound-bad-bonk-bonk, r=workingjubilee | Jacob Pratt | -22/+16 |
| 2025-03-16 | Rollup merge of #138552 - jieyouxu:print-request-cleanups, r=Urgau | Jacob Pratt | -67/+159 |
| 2025-03-16 | Rollup merge of #136816 - yotamofek:pr/notable-traits-button-cleanup, r=aDotI... | Jacob Pratt | -21/+11 |
| 2025-03-16 | Rollup merge of #136359 - hkBst:ptr_copy_docs, r=Amanieu | Jacob Pratt | -3/+6 |
| 2025-03-16 | Rollup merge of #136293 - hkBst:patch-32, r=Amanieu | Jacob Pratt | -0/+13 |
| 2025-03-17 | Auto merge of #138363 - beetrees:f16-f128-integer-convert, r=Amanieu | bors | -2/+91 |
| 2025-03-16 | rustdoc-json: Don't also include `#[deprecated]` in `Item::attrs` | Alona Enraght-Moony | -10/+17 |