| Age | Commit message (Expand) | Author | Lines |
| 2023-06-19 | Remove unreachable and untested suggestion for invalid span enum derive(Default) | Tom Martin | -16/+5 |
| 2023-06-19 | Reformatting | Tom Martin | -3/+5 |
| 2023-06-18 | refactor(resolve): delete `update_resolution` function | bohan | -53/+40 |
| 2023-06-18 | Add translatable diagnostic for various strings in resolve::unresolved_macro_... | Tom Martin | -9/+42 |
| 2023-06-18 | Add translatable diagnostic for cannot find in this scope | Tom Martin | -3/+19 |
| 2023-06-18 | Add translatable diagnostic for invalid imports | Tom Martin | -5/+13 |
| 2023-06-18 | Add translatable diagnostic for changing import binding | Tom Martin | -8/+22 |
| 2023-06-15 | Fix suggestion for E0404 not dealing with multiple generics | 许杰友 Jieyou Xu (Joe) | -23/+69 |
| 2023-06-15 | Auto merge of #104455 - the8472:dont-drain-on-drop, r=Amanieu | bors | -3/+3 |
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -3/+3 |
| 2023-06-14 | fix(resolve): update `shadowed_glob` more precision | bohan | -1/+15 |
| 2023-06-10 | Auto merge of #112452 - MU001999:fix/issue-112439, r=petrochenkov | bors | -6/+13 |
| 2023-06-10 | Auto merge of #112426 - Bryanskiy:full_priv_ev, r=petrochenkov | bors | -1/+1 |
| 2023-06-10 | Make "consider importing" consistent for macros | Mu001999 | -6/+13 |
| 2023-06-08 | increase the accuracy of effective visibilities calculation | Bryanskiy | -1/+1 |
| 2023-06-01 | Remember names of `cfg`-ed out items to mention them in diagnostics | Nilstrieb | -71/+220 |
| 2023-05-29 | Use `Cow` in `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -16/+18 |
| 2023-05-27 | Add warn-by-default lint for local binding shadowing exported glob re-export ... | 许杰友 Jieyou Xu (Joe) | -23/+64 |
| 2023-05-24 | Use `is_some_and`/`is_ok_and` in less obvious spots | Maybe Waffle | -13/+6 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -12/+11 |
| 2023-05-24 | Auto merge of #111195 - GuillaumeGomez:fix-ice-intra-doc-link, r=petrochenkov | bors | -7/+8 |
| 2023-05-23 | Ignore "non-real" type Res in rustdoc intra doc link resolution | Guillaume Gomez | -7/+8 |
| 2023-05-23 | fix(resolve): not defined `extern crate shadow_name` | bohan | -1/+6 |
| 2023-05-20 | Rollup merge of #111652 - clubby789:self-import-improvement, r=compiler-errors | Dylan DPC | -1/+11 |
| 2023-05-19 | Auto merge of #109602 - bvanjoi:fix-issue-109343, r=petrochenkov | bors | -5/+7 |
| 2023-05-18 | fix(resolve): only disambiguate binding key during define | bohan | -16/+24 |
| 2023-05-18 | fix(resolve): replace bindings to dummy for unresolved imports | bohan | -5/+7 |
| 2023-05-17 | Rollup merge of #111557 - cjgillot:revert-111020, r=petrochenkov | Dylan DPC | -5/+2 |
| 2023-05-16 | Better diagnostic for `use Self::..` | clubby789 | -1/+11 |
| 2023-05-16 | Rollup merge of #111428 - bvanjoi:fix-109250, r=Nilstrieb | Nilstrieb | -4/+0 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -1/+2 |
| 2023-05-14 | Revert "Validate resolution for SelfCtor too." | Camille GILLOT | -5/+2 |
| 2023-05-14 | Auto merge of #111425 - Bryanskiy:privacy_ef, r=petrochenkov | bors | -2/+2 |
| 2023-05-11 | Rollup merge of #111460 - clubby789:lowercase-box-self, r=compiler-errors | Michael Goulet | -24/+42 |
| 2023-05-11 | Improve error for `self: Box<self>` | clubby789 | -24/+42 |
| 2023-05-11 | Populate effective visibilities in rustc_privacy | Bryanskiy | -2/+2 |
| 2023-05-10 | Only warn single-use lifetime when the binders match. | Camille GILLOT | -5/+11 |
| 2023-05-10 | refactor(resolve): clean up the early error return caused by non-call | bohan | -4/+0 |
| 2023-05-05 | improve diagnostics and bless tests | Boxy | -63/+158 |
| 2023-05-05 | misc nameres changes for anon consts | Boxy | -111/+163 |
| 2023-05-04 | Rollup merge of #110982 - cjgillot:elided-self-const, r=petrochenkov | Matthias Krüger | -0/+4 |
| 2023-05-04 | Rollup merge of #111070 - WaffleLapkin:break_ribs, r=lcnr | Matthias Krüger | -116/+113 |
| 2023-05-04 | Rollup merge of #111020 - cjgillot:validate-self-ctor, r=petrochenkov | Matthias Krüger | -2/+5 |
| 2023-05-04 | Rollup merge of #110908 - petrochenkov:notagain4, r=compiler-errors | Dylan DPC | -19/+9 |
| 2023-05-03 | Do not recurse into const generic args when resolving self lifetime elision. | Camille GILLOT | -0/+4 |
| 2023-05-03 | Validate resolution for SelfCtor too. | Camille GILLOT | -2/+5 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -73/+76 |
| 2023-05-02 | resolve: One more attempt to simplify `module_children` | Vadim Petrochenkov | -19/+9 |
| 2023-05-01 | Remove "RibKind" suffix from `RibKind` variants | Maybe Waffle | -110/+104 |
| 2023-05-01 | Don't `use RibKind::*` | Maybe Waffle | -105/+108 |