| Age | Commit message (Expand) | Author | Lines |
| 2025-03-23 | Visit coroutine kind ty in FlagComputation | Michael Goulet | -0/+1 |
| 2025-03-20 | Auto merge of #133889 - compiler-errors:inh-unstable, r=Nadrieril | bors | -0/+16 |
| 2025-03-19 | Auto merge of #138714 - matthiaskrgr:rollup-8uwbpwv, r=matthiaskrgr | bors | -2/+24 |
| 2025-03-19 | Rollup merge of #138001 - meithecatte:privately-uninhabited, r=Nadrieril | Matthias Krüger | -2/+24 |
| 2025-03-19 | Auto merge of #122156 - Zoxc:side-effect-dep-node, r=oli-obk | bors | -14/+2 |
| 2025-03-18 | Dont consider fields that are forced unstable due to -Zforce-unstable-if-unma... | Michael Goulet | -1/+8 |
| 2025-03-18 | Consider fields to be inhabited if they are unstable | Michael Goulet | -0/+9 |
| 2025-03-18 | Remove existing AFIDT implementation | Michael Goulet | -100/+1 |
| 2025-03-17 | Rollup merge of #138384 - nnethercote:hir-ItemKind-idents, r=fmease | Matthias Krüger | -5/+3 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -5/+3 |
| 2025-03-17 | Auto merge of #138595 - jhpratt:rollup-09pvfzu, r=jhpratt | bors | -24/+18 |
| 2025-03-17 | Flatten and simplify some control flow | Yotam Ofek | -24/+18 |
| 2025-03-17 | Use `strip_{prefix|suffix}` instead of `{starts|ends}_with`+indexing | Yotam Ofek | -2/+2 |
| 2025-03-15 | Auto merge of #138532 - matthiaskrgr:rollup-mgcynqu, r=matthiaskrgr | bors | -1/+2 |
| 2025-03-15 | Move codec module back into middle | Michael Goulet | -71/+93 |
| 2025-03-15 | Fold visit into ty | Michael Goulet | -20/+18 |
| 2025-03-15 | Squash fold into ty | Michael Goulet | -25/+28 |
| 2025-03-14 | resolve: Avoid some unstable iteration | Vadim Petrochenkov | -1/+2 |
| 2025-03-14 | Represent diagnostic side effects as dep nodes | John Kåre Alsaker | -14/+2 |
| 2025-03-13 | Rollup merge of #138126 - compiler-errors:rtn-for-sugg, r=oli-obk | Matthias Krüger | -25/+92 |
| 2025-03-13 | Rollup merge of #138109 - Kohei316:feat/rust-doc-precise-capturing-arg, r=aDo... | Matthias Krüger | -0/+2 |
| 2025-03-13 | Auto merge of #138416 - Manishearth:rollup-fejor9p, r=Manishearth | bors | -12/+14 |
| 2025-03-12 | Add an opt-out in pretty printing for RTN rendering | Michael Goulet | -25/+92 |
| 2025-03-12 | Rollup merge of #137504 - nnethercote:remove-Map-4, r=Zalathar | Manish Goregaokar | -12/+14 |
| 2025-03-12 | Rollup merge of #137701 - cuviper:sharded-hashtable, r=fmease | Matthias Krüger | -2/+2 |
| 2025-03-12 | Move methods from `Map` to `TyCtxt`, part 4. | Nicholas Nethercote | -6/+6 |
| 2025-03-12 | Rename `hir_attrs` query as `hir_attr_map`. | Nicholas Nethercote | -1/+1 |
| 2025-03-12 | Adjust `Map`'s `to_string` functionality. | Nicholas Nethercote | -5/+7 |
| 2025-03-10 | Convert `ShardedHashMap` to use `hashbrown::HashTable` | Josh Stone | -2/+2 |
| 2025-03-10 | make precise capturing args in rustdoc Json typed | morine0122 | -0/+2 |
| 2025-03-10 | Remove AdtFlags::IS_ANONYMOUS and Copy/Clone condition for anonymous ADT | Michael Goulet | -9/+1 |
| 2025-03-09 | Rollup merge of #138160 - jdonszelmann:move-find-attr2, r=oli-obk | Matthias Krüger | -8/+9 |
| 2025-03-09 | Rollup merge of #138158 - moulins:move-layout-to-rustc_abi, r=workingjubilee | Matthias Krüger | -34/+13 |
| 2025-03-09 | Rollup merge of #138040 - thaliaarchi:use-prelude-size-of.compiler, r=compile... | Matthias Krüger | -11/+10 |
| 2025-03-09 | Rollup merge of #136968 - oli-obk:bye-bye, r=compiler-errors | Matthias Krüger | -46/+1 |
| 2025-03-08 | Move SIMD layout logic to `rustc_abi` | Moulins | -6/+1 |
| 2025-03-08 | Remove most manual LayoutData creations and move them to `rustc_abi` | Moulins | -28/+12 |
| 2025-03-07 | compiler: Use size_of from the prelude instead of imported | Thalia Archibald | -11/+10 |
| 2025-03-07 | Rollup merge of #137977 - nnethercote:less-kw-Empty-1, r=spastorino | Matthias Krüger | -6/+8 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -2/+17 |
| 2025-03-07 | depend more on attr_data_structures and move find_attr! there | Jana Dönszelmann | -8/+9 |
| 2025-03-07 | Add helper methods checking for "#[non_exhaustive] that's active" | Maja Kądziołka | -2/+24 |
| 2025-03-07 | Make synthetic RPITIT assoc ty name handling more rigorous. | Nicholas Nethercote | -4/+6 |
| 2025-03-07 | Pass `Option<Symbol>` to `def_path_data`/`create_def` methods. | Nicholas Nethercote | -2/+2 |
| 2025-03-07 | Auto merge of #138127 - compiler-errors:rollup-kcarqrz, r=compiler-errors | bors | -0/+5 |
| 2025-03-06 | Account for UseCloned on expr_use_visitor | Santiago Pastorino | -0/+12 |
| 2025-03-06 | Generate the right MIR for by use closures | Santiago Pastorino | -2/+5 |
| 2025-03-06 | Rollup merge of #137820 - meithecatte:instantiate-opt, r=BoxyUwU | Michael Goulet | -1/+9 |
| 2025-03-06 | expand comments of `TyCtxt` impl of `DynSync`/`DynSend` | Rémy Rakic | -1/+3 |
| 2025-03-06 | Hide the end of ranges in pretty printing if it's also the maximum of the type | Oli Scherer | -1/+23 |