| Age | Commit message (Expand) | Author | Lines |
| 2022-07-16 | Stabilize `let_chains` | Caio | -1/+1 |
| 2022-07-15 | Introduce opaque type to hidden type projection | Oli Scherer | -0/+1 |
| 2022-07-14 | Auto merge of #98975 - jyn514:unstable_opts, r=wesleywiser | bors | -18/+18 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -18/+18 |
| 2022-07-13 | assigning to a union field can never drop now | Ralf Jung | -15/+8 |
| 2022-07-13 | Auto merge of #99210 - Dylan-DPC:rollup-879cp1t, r=Dylan-DPC | bors | -1/+1 |
| 2022-07-13 | Auto merge of #98145 - ouz-a:some_branch, r=oli-obk | bors | -20/+38 |
| 2022-07-13 | Rollup merge of #98574 - dingxiangfei2009:let-else-thir, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-07-12 | Rollup merge of #99038 - jackh726:earlybinder-cleanup, r=lcnr | Dylan DPC | -5/+4 |
| 2022-07-12 | add new rval, pull deref early | ouz-a | -20/+38 |
| 2022-07-11 | lower let-else in MIR instead | Ding Xiang Fei | -1/+1 |
| 2022-07-10 | Rollup merge of #99103 - TaKO8Ki:avoid-&str-to-string-conversions, r=oli-obk | Matthias Krüger | -3/+1 |
| 2022-07-10 | avoid some `&str` to `String` conversions | Takayuki Maeda | -3/+1 |
| 2022-07-09 | Rollup merge of #99022 - pierwill:always-storage-live-locals, r=pierwill | Matthias Krüger | -2/+2 |
| 2022-07-09 | Rollup merge of #98980 - RalfJung:const-prop-ice, r=oli-obk | Dylan DPC | -5/+10 |
| 2022-07-09 | Auto merge of #98961 - zeevm:issue-98958-fix, r=oli-obk | bors | -11/+2 |
| 2022-07-07 | Use map_bound | Jack Huey | -5/+4 |
| 2022-07-07 | Auto merge of #99024 - matthiaskrgr:rollup-8ygpcpg, r=matthiaskrgr | bors | -1/+1 |
| 2022-07-07 | MIR dataflow: Rename function to `always_storage_live_locals` | pierwill | -2/+2 |
| 2022-07-07 | Rollup merge of #98844 - cjgillot:deep-visit, r=jyn514 | Matthias Krüger | -1/+1 |
| 2022-07-07 | Auto merge of #95573 - cjgillot:lower-query, r=michaelwoerister | bors | -9/+2 |
| 2022-07-07 | make a name less ambiguous | Ralf Jung | -4/+4 |
| 2022-07-07 | Reword comments and rename HIR visiting methods. | Camille GILLOT | -1/+1 |
| 2022-07-07 | Move `predecessors` from Body to BasicBlocks | Tomasz Miąsko | -4/+4 |
| 2022-07-07 | Make MIR basic blocks field public | Tomasz Miąsko | -36/+36 |
| 2022-07-06 | Allow to create definitions inside the query system. | Camille GILLOT | -9/+2 |
| 2022-07-06 | fix a strange ConstProp ICE | Ralf Jung | -2/+10 |
| 2022-07-06 | interpret: remove LocalValue::Unallocated, add Operand::Uninit | Ralf Jung | -27/+40 |
| 2022-07-06 | fix ICE in ConstProp | Ralf Jung | -3/+8 |
| 2022-07-06 | Rollup merge of #98884 - davidtwco:translation-on-lints-derive, r=oli-obk | Dylan DPC | -2/+1 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -4/+5 |
| 2022-07-06 | enable on opt level 1 | Ze'ev Maor | -1/+1 |
| 2022-07-05 | only enable ConstProp on opt level 2 | Ze'ev Maor | -11/+2 |
| 2022-07-05 | lint: `LintDiagnosticBuilder` into `rustc_errors` | David Wood | -2/+1 |
| 2022-07-05 | Auto merge of #98872 - JakobDegen:no-invalidate, r=davidtwco | bors | -6/+12 |
| 2022-07-03 | Add method to mutate MIR body without invalidating CFG caches. | Jakob Degen | -6/+12 |
| 2022-07-02 | Fix rust-call ICE in mir-inliner | Michael Goulet | -5/+9 |
| 2022-07-02 | Auto merge of #97235 - nbdd0121:unwind, r=Amanieu | bors | -6/+176 |
| 2022-07-02 | Auto merge of #91743 - cjgillot:enable_mir_inlining_inline_all, r=oli-obk | bors | -33/+69 |
| 2022-07-01 | cleanup mir visitor for `rustc::pass_by_value` | lcnr | -12/+12 |
| 2022-06-30 | Allow inlining `#[inline]` functions. | Camille GILLOT | -3/+3 |
| 2022-06-30 | Test enabling MIR inliner | Wesley Wiser | -10/+23 |
| 2022-06-30 | Do not error on the param_env during inlining. | Camille GILLOT | -8/+0 |
| 2022-06-30 | Skip inlining if there are normalization issues. | Camille GILLOT | -0/+40 |
| 2022-06-30 | Do not ICE when failing to resolve. | Camille GILLOT | -1/+1 |
| 2022-06-30 | Check history earlier. | Camille GILLOT | -14/+5 |
| 2022-06-29 | Rollup merge of #98625 - RalfJung:retag, r=oli-obk | Dylan DPC | -5/+18 |
| 2022-06-28 | emit Retag for compound types with reference fields | Ralf Jung | -5/+18 |
| 2022-06-27 | Update `smallvec` to 1.8.1. | Nicholas Nethercote | -1/+1 |
| 2022-06-21 | Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obk | bors | -10/+270 |