| Age | Commit message (Expand) | Author | Lines |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -2/+2 |
| 2023-05-20 | Rollup merge of #111652 - clubby789:self-import-improvement, r=compiler-errors | Dylan DPC | -1/+11 |
| 2023-05-18 | fix(resolve): only disambiguate binding key during define | bohan | -2/+3 |
| 2023-05-16 | Better diagnostic for `use Self::..` | clubby789 | -1/+11 |
| 2023-05-14 | Revert "Validate resolution for SelfCtor too." | Camille GILLOT | -1/+1 |
| 2023-05-11 | Improve error for `self: Box<self>` | clubby789 | -0/+3 |
| 2023-05-05 | improve diagnostics and bless tests | Boxy | -9/+10 |
| 2023-05-04 | Rollup merge of #111020 - cjgillot:validate-self-ctor, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2023-05-03 | Validate resolution for SelfCtor too. | Camille GILLOT | -1/+1 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -25/+25 |
| 2023-04-17 | Rollup merge of #110404 - matthiaskrgr:mapmap, r=Nilstrieb | Matthias Krüger | -6/+4 |
| 2023-04-16 | fix clippy::toplevel_ref_arg and ::manual_map | Matthias Krüger | -6/+4 |
| 2023-04-16 | use matches! macro in more places | Matthias Krüger | -9/+11 |
| 2023-04-06 | Make span a bit better | Michael Goulet | -1/+13 |
| 2023-04-06 | Label non_exhaustive on privacy errors | Michael Goulet | -1/+7 |
| 2023-04-01 | fix clippy::iter_kv_map | Matthias Krüger | -3/+3 |
| 2023-03-13 | resolve: Remove `struct_field_names_untracked` | Vadim Petrochenkov | -2/+5 |
| 2023-03-13 | resolve: Centralize retrieval of items span and item name | Vadim Petrochenkov | -20/+13 |
| 2023-03-13 | resolve: Partially remove `item_attrs_untracked` | Vadim Petrochenkov | -8/+4 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -3/+3 |
| 2023-02-27 | diagnostics: avoid querying `associated_item` in the resolver | Michael Howell | -2/+6 |
| 2023-02-23 | Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error... | bors | -2/+2 |
| 2023-02-22 | resolve: Remove `ImportResolver` | Vadim Petrochenkov | -21/+19 |
| 2023-02-22 | diagnostics: if AssocFn has self argument, describe as method | Michael Howell | -2/+2 |
| 2023-02-21 | Use `source_span` query instead of passing the untracked vec around | Oli Scherer | -19/+12 |
| 2023-02-21 | Auto merge of #105462 - oli-obk:feeding_full, r=cjgillot,petrochenkov | bors | -70/+81 |
| 2023-02-20 | Stuff a TyCtxt into the Resolver | Oli Scherer | -3/+3 |
| 2023-02-20 | Make untracked.source_span lockable so that resolution can still write to it ... | Oli Scherer | -3/+3 |
| 2023-02-20 | Prepare crate loader for LockGuard | Oli Scherer | -1/+1 |
| 2023-02-20 | Prepare for adding a `TyCtxt` to `Resolver` | Oli Scherer | -66/+77 |
| 2023-02-19 | Make public API, docs algorithm-agnostic | Jacob Pratt | -1/+1 |
| 2023-02-14 | Separate the lifetime of the session and the arena in the resolver | Oli Scherer | -2/+2 |
| 2023-02-02 | Rename `rust_2015` => `is_rust_2015` | Maybe Waffle | -3/+5 |
| 2023-01-31 | Rollup merge of #107508 - WaffleLapkin:uneq'15, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2023-01-31 | Don't do `.edition().rust_*()` | Maybe Waffle | -1/+1 |
| 2023-01-31 | Use `Edition` methods a bit more | Maybe Waffle | -1/+1 |
| 2023-01-30 | Replace enum `==`s with `match`es where it makes sense | Maybe Waffle | -6/+6 |
| 2023-01-22 | Auto merge of #107133 - pnkfelix:revert-pr-84022-for-issue-106337, r=Mark-Sim... | bors | -1/+1 |
| 2023-01-20 | Revert "Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error" | Felix S. Klock II | -1/+1 |
| 2023-01-20 | diagnostics: remvoe unnecessary use of `source_map.start_point` | Michael Howell | -1/+1 |
| 2023-01-20 | diagnostics: use `module_path` to check crate import instead of strings | Michael Howell | -20/+4 |
| 2023-01-20 | diagnostics: add `};` only if `{` was added too | Michael Howell | -5/+5 |
| 2023-01-20 | diagnostics: suggest changing `s@self::{macro}@::macro` for exported | Michael Howell | -1/+29 |
| 2023-01-17 | note -> help | Michael Goulet | -1/+1 |
| 2023-01-17 | Fix use suggestion span | Michael Goulet | -7/+9 |
| 2023-01-12 | Render missing generics suggestion verbosely | Michael Goulet | -1/+1 |
| 2023-01-11 | review comments: Tweak output | Esteban Küber | -1/+13 |
| 2023-01-09 | review comment | Michael Goulet | -6/+5 |
| 2022-12-27 | Dont clobber `as ..` rename in import suggestion | Michael Goulet | -1/+8 |
| 2022-12-27 | Note alternative import candidates in nested use tree | Michael Goulet | -2/+3 |