| Age | Commit message (Expand) | Author | Lines |
| 2022-07-05 | Rollup merge of #98624 - davidtwco:translation-on-lints, r=compiler-errors | Dylan DPC | -595/+1005 |
| 2022-07-05 | Auto merge of #98910 - Dylan-DPC:rollup-9x82wdg, r=Dylan-DPC | bors | -422/+459 |
| 2022-07-05 | Rollup merge of #98873 - TaKO8Ki:suggest-default-derive-to-enum-with-default-... | Dylan DPC | -0/+9 |
| 2022-07-05 | Rollup merge of #98854 - kadiwa4:rustc_hir_pretty_clean_up_borrowing, r=oli-obk | Dylan DPC | -281/+264 |
| 2022-07-05 | Rollup merge of #98847 - RalfJung:box-is-special, r=oli-obk | Dylan DPC | -12/+56 |
| 2022-07-05 | Rollup merge of #98811 - RalfJung:interpret-alloc-range, r=oli-obk | Dylan DPC | -63/+49 |
| 2022-07-05 | Rollup merge of #98761 - lcnr:need_type_info-cont, r=estebank | Dylan DPC | -66/+81 |
| 2022-07-05 | Auto merge of #98872 - JakobDegen:no-invalidate, r=davidtwco | bors | -15/+47 |
| 2022-07-05 | Auto merge of #98846 - RalfJung:alignment-is-a-type-thing, r=oli-obk | bors | -95/+118 |
| 2022-07-04 | Auto merge of #98904 - matthiaskrgr:rollup-05owsx7, r=matthiaskrgr | bors | -32/+76 |
| 2022-07-04 | Rollup merge of #98886 - michaelwoerister:tracked-split-dwarf-kind, r=davidtwco | Matthias Krüger | -4/+5 |
| 2022-07-04 | Rollup merge of #98879 - compiler-errors:async-closure-wrap-parens, r=oli-obk | Matthias Krüger | -3/+24 |
| 2022-07-04 | Rollup merge of #98878 - lcnr:more-rustc_pass_by_value, r=oli-obk | Matthias Krüger | -14/+15 |
| 2022-07-04 | Rollup merge of #98782 - compiler-errors:specialization-error-span, r=oli-obk | Matthias Krüger | -7/+20 |
| 2022-07-04 | Rollup merge of #98738 - tmiasko:checked-binop, r=oli-obk | Matthias Krüger | -4/+12 |
| 2022-07-04 | Auto merge of #98627 - RalfJung:interpret-arith, r=lcnr | bors | -2/+17 |
| 2022-07-04 | extra assertion, extra sure | Ralf Jung | -0/+1 |
| 2022-07-04 | clarify comment | Ralf Jung | -1/+2 |
| 2022-07-04 | incr.comp.: Make split-dwarf commandline options [TRACKED]. | Michael Woerister | -4/+5 |
| 2022-07-04 | `InferSource::GenericArg`, check for contains | lcnr | -17/+20 |
| 2022-07-04 | resolve vars in node substs | lcnr | -3/+8 |
| 2022-07-04 | stop suggesting things inside of macros | lcnr | -2/+23 |
| 2022-07-04 | update infer cost computation for types | lcnr | -22/+40 |
| 2022-07-04 | remove unused function argument | lcnr | -37/+5 |
| 2022-07-04 | suggest `#[derive(Default)]` to enums with `#[default]` | Takayuki Maeda | -0/+9 |
| 2022-07-04 | Auto merge of #98641 - lcnr:mir-dropck, r=oli-obk | bors | -48/+61 |
| 2022-07-04 | fully move dropck to mir | lcnr | -48/+61 |
| 2022-07-04 | Fix wrap parenthesis suggestion for async closure | Michael Goulet | -3/+24 |
| 2022-07-04 | more `rustc_pass_by_value` | lcnr | -14/+15 |
| 2022-07-03 | Add method to mutate MIR body without invalidating CFG caches. | Jakob Degen | -15/+47 |
| 2022-07-04 | Rollup merge of #98823 - compiler-errors:rust-call-mir-inline, r=cjgillot | Matthias Krüger | -5/+9 |
| 2022-07-04 | Rollup merge of #98501 - Enselic:err_if_attr_found, r=compiler-errors | Matthias Krüger | -12/+14 |
| 2022-07-03 | move Box mess handling into general visitor | Ralf Jung | -34/+55 |
| 2022-07-03 | fix interpreter validity check on Box | Ralf Jung | -6/+29 |
| 2022-07-04 | Auto merge of #98446 - nnethercote:derive-no-match-destructuring, r=scottmcm | bors | -46/+94 |
| 2022-07-04 | Don't use match-destructuring for derived ops on structs. | Nicholas Nethercote | -44/+93 |
| 2022-07-04 | Comment fixes. | Nicholas Nethercote | -2/+1 |
| 2022-07-03 | Rollup merge of #98799 - jyn514:rustdoc-lint-help, r=GuillaumeGomez | Ralf Jung | -8/+12 |
| 2022-07-03 | clean up the borrowing in rustc_hir_pretty | KaDiWa | -281/+264 |
| 2022-07-03 | interpret: track place alignment together with the type, not the value | Ralf Jung | -95/+117 |
| 2022-07-03 | interpret: don't rely on ScalarPair for overflowed arithmetic | Ralf Jung | -2/+16 |
| 2022-07-03 | Auto merge of #98673 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | bors | -105/+61 |
| 2022-07-03 | Auto merge of #98570 - SparrowLii:deadlock, r=cjgillot | bors | -21/+9 |
| 2022-07-02 | Auto merge of #98569 - nnethercote:finalize_resolutions_id, r=cjgillot | bors | -23/+23 |
| 2022-07-02 | Fix rust-call ICE in mir-inliner | Michael Goulet | -5/+9 |
| 2022-07-02 | more use of format! variable capture | Ralf Jung | -5/+3 |
| 2022-07-02 | Auto merge of #97585 - lqd:const-alloc-intern, r=RalfJung | bors | -8/+61 |
| 2022-07-02 | make AllocRef APIs more consistent | Ralf Jung | -11/+13 |
| 2022-07-02 | add AllocRange Debug impl; remove redundant AllocId Display impl | Ralf Jung | -50/+36 |
| 2022-07-02 | Auto merge of #97235 - nbdd0121:unwind, r=Amanieu | bors | -25/+240 |