| Age | Commit message (Expand) | Author | Lines |
| 2025-05-29 | Auto merge of #141739 - GuillaumeGomez:rollup-ivboqwd, r=GuillaumeGomez | bors | -1/+1 |
| 2025-05-29 | Erase return type of crate_dependencies_in_reverse_postorder | Piotr Osiewicz | -4/+5 |
| 2025-05-29 | creader: Remove extraenous String::clone | Piotr Osiewicz | -1/+1 |
| 2025-05-29 | cstore: Use IndexSet as backing store for postorder dependencies | Piotr Osiewicz | -7/+9 |
| 2025-05-27 | Do not get proc_macro from the sysroot in rustc | bjorn3 | -4/+2 |
| 2025-05-21 | Introduce `tcx.anon_const_kind` query | Boxy | -0/+5 |
| 2025-05-19 | Warning added when dependency crate has async drop types, and the feature is ... | Andrew Zhogin | -0/+35 |
| 2025-05-19 | Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin | Stuart Cook | -7/+7 |
| 2025-05-18 | Remove rustc_attr_data_structures re-export from rustc_attr_parsing | mejrs | -7/+7 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2025-05-06 | Rollup merge of #139550 - Urgau:rmeta-remap-path-scope, r=nnethercote | Stuart Cook | -2/+0 |
| 2025-05-05 | Take into-account `-Zremap-path-scope` when embedding filenames | Urgau | -2/+0 |
| 2025-05-04 | Initial support for dynamically linked crates | Bryanskiy | -71/+188 |
| 2025-04-26 | Rollup merge of #140086 - ChrisDenton:backoff, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2025-04-25 | Retry if creating temp fails with access denied | Chris Denton | -2/+2 |
| 2025-04-23 | Make #![feature(let_chains)] bootstrap conditional in compiler/ | est31 | -1/+1 |
| 2025-04-19 | Rollup merge of #139834 - ChrisDenton:spf, r=WaffleLapkin | Chris Denton | -6/+15 |
| 2025-04-17 | Replace infallible `name_or_empty` methods with fallible `name` methods. | Nicholas Nethercote | -8/+10 |
| 2025-04-16 | Don't canonicalize crate paths | Chris Denton | -6/+15 |
| 2025-04-15 | Rollup merge of #139669 - nnethercote:overhaul-AssocItem, r=oli-obk | Stuart Cook | -17/+18 |
| 2025-04-15 | Move `name` field from `AssocItem` to `AssocKind` variants. | Nicholas Nethercote | -18/+14 |
| 2025-04-15 | Move `opt_rpitit_info` field to `hir::AssocKind::Type`. | Nicholas Nethercote | -6/+10 |
| 2025-04-14 | Auto merge of #139241 - bvanjoi:less-decoding, r=petrochenkov | bors | -4/+2 |
| 2025-04-14 | Move `has_self` field to `hir::AssocKind::Fn`. | Nicholas Nethercote | -6/+7 |
| 2025-04-14 | Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated... | bors | -1/+0 |
| 2025-04-12 | don't store opaque info during encoding | bohan | -4/+2 |
| 2025-04-11 | Auto merge of #139011 - Zoxc:no-rayon-iters, r=oli-obk | bors | -1/+1 |
| 2025-04-11 | Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-dead | Stuart Cook | -6/+6 |
| 2025-04-10 | Remove the use of Rayon iterators | John Kåre Alsaker | -1/+1 |
| 2025-04-10 | Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-dead | Matthias Krüger | -4/+4 |
| 2025-04-10 | Allow drivers to supply a list of extra symbols to intern | Alex Macleod | -6/+6 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -4/+4 |
| 2025-04-07 | Restrict some queries by def-kind more | Michael Goulet | -1/+1 |
| 2025-04-06 | remove compiler support for `extern "rust-intrinsic"` blocks | Skgland | -1/+1 |
| 2025-04-05 | Auto merge of #139281 - petrochenkov:ctxtdecod6, r=wesleywiser | bors | -1/+3 |
| 2025-04-04 | Rollup merge of #138949 - madsmtm:rename-to-darwin, r=WaffleLapkin | Matthias Krüger | -3/+3 |
| 2025-04-03 | Make LevelAndSource a struct | Oli Scherer | -1/+1 |
| 2025-04-03 | hygiene: Avoid recursion in syntax context decoding | Vadim Petrochenkov | -1/+3 |
| 2025-04-02 | Rollup merge of #139232 - nnethercote:remove-Map-5, r=Zalathar | Takayuki Maeda | -3/+1 |
| 2025-04-02 | Auto merge of #139018 - oli-obk:incremental-trait-impls, r=compiler-errors | bors | -8/+12 |
| 2025-04-02 | Remove `recursion_limit` increases. | Nicholas Nethercote | -1/+0 |
| 2025-04-02 | Move methods from `Map` to `TyCtxt`, part 5. | Nicholas Nethercote | -3/+1 |
| 2025-04-01 | Auto merge of #137535 - Kobzol:split-metadata, r=petrochenkov | bors | -55/+146 |
| 2025-04-01 | Store adt_async_destructor in metadata | Oli Scherer | -4/+6 |
| 2025-04-01 | Store adt_destructor in metadata | Oli Scherer | -4/+6 |
| 2025-04-01 | Bump metadata version | Jakub Beránek | -1/+1 |
| 2025-04-01 | Move `ast::Item::ident` into `ast::ItemKind`. | Nicholas Nethercote | -7/+5 |
| 2025-04-01 | Factor out some shared code. | Nicholas Nethercote | -32/+14 |
| 2025-03-31 | Add an error when full metadata was not found | Jakub Beránek | -1/+31 |
| 2025-03-31 | Store only a metadata stub into `rlibs` and `dylibs` with `-Zembed-metadata=no` | Jakub Beránek | -25/+98 |