| Age | Commit message (Expand) | Author | Lines |
| 2023-09-12 | `#[diagnostic::on_unimplemented]` without filters | Georg Semmler | -2/+3 |
| 2023-09-12 | Auto merge of #115689 - Alexendoo:clippy-doc-comments, r=notriddle,Manisheart... | bors | -1/+88 |
| 2023-09-11 | Move let expression checking to parsing | Matthew Jasper | -1/+1 |
| 2023-09-11 | Rollup merge of #115744 - fmease:fix-e0401, r=compiler-errors | Matthias Krüger | -38/+63 |
| 2023-09-11 | Auto merge of #115504 - bvanjoi:error-struct, r=cjgillot | bors | -8/+17 |
| 2023-09-10 | Do not suggest generic const items unless enabled | León Orell Valerian Liehr | -1/+5 |
| 2023-09-10 | Make E0401 translatable | León Orell Valerian Liehr | -19/+52 |
| 2023-09-10 | Generalize E0401 | León Orell Valerian Liehr | -24/+12 |
| 2023-09-09 | Use `FreezeLock` for `CStore` | John Kåre Alsaker | -3/+3 |
| 2023-09-08 | Reuse rustdoc's doc comment handling in Clippy | Alex Macleod | -1/+88 |
| 2023-09-07 | Find lowest span out of use + attrs | Michael Goulet | -1/+7 |
| 2023-09-04 | resolve: derive diag for undetermined macro resolution | bohan | -8/+17 |
| 2023-09-02 | Auto merge of #115429 - compiler-errors:assoc-ct-lt-fallthrough, r=cjgillot | bors | -34/+29 |
| 2023-09-01 | Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkov | bors | -6/+0 |
| 2023-09-01 | Fall through when resolving elided assoc const lifetimes | Michael Goulet | -34/+29 |
| 2023-08-31 | Auto merge of #115366 - compiler-errors:associated-type-bound-implicit-lifeti... | bors | -0/+1 |
| 2023-08-31 | fix(resolve): update def if binding is warning ambiguity | bohan | -3/+6 |
| 2023-08-30 | Capture lifetimes for associated type bounds destined to be lowered to opaques | Michael Goulet | -0/+1 |
| 2023-08-28 | RPITITs capture all their lifetimes | Michael Goulet | -12/+9 |
| 2023-08-24 | Auto merge of #113408 - petrochenkov:bindintern2, r=cjgillot | bors | -79/+133 |
| 2023-08-24 | Auto merge of #115094 - Mark-Simulacrum:bootstrap-update, r=ozkanonur | bors | -1/+1 |
| 2023-08-24 | resolve: Leave a comment about name bindings for legacy derive helpers | Vadim Petrochenkov | -0/+5 |
| 2023-08-24 | resolve: Make bindings for derive helper attributes unique | Vadim Petrochenkov | -28/+25 |
| 2023-08-24 | resolve: Make bindings for crate roots unique | Vadim Petrochenkov | -5/+23 |
| 2023-08-24 | resolve: Pre-intern tool module bindings | Vadim Petrochenkov | -2/+11 |
| 2023-08-24 | resolve: Make bindings from extern prelude unique | Vadim Petrochenkov | -19/+38 |
| 2023-08-24 | resolve: Pre-intern builtin name bindings | Vadim Petrochenkov | -25/+31 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -1/+1 |
| 2023-08-22 | Rollup merge of #115011 - compiler-errors:warn-on-elided-assoc-ct-lt, r=cjgillot | Michael Goulet | -24/+55 |
| 2023-08-20 | Warn on elided lifetimes in associated constants | Michael Goulet | -24/+55 |
| 2023-08-18 | narrow down the lint trigger constraint | Kyle Lin | -6/+13 |
| 2023-08-18 | fomar files | Kyle Lin | -1/+8 |
| 2023-08-18 | Still resolving rustdoc resolution panicking | Kyle Lin | -2/+4 |
| 2023-08-18 | Fix resolution caching | Kyle Lin | -8/+49 |
| 2023-08-11 | rustc: Move `features` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -3/+4 |
| 2023-08-10 | Rollup merge of #114622 - petrochenkov:noplugin, r=oli-obk | Michael Goulet | -3/+3 |
| 2023-08-09 | rustc: Move `crate_types` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -3/+3 |
| 2023-08-08 | fix: not insert missing lifetime for `ConstParamTy` | bohan | -2/+4 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -7/+10 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -7/+10 |
| 2023-08-07 | Rollup merge of #114549 - chenyukang:yukang-review-resolve-part, r=petrochenkov | Matthias Krüger | -38/+35 |
| 2023-08-06 | refactor on span_look_ahead | yukang | -10/+10 |
| 2023-08-06 | Auto merge of #114487 - compiler-errors:opaques-refactoring-idk, r=cjgillot | bors | -30/+29 |
| 2023-08-06 | Rollup merge of #114503 - chenyukang:yukang-fix-114433-unused-qualifications,... | Matthias Krüger | -1/+2 |
| 2023-08-05 | a function is just another AnonymousCreateParameter rib | Michael Goulet | -30/+28 |
| 2023-08-05 | Consolidate opaque ty and async fn lowering code | Michael Goulet | -0/+1 |
| 2023-08-05 | Auto merge of #109348 - cjgillot:issue-109146, r=petrochenkov | bors | -1/+1 |
| 2023-08-05 | Remove invalid lint when there is a generic argument in prefix path | yukang | -1/+2 |
| 2023-08-04 | Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31 | Matthias Krüger | -1/+1 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -1/+1 |