| Age | Commit message (Expand) | Author | Lines |
| 2025-04-16 | Rename `LifetimeName` as `LifetimeKind`. | Nicholas Nethercote | -11/+11 |
| 2025-04-15 | Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalathar | bors | -1/+3 |
| 2025-04-15 | Rollup merge of #139772 - nnethercote:rm-hir-Map, r=Zalathar | Stuart Cook | -1/+1 |
| 2025-04-15 | Rollup merge of #138374 - celinval:issue-136925-const-contract, r=compiler-er... | Stuart Cook | -0/+2 |
| 2025-04-14 | Use `newtype_index!`-generated types more idiomatically | Yotam Ofek | -6/+3 |
| 2025-04-14 | Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated... | bors | -1/+0 |
| 2025-04-14 | Documentation fixes. | Nicholas Nethercote | -1/+1 |
| 2025-04-13 | Rollup merge of #137043 - Sky9x:unsafe-pinned-pt1-libs, r=tgross35,RalfJung,W... | Jacob Pratt | -0/+3 |
| 2025-04-13 | Initial `UnsafePinned`/`UnsafeUnpin` impl [Part 1: Libs] | Sky | -0/+3 |
| 2025-04-12 | Fix name of field in doc comment | Samuel Tardieu | -1/+1 |
| 2025-04-11 | Rollup merge of #139662 - nnethercote:tweak-DefPathData, r=compiler-errors | Jacob Pratt | -18/+19 |
| 2025-04-11 | Change how anonymous associated types are printed. | Nicholas Nethercote | -1/+1 |
| 2025-04-11 | Introduce `DefPathData::AnonAssocTy`. | Nicholas Nethercote | -18/+19 |
| 2025-04-11 | Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-dead | Stuart Cook | -1/+1 |
| 2025-04-10 | Allow drivers to supply a list of extra symbols to intern | Alex Macleod | -1/+1 |
| 2025-04-10 | Address review comments. | Nicholas Nethercote | -1/+1 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -6/+6 |
| 2025-04-07 | Enable contracts for const functions | Celina G. Val | -0/+2 |
| 2025-04-07 | Rollup merge of #139112 - m-ou-se:super-let, r=lcnr | Stuart Cook | -1/+3 |
| 2025-04-07 | Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obk | Stuart Cook | -2/+6 |
| 2025-04-04 | Implement `super let`. | Mara Bos | -1/+3 |
| 2025-04-04 | Auto merge of #120706 - Bryanskiy:leak, r=lcnr | bors | -0/+6 |
| 2025-04-03 | Rollup merge of #138610 - oli-obk:no-sort-hir-ids, r=compiler-errors | Matthias Krüger | -16/+7 |
| 2025-04-03 | Initial support for auto traits with default bounds | Bryanskiy | -0/+6 |
| 2025-04-03 | impl !PartialOrd for HirId | Oli Scherer | -16/+7 |
| 2025-04-03 | Tighten up assignment operator representations. | Nicholas Nethercote | -4/+4 |
| 2025-04-02 | Remove `recursion_limit` increases. | Nicholas Nethercote | -1/+0 |
| 2025-04-02 | Move methods from `Map` to `TyCtxt`, part 5. | Nicholas Nethercote | -1/+1 |
| 2025-03-30 | Encode synthetic by-move coroutine body with a different DefPathData | Michael Goulet | -3/+14 |
| 2025-03-28 | Don't use `kw::Empty` in `hir::Lifetime::ident`. | Nicholas Nethercote | -15/+79 |
| 2025-03-28 | Add `{ast,hir,thir}::PatKind::Missing` variants. | Nicholas Nethercote | -2/+6 |
| 2025-03-28 | Remove `ImplicitObjectLifetimeDefault` case from `suggestion`. | Nicholas Nethercote | -15/+10 |
| 2025-03-28 | Remove `LifetimeSuggestionPosition` and `Lifetime::suggestion_position`. | Nicholas Nethercote | -32/+13 |
| 2025-03-22 | Auto merge of #136974 - m-ou-se:fmt-options-64-bit, r=scottmcm | bors | -1/+0 |
| 2025-03-19 | Use `Option<Ident>` for lowered param names. | Nicholas Nethercote | -5/+16 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -71/+122 |
| 2025-03-13 | Rollup merge of #138109 - Kohei316:feat/rust-doc-precise-capturing-arg, r=aDo... | Matthias Krüger | -4/+7 |
| 2025-03-12 | Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr | bors | -1/+0 |
| 2025-03-12 | Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan... | Matthias Krüger | -1/+0 |
| 2025-03-12 | Reduce FormattingOptions to 64 bits. | Mara Bos | -1/+0 |
| 2025-03-12 | Auto merge of #138083 - nnethercote:rm-NtItem-NtStmt, r=petrochenkov | bors | -0/+1 |
| 2025-03-12 | Rollup merge of #138376 - nnethercote:hir-ItemKind-ident-precursors, r=compil... | Matthias Krüger | -10/+0 |
| 2025-03-12 | Remove unused `OwnerNode::ident` method. | Nicholas Nethercote | -10/+0 |
| 2025-03-12 | Introduce `sym::dummy` and `Ident::dummy`. | Nicholas Nethercote | -1/+1 |
| 2025-03-11 | Auto merge of #128440 - oli-obk:defines, r=lcnr | bors | -3/+8 |
| 2025-03-11 | Error on `define_opaques` entries without any opaques actually referenced | Oli Scherer | -1/+1 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -3/+8 |
| 2025-03-11 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-11 | Auto merge of #138302 - matthiaskrgr:rollup-an2up80, r=matthiaskrgr | bors | -2/+2 |
| 2025-03-10 | make precise capturing args in rustdoc Json typed | morine0122 | -4/+7 |