| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-04-09 | Rollup merge of #109985 - blyxyas:is_test_crate, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-04-09 | Remove turbofish | Nilstrieb | -1/+1 |
| 2023-04-09 | Some simple `clippy::perf` fixes | Nilstrieb | -1/+1 |
| 2023-04-09 | Migrate `sess.opts.tests` uses to `sess.is_test_crate()` | blyxyas | -1/+1 |
| 2023-04-09 | Auto merge of #109500 - petrochenkov:modchainld, r=oli-obk | bors | -1/+22 |
| 2023-04-09 | Auto merge of #110041 - fmease:diag-sugg-adding-const-param, r=compiler-errors | bors | -7/+12 |
| 2023-04-08 | resolve: Preserve reexport chains in `ModChild`ren | Vadim Petrochenkov | -1/+22 |
| 2023-04-07 | Change type and field name to be clearer | Tom Martin | -5/+4 |
| 2023-04-07 | Rewrite added diagnostics as translatable | Tom Martin | -6/+43 |
| 2023-04-07 | suggest adding const param | León Orell Valerian Liehr | -7/+12 |
| 2023-04-07 | Use smart-resolve when checking for trait in RHS of UFCS | Michael Goulet | -2/+30 |
| 2023-04-07 | Rollup merge of #110013 - compiler-errors:non-exhaustive-privacy-reason, r=Wa... | Matthias Krüger | -1/+19 |
| 2023-04-06 | Collapse if statements, change message to lowercase | Tom Martin | -6/+7 |
| 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-05 | Auto merge of #109986 - JohnTitor:rollup-3aax38t, r=JohnTitor | bors | -11/+16 |
| 2023-04-06 | Rollup merge of #109909 - clubby789:import-tool-mod, r=petrochenkov | Yuki Okushi | -11/+16 |