| Age | Commit message (Expand) | Author | Lines |
| 2025-04-11 | eagerly initialize `definitions` in sub-fn | lcnr | -32/+25 |
| 2025-04-11 | `NonGenericOpaqueTypeParam::ty` to `arg` | lcnr | -4/+4 |
| 2025-04-11 | remove redundant fields | lcnr | -28/+13 |
| 2025-04-11 | Replace proc_macro::SourceFile by Span::{file, local_file}. | Mara Bos | -23/+27 |
| 2025-04-11 | Remove proc_macro::SourceFile::is_real(). | Mara Bos | -4/+0 |
| 2025-04-11 | Change how anonymous associated types are printed. | Nicholas Nethercote | -1/+2 |
| 2025-04-11 | don't rely on `locals_are_invalidated_at_exit` | lcnr | -32/+24 |
| 2025-04-11 | move `dump_polonius_mir` | lcnr | -11/+9 |
| 2025-04-11 | Only compute the `DefId` when a diagnostic is definitely emitted | Oli Scherer | -22/+22 |
| 2025-04-11 | Avoid a node_id_to_def_id call by just storing DefIds instead of NodeIds | Oli Scherer | -5/+4 |
| 2025-04-11 | Avoid storing the `LocalDefId` twice | Oli Scherer | -7/+5 |
| 2025-04-11 | Avoid another node_id_to_def_id call | Oli Scherer | -8/+6 |
| 2025-04-11 | Avoid a reverse map that is only used in diagnostics paths | Oli Scherer | -16/+32 |
| 2025-04-11 | Reuse address-space computation from global alloc | Oli Scherer | -8/+8 |
| 2025-04-11 | `MirBorrowckCtxt::polonius_output` to ref | lcnr | -6/+4 |
| 2025-04-11 | do not buffer `#[rustc_regions]` dump | lcnr | -7/+4 |
| 2025-04-11 | `local_names` creation to `mbcx` creation | lcnr | -20/+20 |
| 2025-04-11 | Introduce `DefPathData::AnonAssocTy`. | Nicholas Nethercote | -25/+28 |
| 2025-04-11 | use input `def_id` to compute `movable_coroutine` | lcnr | -11/+2 |
| 2025-04-11 | consistent name for `UniversalRegions` | lcnr | -2/+2 |
| 2025-04-11 | Auto merge of #139011 - Zoxc:no-rayon-iters, r=oli-obk | bors | -59/+120 |
| 2025-04-11 | suggest: remove redundant `$()?`around `vis` fragments | Makai | -6/+38 |
| 2025-04-11 | Adjust an assertion. | Nicholas Nethercote | -3/+3 |
| 2025-04-10 | Stabilize `slice_as_chunks` library feature | Scott McMurray | -1/+0 |
| 2025-04-11 | Rollup merge of #139654 - nnethercote:AssocKind-descr, r=compiler-errors | Stuart Cook | -2/+4 |
| 2025-04-11 | Rollup merge of #139641 - BoxyUwU:allow_parend_array_len_infer, r=compiler-er... | Stuart Cook | -1/+3 |
| 2025-04-11 | Rollup merge of #139564 - compiler-errors:deeply-norm, r=lcnr | Stuart Cook | -48/+55 |
| 2025-04-11 | Rollup merge of #138998 - rperier:donot_suggest_to_use_impl_trait_in_closure_... | Stuart Cook | -6/+17 |
| 2025-04-11 | Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-dead | Stuart Cook | -53/+80 |
| 2025-04-11 | Rollup merge of #137447 - folkertdev:simd-extract-insert-dyn, r=scottmcm | Stuart Cook | -32/+47 |
| 2025-04-11 | Improve `AssocItem::descr`. | Nicholas Nethercote | -2/+4 |
| 2025-04-11 | Handle a negated literal in `eat_token_lit`. | Nicholas Nethercote | -4/+9 |
| 2025-04-10 | Auto merge of #139410 - Zoxc:fix-dep-graph-no-prev-map, r=oli-obk | bors | -36/+88 |
| 2025-04-10 | Fix `register_group_alias` for tools | Alex Macleod | -63/+42 |
| 2025-04-10 | Remove the use of Rayon iterators | John Kåre Alsaker | -59/+120 |
| 2025-04-10 | add `simd_insert_dyn` and `simd_extract_dyn` | Folkert de Vries | -32/+47 |
| 2025-04-10 | Encode dep node edge count as u32 instead of usize | John Kåre Alsaker | -8/+10 |
| 2025-04-10 | Deeply normalize obligations in BestObligation | Michael Goulet | -18/+33 |
| 2025-04-10 | Cleanup the `InstSimplify` MIR transformation | Yotam Ofek | -106/+86 |
| 2025-04-10 | Micro-optimize `InstSimplify`'s `simplify_primitive_clone` | Yotam Ofek | -17/+8 |
| 2025-04-10 | Allow parenthesis around inferred array lengths | Boxy | -1/+3 |
| 2025-04-10 | Simplify | Michael Goulet | -30/+22 |
| 2025-04-10 | Bump `FileEncoder` buffer size to 64 kB | John Kåre Alsaker | -1/+1 |
| 2025-04-10 | Parse condition options into a struct | mejrs | -165/+168 |
| 2025-04-10 | Write the format string parserand split it from conditions parser | mejrs | -280/+529 |
| 2025-04-10 | Rollup merge of #139614 - nnethercote:fix-139512, r=oli-obk | Matthias Krüger | -7/+8 |
| 2025-04-10 | Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-dead | Matthias Krüger | -209/+221 |
| 2025-04-10 | Rollup merge of #139502 - yaahc:still-mutable-ice, r=bjorn3 | Matthias Krüger | -5/+10 |
| 2025-04-10 | Allow drivers to supply a list of extra symbols to intern | Alex Macleod | -53/+80 |
| 2025-04-10 | Auto merge of #139622 - matthiaskrgr:rollup-8ri1vid, r=matthiaskrgr | bors | -202/+143 |