| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2022-05-28 | Auto merge of #97158 - JakobDegen:dse, r=tmiasko,cjgillot | bors | -23/+329 |
| 2022-05-28 | Remove FIXME on `ExtCtxt::fn_decl()` | Yuki Okushi | -1/+1 |
| 2022-05-28 | Fix documentation of basic stack protector | Nikita Popov | -2/+2 |
| 2022-05-28 | Rollup merge of #97327 - davidtwco:diagnostic-translation-compile-time-valida... | Dylan DPC | -18/+342 |
| 2022-05-28 | Auto merge of #97284 - b-naber:constraint-dyn-impl-suggestion, r=estebank | bors | -73/+286 |
| 2022-05-27 | Update to rebased rustc-rayon 0.4 | Josh Stone | -9/+9 |
| 2022-05-28 | Rollup merge of #97458 - estebank:use-self-in-derive-macro, r=compiler-errors | Matthias Krüger | -1/+3 |
| 2022-05-28 | Rollup merge of #97453 - lcnr:comment, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-05-27 | proc_macro: don't pass a client-side function pointer through the server. | Eduard-Mihai Burtescu | -35/+42 |
| 2022-05-27 | Auto merge of #96790 - lqd:update_jemalloc, r=Mark-Simulacrum | bors | -6/+4 |
| 2022-05-27 | Modify `derive(Debug)` to use `Self` in struct literal to avoid redundant error | Esteban Küber | -1/+3 |
| 2022-05-27 | fix comment | lcnr | -1/+1 |
| 2022-05-27 | Finish bumping stage0 | Mark Rousskov | -10/+6 |
| 2022-05-27 | Auto merge of #96046 - oli-obk:const_typeck, r=cjgillot | bors | -121/+116 |
| 2022-05-27 | Auto merge of #97004 - nnethercote:proc-macro-tweaks, r=eddyb | bors | -35/+25 |
| 2022-05-27 | Rename `ProcMacroDerive` as `DeriveProcMacro`. | Nicholas Nethercote | -4/+4 |
| 2022-05-27 | Rename `ProcMacro` trait as `BangProcMacro`. | Nicholas Nethercote | -4/+4 |
| 2022-05-27 | Simplify types in `proc_macro_harness.rs`. | Nicholas Nethercote | -27/+17 |
| 2022-05-27 | Auto merge of #96298 - petrochenkov:fromgen, r=estebank | bors | -27/+3 |
| 2022-05-27 | remove trailing space | X | -1/+1 |