| Age | Commit message (Expand) | Author | Lines |
| 2023-12-12 | more clippy::complexity fixes | Matthias Krüger | -6/+2 |
| 2023-12-11 | remove some redundant clones | Matthias Krüger | -1/+1 |
| 2023-12-06 | Use the glob binding in resolve_rustdoc_path process | r0cky | -0/+3 |
| 2023-12-02 | Auto merge of #118470 - nnethercote:cleanup-error-handlers, r=compiler-errors | bors | -1/+1 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -1/+1 |
| 2023-12-01 | vis note for no pub reexports glob import | bohan | -4/+14 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -2/+2 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -19/+21 |
| 2023-09-19 | fix confusing let chain indentation in rustc_resolve | Ethan Brierley | -3/+3 |
| 2023-09-13 | resolve: determined binding after parent module macro expand | bohan | -7/+2 |
| 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 | -8/+7 |
| 2023-07-29 | fix(resolve): update the ambiguity glob binding as warning recursively | bohan | -20/+94 |
| 2023-07-29 | fix(resolve): report unresolved imports firstly | bohan | -23/+30 |
| 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-12 | Re-format let-else per rustfmt update | Mark Rousskov | -3/+1 |
| 2023-07-05 | resolve: Add comments explaining use of `Interned` | Vadim Petrochenkov | -0/+2 |
| 2023-07-05 | resolve: Use `Interned` for `Module` | Vadim Petrochenkov | -6/+6 |
| 2023-07-05 | resolve: Use `Interned` for `Import` | Vadim Petrochenkov | -29/+20 |
| 2023-07-05 | resolve: Use `Interned` for `NameBinding` | Vadim Petrochenkov | -28/+25 |
| 2023-07-01 | fix(resolve): skip assertion judgment when `NonModule` is dummy | bohan | -2/+3 |
| 2023-06-29 | resolve: Remove artificial import ambiguity errors | Vadim Petrochenkov | -17/+6 |
| 2023-06-26 | Rollup merge of #112979 - NotStirred:translatable_diag/resolve_imports, r=fee... | Matthias Krüger | -44/+49 |
| 2023-06-25 | Add translatable diagnostic for import resolution strings | Tom Martin | -44/+49 |
| 2023-06-24 | fix: add cfg diagnostic for unresolved import error | bohan | -1/+12 |
| 2023-06-22 | Tweak privacy errors to account for reachable items | Esteban Küber | -0/+19 |
| 2023-06-20 | Revert "Rollup merge of #112758 - bvanjoi:clean-up-resolve, r=petrochenkov" | bohan | -40/+53 |
| 2023-06-18 | refactor(resolve): delete `update_resolution` function | bohan | -53/+40 |
| 2023-06-14 | fix(resolve): update `shadowed_glob` more precision | bohan | -1/+15 |
| 2023-06-01 | Remember names of `cfg`-ed out items to mention them in diagnostics | Nilstrieb | -3/+23 |
| 2023-05-27 | Add warn-by-default lint for local binding shadowing exported glob re-export ... | 许杰友 Jieyou Xu (Joe) | -21/+62 |
| 2023-05-19 | Auto merge of #109602 - bvanjoi:fix-issue-109343, r=petrochenkov | bors | -5/+6 |
| 2023-05-18 | fix(resolve): only disambiguate binding key during define | bohan | -2/+2 |
| 2023-05-18 | fix(resolve): replace bindings to dummy for unresolved imports | bohan | -5/+6 |
| 2023-05-04 | Rollup merge of #110908 - petrochenkov:notagain4, r=compiler-errors | Dylan DPC | -13/+6 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -7/+7 |
| 2023-05-02 | resolve: One more attempt to simplify `module_children` | Vadim Petrochenkov | -13/+6 |
| 2023-04-18 | rustc_metadata: Remove `Span` from `ModChild` | Vadim Petrochenkov | -7/+1 |
| 2023-04-12 | resolve: Pre-compute non-reexport module children | Vadim Petrochenkov | -5/+11 |
| 2023-04-08 | resolve: Preserve reexport chains in `ModChild`ren | Vadim Petrochenkov | -0/+21 |
| 2023-03-23 | Rollup merge of #107880 - jieyouxu:issue-107563, r=petrochenkov | Matthias Krüger | -1/+31 |
| 2023-03-20 | Lint ambiguous glob re-exports | 许杰友 Jieyou Xu (Joe) | -1/+31 |
| 2023-03-19 | fix: modify the condition that `resolve_imports` stops | bohan | -15/+23 |
| 2023-03-17 | resolve: Improve debug impls for `NameBinding` | Vadim Petrochenkov | -4/+12 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -5/+5 |
| 2023-02-22 | resolve: Remove `ImportResolver` | Vadim Petrochenkov | -76/+65 |
| 2023-02-21 | Use `source_span` query instead of passing the untracked vec around | Oli Scherer | -4/+2 |
| 2023-02-21 | Auto merge of #105462 - oli-obk:feeding_full, r=cjgillot,petrochenkov | bors | -12/+12 |
| 2023-02-20 | Stuff a TyCtxt into the Resolver | Oli Scherer | -2/+2 |