| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-05-01 | fix tests | yukang | -3/+7 |
| 2023-05-01 | clean up debug code | yukang | -6/+4 |
| 2023-05-01 | remove current_type_ascription from DiagnosticMetadata | yukang | -13/+1 |
| 2023-05-01 | remove type_ascription_path_suggestions in parser | yukang | -38/+0 |
| 2023-05-01 | Remove more diagnostics for ascription in resolve | yukang | -80/+8 |
| 2023-05-01 | Rip it out | Nilstrieb | -20/+19 |
| 2023-04-30 | Rollup merge of #110984 - cjgillot:const-infer-lifetime, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-04-29 | Do not force anonymous lifetimes in consts to be static. | Camille GILLOT | -2/+2 |
| 2023-04-28 | Don't duplicate anonymous lifetimes for async fn in traits | Michael Goulet | -5/+1 |
| 2023-04-25 | Fix static string lints | clubby789 | -14/+28 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 |
| 2023-04-24 | Rollup merge of #110255 - clubby789:proc-macro-test-help, r=jackh726 | Matthias Krüger | -5/+14 |
| 2023-04-21 | Auto merge of #110648 - Dylan-DPC:rollup-em3ovcq, r=Dylan-DPC | bors | -0/+1 |
| 2023-04-21 | Rollup merge of #110501 - notriddle:notriddle/ice-110495, r=petrochenkov | Dylan DPC | -0/+1 |
| 2023-04-19 | resolve: Remove `module_children_untracked` | Vadim Petrochenkov | -6/+3 |
| 2023-04-19 | Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwco | bors | -1/+1 |
| 2023-04-18 | Auto merge of #109772 - petrochenkov:slimchild, r=cjgillot | bors | -8/+8 |
| 2023-04-18 | rustdoc: fix ICE from rustc_resolve and librustdoc parse divergence | Michael Howell | -0/+1 |