| Age | Commit message (Expand) | Author | Lines |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2025-05-11 | Rollup merge of #140795 - mu001999-contrib:sugg-stable-import-first, r=petroc... | León Orell Valerian Liehr | -6/+69 |
| 2025-05-09 | Suggest stable candidates rather than unstable ones | mu001999 | -6/+69 |
| 2025-05-09 | Remove `Ident::empty`. | Nicholas Nethercote | -9/+20 |
| 2025-05-06 | Auto merge of #131160 - ismailarilik:handle-potential-query-instability-lint-... | bors | -1/+1 |
| 2025-05-05 | Handle rustc_middle cases of rustc::potential_query_instability lint | ismailarilik | -1/+1 |
| 2025-05-05 | Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk | bors | -1/+6 |
| 2025-05-02 | resolve: Support imports of associated types and glob imports from traits | Vadim Petrochenkov | -49/+28 |
| 2025-04-30 | Auto merge of #127516 - nnethercote:simplify-LazyAttrTokenStream, r=petrochenkov | bors | -0/+1 |
| 2025-04-30 | Simplify `LazyAttrTokenStream`. | Nicholas Nethercote | -0/+1 |
| 2025-04-29 | Remove global `next_disambiguator` state and handle it with a `DisambiguatorS... | John Kåre Alsaker | -1/+6 |
| 2025-04-28 | Add or-patterns to pattern types | Oli Scherer | -0/+5 |
| 2025-04-23 | Make #![feature(let_chains)] bootstrap conditional in compiler/ | est31 | -1/+1 |
| 2025-04-20 | Remove #[rustc_macro_edition_2021]. | Mara Bos | -8/+1 |
| 2025-04-17 | Rollup merge of #139084 - petrochenkov:transpaque, r=davidtwco | Matthias Krüger | -3/+3 |
| 2025-04-15 | Rollup merge of #139848 - nnethercote:kw-Empty-5, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-04-15 | Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalathar | bors | -3/+4 |
| 2025-04-15 | Use a dummy ident for a `lint_if_path_starts_with_module` call. | Nicholas Nethercote | -1/+1 |
| 2025-04-15 | Rollup merge of #139669 - nnethercote:overhaul-AssocItem, r=oli-obk | Stuart Cook | -3/+4 |
| 2025-04-15 | Move `name` field from `AssocItem` to `AssocKind` variants. | Nicholas Nethercote | -2/+3 |
| 2025-04-14 | Rollup merge of #139811 - yotamofek:pr/newtype_cleanups, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-04-14 | Use `newtype_index!`-generated types more idiomatically | Yotam Ofek | -1/+1 |
| 2025-04-14 | Rollup merge of #139127 - compiler-errors:prim-ty-hack, r=oli-obk | Matthias Krüger | -0/+5 |
| 2025-04-14 | Move `has_self` field to `hir::AssocKind::Fn`. | Nicholas Nethercote | -1/+1 |
| 2025-04-11 | Rollup merge of #139662 - nnethercote:tweak-DefPathData, r=compiler-errors | Jacob Pratt | -3/+3 |
| 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 | -15/+22 |
| 2025-04-11 | Adjust an assertion. | Nicholas Nethercote | -3/+3 |
| 2025-04-10 | Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-dead | Matthias Krüger | -8/+12 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -8/+12 |
| 2025-04-09 | Avoid an empty trait name in impl blocks. | Nicholas Nethercote | -3/+0 |
| 2025-04-07 | Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obk | Stuart Cook | -9/+4 |
| 2025-04-02 | Rollup merge of #139184 - Urgau:crate-root-lint-levels, r=jieyouxu | Takayuki Maeda | -4/+13 |
| 2025-04-01 | Rollup merge of #138790 - xizheyin:issue-138626, r=compiler-errors | Matthias Krüger | -12/+12 |
| 2025-04-01 | Auto merge of #138740 - nnethercote:ast-ItemKind-idents, r=fmease | bors | -137/+168 |
| 2025-04-01 | Address review comments. | Nicholas Nethercote | -49/+50 |
| 2025-04-01 | Move `ast::Item::ident` into `ast::ItemKind`. | Nicholas Nethercote | -109/+139 |
| 2025-04-01 | Use `sym::dummy` in one more place. | Nicholas Nethercote | -1/+1 |
| 2025-03-31 | Expose `registered_tools` directly without `TyCtxt`-query | Urgau | -4/+13 |
| 2025-03-31 | hygiene: Rename semi-transparent to semi-opaque | Vadim Petrochenkov | -3/+3 |
| 2025-03-30 | Fix up partial res of segment in primitive resolution hack | Michael Goulet | -0/+5 |
| 2025-03-28 | Rollup merge of #139075 - oli-obk:resolver-item-lifetime, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2025-03-28 | Do not treat lifetimes from parent items as influencing child items | Oli Scherer | -1/+4 |
| 2025-03-28 | Rollup merge of #138678 - durin42:rmeta-stability, r=fmease | Matthias Krüger | -3/+5 |
| 2025-03-28 | Remove `kw::Extra` checks that are no longer necessary. | Nicholas Nethercote | -9/+4 |
| 2025-03-27 | Rollup merge of #139014 - xizheyin:issue-138931, r=oli-obk | Jacob Pratt | -34/+74 |
| 2025-03-27 | rustc_resolve: prevent iteration of refids for completeness | Augie Fackler | -2/+3 |