| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-08-02 | Resolve visibility paths as modules not as types. | Camille GILLOT | -1/+1 |
| 2023-08-02 | Replace old private-in-public diagnostic with type privacy lints | Bryanskiy | -6/+0 |
| 2023-08-02 | trivial style fix | yukang | -30/+27 |
| 2023-07-31 | Rollup merge of #113920 - bvanjoi:fix-81413, r=petrochenkov | Matthias Krüger | -23/+30 |
| 2023-07-30 | inline format!() args up to and including rustc_codegen_llvm | Matthias Krüger | -90/+75 |
| 2023-07-29 | Auto merge of #113099 - bvanjoi:fix-112713-2, r=petrochenkov | bors | -46/+175 |
| 2023-07-28 | Resolve generic const items | León Orell Valerian Liehr | -69/+109 |
| 2023-07-29 | fix(resolve): update the ambiguity glob binding as warning recursively | bohan | -46/+175 |
| 2023-07-29 | fix(resolve): report unresolved imports firstly | bohan | -23/+30 |
| 2023-07-28 | Introduce the `#[diagnostic]` attribute namespace | Georg Semmler | -3/+17 |
| 2023-07-25 | Auto merge of #113980 - bvanjoi:fix-113953, r=petrochenkov | bors | -5/+8 |
| 2023-07-25 | Auto merge of #113958 - lukas-code:doc-links, r=GuillaumeGomez,petrochenkov | bors | -2/+11 |
| 2023-07-25 | resolve: ensure compile failed when has dummy or ambiguous | bohan | -8/+8 |
| 2023-07-25 | fix(resolve): skip panic when resolution is dummy | bohan | -1/+4 |
| 2023-07-23 | fix clippy::useless_format | Matthias Krüger | -2/+2 |
| 2023-07-22 | Use features() over features_untracked() where possible | León Orell Valerian Liehr | -5/+2 |
| 2023-07-22 | fix doc links on `use` items | Lukas Markeffsky | -2/+11 |
| 2023-07-19 | Make it clearer that edition functions are >=, not == | Michael Goulet | -8/+8 |
| 2023-07-18 | Fix removal span calculation of unused_qualifications suggestion | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -1/+1 |
| 2023-07-14 | Rollup merge of #112729 - jieyouxu:unused-qualifications-suggestion, r=b-naber | Matthias Krüger | -1/+5 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -18/+40 |