| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+1 |
| 2023-04-18 | rustc_metadata: Remove `Span` from `ModChild` | Vadim Petrochenkov | -8/+8 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -6/+6 |
| 2023-04-17 | Suggest using integration tests for proc-macros | clubby789 | -5/+14 |
| 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-14 | Auto merge of #110160 - petrochenkov:notagain2, r=cjgillot | bors | -27/+19 |
| 2023-04-12 | Rollup merge of #110203 - compiler-errors:rtn-dots, r=eholk | Matthias Krüger | -2/+0 |
| 2023-04-12 | Rollup merge of #110153 - DaniPopes:compiler-typos, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2023-04-12 | resolve: Pre-compute non-reexport module children | Vadim Petrochenkov | -27/+19 |
| 2023-04-10 | Remove `..` from return type notation | Michael Goulet | -2/+0 |
| 2023-04-10 | Auto merge of #109638 - NotStirred:suggest/non-derive, r=davidtwco | bors | -6/+51 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -2/+2 |
| 2023-04-10 | Rollup merge of #110124 - Nilstrieb:📎-told-me-so, r=compiler-errors | Dylan DPC | -1/+1 |