| Age | Commit message (Expand) | Author | Lines |
| 2022-05-30 | be less redundant redundant | Ralf Jung | -4/+0 |
| 2022-05-30 | Let miri decide the flags to use for the test suite | Oli Scherer | -2/+0 |
| 2022-05-30 | update Miri | Ralf Jung | -11/+63 |
| 2022-05-29 | Auto merge of #97287 - compiler-errors:type-interner, r=jackh726,oli-obk | bors | -630/+1732 |
| 2022-05-29 | Auto merge of #96687 - jyn514:download-rustc, r=Mark-Simulacrum | bors | -352/+418 |
| 2022-05-29 | Auto merge of #96652 - notriddle:notriddle/self, r=GuillaumeGomez | bors | -62/+251 |
| 2022-05-29 | Auto merge of #97500 - GuillaumeGomez:rollup-ms1bvps, r=GuillaumeGomez | bors | -218/+482 |
| 2022-05-29 | Rollup merge of #97482 - RalfJung:ptr-invalid, r=thomcc | Guillaume Gomez | -6/+7 |
| 2022-05-29 | Rollup merge of #97479 - JohnTitor:make-check-pass, r=compiler-errors | Guillaume Gomez | -13/+11 |
| 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 | -198/+460 |
| 2022-05-29 | Rollup merge of #96950 - JohnTitor:issue-96395, r=compiler-errors,oli-obk | Guillaume Gomez | -0/+3 |
| 2022-05-28 | Auto merge of #97472 - cuviper:rebase-rustc-rayon, r=Mark-Simulacrum | bors | -21/+22 |
| 2022-05-28 | Auto merge of #97207 - RalfJung:backtrace, r=Mark-Simulacrum | bors | -0/+0 |
| 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 | -527/+857 |
| 2022-05-28 | Initial fixes on top of type interner commit | Michael Goulet | -134/+171 |
| 2022-05-28 | Move things to rustc_type_ir | Wilco Kusee | -241/+1030 |
| 2022-05-28 | Auto merge of #97461 - eddyb:proc-macro-less-payload, r=bjorn3 | bors | -134/+217 |
| 2022-05-28 | note to future self | Ralf Jung | -0/+1 |
| 2022-05-28 | Auto merge of #97383 - dingxiangfei2009:restore-region-scope-tree-query, r=di... | bors | -42/+35 |
| 2022-05-28 | Auto merge of #97158 - JakobDegen:dse, r=tmiasko,cjgillot | bors | -364/+732 |
| 2022-05-28 | ptr::invalid is not equivalent to a int2ptr cast | Ralf Jung | -6/+6 |
| 2022-05-28 | Make some tests check-pass | Yuki Okushi | -13/+11 |
| 2022-05-28 | Remove FIXME on `ExtCtxt::fn_decl()` | Yuki Okushi | -1/+1 |
| 2022-05-28 | Auto merge of #97476 - Dylan-DPC:rollup-t53nxoe, r=Dylan-DPC | bors | -49/+494 |
| 2022-05-28 | Rollup merge of #97466 - jyn514:consolidate-install, r=Mark-Simulacrum | Dylan DPC | -25/+25 |
| 2022-05-28 | Rollup merge of #97448 - Xiretza:os-str-unix-doc, r=joshtriplett | Dylan DPC | -1/+1 |
| 2022-05-28 | Rollup merge of #97327 - davidtwco:diagnostic-translation-compile-time-valida... | Dylan DPC | -18/+455 |
| 2022-05-28 | Rollup merge of #97034 - fee1-dead-contrib:layout-hash, r=dtolnay | Dylan DPC | -2/+9 |
| 2022-05-28 | Rollup merge of #94640 - Pointerbender:issue-71146-partial-stabilization, r=y... | Dylan DPC | -3/+4 |
| 2022-05-28 | Auto merge of #97465 - jyn514:dist-ra, r=Mark-Simulacrum | bors | -0/+3 |
| 2022-05-28 | Auto merge of #97284 - b-naber:constraint-dyn-impl-suggestion, r=estebank | bors | -104/+368 |
| 2022-05-27 | Update to rebased rustc-rayon 0.4 | Josh Stone | -21/+22 |
| 2022-05-28 | Auto merge of #97433 - GuillaumeGomez:rm-refcell-context, r=notriddle | bors | -111/+128 |
| 2022-05-27 | Switch incremental/hashes tests to all use optimizations. | Jakob Degen | -39/+39 |
| 2022-05-27 | Auto merge of #97468 - matthiaskrgr:rollup-8cu0hqr, r=matthiaskrgr | bors | -47/+109 |
| 2022-05-28 | Rollup merge of #97462 - GuillaumeGomez:more-eslint-rules, r=notriddle | Matthias Krüger | -6/+15 |
| 2022-05-28 | Rollup merge of #97458 - estebank:use-self-in-derive-macro, r=compiler-errors | Matthias Krüger | -1/+24 |
| 2022-05-28 | Rollup merge of #97457 - JohnTitor:issue-81899, r=compiler-errors | Matthias Krüger | -0/+30 |
| 2022-05-28 | Rollup merge of #97453 - lcnr:comment, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-05-28 | Rollup merge of #97411 - raiyansayeed:print-stderr-consistently, r=Mark-Simul... | Matthias Krüger | -38/+38 |
| 2022-05-28 | Rollup merge of #95214 - tbu-:pr_vec_append_doc, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-05-27 | [bootstrap] Move `sanitize_sh` from `dist` to `install` | Joshua Nelson | -25/+25 |
| 2022-05-27 | Fix `x dist --stage 1 src/tools/rust-analyzer` | Joshua Nelson | -0/+3 |
| 2022-05-27 | Add "eqeqeq" eslint rule | Guillaume Gomez | -6/+7 |
| 2022-05-27 | Add "no-unused-vars" eslint rule | Guillaume Gomez | -0/+7 |
| 2022-05-27 | Add "arrow-parens" eslint rule | Guillaume Gomez | -0/+1 |
| 2022-05-27 | Pass Context as a &mut to allow to remove RefCell fields | Guillaume Gomez | -111/+128 |