| Age | Commit message (Expand) | Author | Lines |
| 2022-06-02 | review comments | Esteban Küber | -31/+19 |
| 2022-06-01 | Make output more specific | Esteban Küber | -2/+45 |
| 2022-06-01 | Fix typo | Esteban Küber | -1/+1 |
| 2022-06-01 | More accurately handle suggestions | Esteban Küber | -30/+80 |
| 2022-06-01 | Provide more context when denying invalid type params | Esteban Küber | -31/+146 |
| 2022-06-01 | Rework `prohibit_generics` | Esteban Küber | -65/+75 |
| 2022-05-31 | Add a pointer to address cast kind | Tomasz Miąsko | -80/+87 |
| 2022-05-31 | Rollup merge of #97371 - ChayimFriedman2:closure-non-block-add-semicolon, r=o... | Dylan DPC | -22/+45 |
| 2022-05-31 | Auto merge of #97566 - compiler-errors:rollup-qfxw4j8, r=compiler-errors | bors | -36/+31 |
| 2022-05-30 | Rollup merge of #97558 - stoeckmann:typos, r=compiler-errors | Michael Goulet | -2/+2 |
| 2022-05-30 | Rollup merge of #97431 - compiler-errors:issue-97413, r=oli-obk | Michael Goulet | -7/+6 |
| 2022-05-30 | Rollup merge of #97395 - RalfJung:call-abi, r=oli-obk | Michael Goulet | -1/+8 |
| 2022-05-30 | Rollup merge of #97172 - SparrowLii:unsafe_extern, r=compiler-errors | Michael Goulet | -26/+15 |
| 2022-05-30 | Auto merge of #97357 - davidtwco:diagnostic-translation-typed-subdiagnostic-s... | bors | -113/+175 |
| 2022-05-30 | Check for `can_have_side_effects()` and `in_external_macro()` inside `suggest... | Chayim Refael Friedman | -9/+6 |
| 2022-05-30 | Auto merge of #97025 - ouz-a:mini-derefer-generator, r=davidtwco | bors | -56/+80 |
| 2022-05-30 | Fix typos in comment | Tobias Stoeckmann | -2/+2 |
| 2022-05-30 | validate derefer, run derefer inside generator | ouz-a | -56/+80 |
| 2022-05-30 | errors: simplify referring to fluent attributes | David Wood | -113/+175 |
| 2022-05-30 | Rollup merge of #97531 - compiler-errors:for-loop-pat-mismatch, r=davidtwco | Dylan DPC | -1/+8 |
| 2022-05-30 | Rollup merge of #97504 - JohnTitor:cleanup-deps, r=davidtwco | Dylan DPC | -2/+9 |
| 2022-05-30 | Auto merge of #96964 - oli-obk:const_trait_mvp, r=compiler-errors | bors | -112/+39 |
| 2022-05-30 | update diagnostic message on removed attribute | Oli Scherer | -1/+1 |
| 2022-05-30 | Default methods of traits are also AssocFn defs as they essentially desugar t... | Oli Scherer | -0/+1 |
| 2022-05-30 | Reduce the scope of a mutable variable | Oli Scherer | -7/+2 |
| 2022-05-30 | Add a helper function for checking whether a default function in a trait can ... | Oli Scherer | -18/+20 |
| 2022-05-30 | Remove `#[default..]` and add `#[const_trait]` | Deadbeef | -102/+31 |
| 2022-05-30 | Optimize the diagnostic generation for `extern unsafe` | SparrowLii | -26/+15 |
| 2022-05-29 | Rollup merge of #97536 - est31:remove_unused_lifetimes, r=compiler-errors | Michael Goulet | -3/+3 |
| 2022-05-29 | Rollup merge of #97493 - compiler-errors:issue-97490, r=oli-obk | Michael Goulet | -1/+2 |
| 2022-05-29 | Remove unused lifetimes from expand_macro | est31 | -3/+3 |
| 2022-05-29 | Use type_is_copy_modulo_regions check in intrisicck | Michael Goulet | -1/+2 |
| 2022-05-29 | Note pattern mismatch coming from for-loop desugaring | Michael Goulet | -1/+8 |
| 2022-05-29 | Auto merge of #97214 - Mark-Simulacrum:stage0-bump, r=pietroalbini | bors | -10/+6 |
| 2022-05-29 | Auto merge of #94214 - nikic:rust-opaque-pointers, r=cuviper | bors | -4/+9 |
| 2022-05-29 | Auto merge of #97456 - Bryysen:issue-97319-fix, r=compiler-errors | bors | -16/+35 |
| 2022-05-29 | Auto merge of #97287 - compiler-errors:type-interner, r=jackh726,oli-obk | bors | -542/+1604 |
| 2022-05-29 | Ensure source file present when calculating max line number | Yuki Okushi | -2/+9 |
| 2022-05-29 | Auto merge of #97500 - GuillaumeGomez:rollup-ms1bvps, r=GuillaumeGomez | bors | -117/+206 |
| 2022-05-29 | Rollup merge of #97478 - JohnTitor:fixme-fn-decl, r=compiler-errors | Guillaume Gomez | -1/+1 |
| 2022-05-29 | Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoerister | Guillaume Gomez | -116/+205 |
| 2022-05-28 | Auto merge of #97472 - cuviper:rebase-rustc-rayon, r=Mark-Simulacrum | bors | -9/+9 |
| 2022-05-28 | Improve error message for E0081 | Bryysen | -16/+35 |
| 2022-05-28 | Make TyCtxt implement Interner, make HashStable generic and move to rustc_typ... | Michael Goulet | -248/+229 |
| 2022-05-28 | Remove some comments, inline interner fn | Michael Goulet | -39/+4 |
| 2022-05-28 | Fix TyKind lint, make consts no longer fn, etc | Michael Goulet | -439/+737 |
| 2022-05-28 | Initial fixes on top of type interner commit | Michael Goulet | -134/+166 |
| 2022-05-28 | Move things to rustc_type_ir | Wilco Kusee | -241/+1027 |
| 2022-05-28 | Auto merge of #97461 - eddyb:proc-macro-less-payload, r=bjorn3 | bors | -35/+42 |
| 2022-05-28 | Auto merge of #97383 - dingxiangfei2009:restore-region-scope-tree-query, r=di... | bors | -27/+32 |