| Age | Commit message (Expand) | Author | Lines |
| 2023-09-13 | resolve: determined binding after parent module macro expand | bohan | -0/+13 |
| 2023-09-11 | Rollup merge of #115744 - fmease:fix-e0401, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-09-10 | Generalize E0401 | León Orell Valerian Liehr | -2/+2 |
| 2023-09-09 | Use `FreezeLock` for `CStore` | John Kåre Alsaker | -3/+3 |
| 2023-09-01 | Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkov | bors | -4/+0 |
| 2023-08-24 | Auto merge of #113408 - petrochenkov:bindintern2, r=cjgillot | bors | -23/+85 |
| 2023-08-24 | resolve: Make bindings for derive helper attributes unique | Vadim Petrochenkov | -1/+1 |
| 2023-08-24 | resolve: Make bindings for crate roots unique | Vadim Petrochenkov | -2/+22 |
| 2023-08-24 | resolve: Pre-intern tool module bindings | Vadim Petrochenkov | -0/+9 |
| 2023-08-24 | resolve: Make bindings from extern prelude unique | Vadim Petrochenkov | -11/+29 |
| 2023-08-24 | resolve: Pre-intern builtin name bindings | Vadim Petrochenkov | -9/+24 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -1/+1 |
| 2023-08-11 | rustc: Move `features` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -1/+1 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-08-02 | Replace old private-in-public diagnostic with type privacy lints | Bryanskiy | -4/+0 |
| 2023-07-30 | inline format!() args up to and including rustc_codegen_llvm | Matthias Krüger | -2/+2 |
| 2023-07-29 | fix(resolve): update the ambiguity glob binding as warning recursively | bohan | -2/+24 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -1/+4 |
| 2023-07-05 | resolve: Add comments explaining use of `Interned` | Vadim Petrochenkov | -0/+4 |
| 2023-07-05 | resolve: Use `Interned` for `Module` | Vadim Petrochenkov | -41/+41 |
| 2023-07-05 | resolve: Use `Interned` for `Import` | Vadim Petrochenkov | -17/+16 |
| 2023-07-05 | resolve: Use `Interned` for `NameBinding` | Vadim Petrochenkov | -41/+34 |
| 2023-07-01 | fix(resolve): skip assertion judgment when `NonModule` is dummy | bohan | -1/+1 |
| 2023-06-29 | resolve: Remove artificial import ambiguity errors | Vadim Petrochenkov | -4/+2 |
| 2023-06-22 | Tweak privacy errors to account for reachable items | Esteban Küber | -0/+3 |
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -1/+1 |
| 2023-06-10 | Make "consider importing" consistent for macros | Mu001999 | -1/+3 |
| 2023-06-01 | Remember names of `cfg`-ed out items to mention them in diagnostics | Nilstrieb | -2/+25 |
| 2023-05-27 | Add warn-by-default lint for local binding shadowing exported glob re-export ... | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -1/+1 |
| 2023-05-23 | fix(resolve): not defined `extern crate shadow_name` | bohan | -1/+1 |
| 2023-05-19 | Auto merge of #109602 - bvanjoi:fix-issue-109343, r=petrochenkov | bors | -0/+1 |
| 2023-05-18 | fix(resolve): only disambiguate binding key during define | bohan | -1/+9 |
| 2023-05-18 | fix(resolve): replace bindings to dummy for unresolved imports | bohan | -0/+1 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -1/+2 |
| 2023-05-11 | Improve error for `self: Box<self>` | clubby789 | -0/+2 |
| 2023-05-05 | improve diagnostics and bless tests | Boxy | -2/+9 |
| 2023-05-02 | resolve: One more attempt to simplify `module_children` | Vadim Petrochenkov | -6/+3 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+1 |
| 2023-04-14 | Auto merge of #110160 - petrochenkov:notagain2, r=cjgillot | bors | -18/+6 |
| 2023-04-12 | Rollup merge of #110203 - compiler-errors:rtn-dots, r=eholk | Matthias Krüger | -1/+0 |
| 2023-04-12 | resolve: Pre-compute non-reexport module children | Vadim Petrochenkov | -18/+6 |
| 2023-04-10 | Remove `..` from return type notation | Michael Goulet | -1/+0 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -1/+1 |
| 2023-03-28 | Add `(..)` syntax for RTN | Michael Goulet | -0/+1 |
| 2023-03-24 | Rollup merge of #109536 - petrochenkov:qcstore3, r=cjgillot | Matthias Krüger | -1/+2 |
| 2023-03-23 | Rollup merge of #107880 - jieyouxu:issue-107563, r=petrochenkov | Matthias Krüger | -1/+4 |
| 2023-03-23 | resolve: Rename some cstore methods to match queries and add comments | Vadim Petrochenkov | -1/+2 |
| 2023-03-23 | Auto merge of #108221 - petrochenkov:cratecfg, r=michaelwoerister | bors | -5/+6 |