| Age | Commit message (Expand) | Author | Lines |
| 2022-07-22 | Auto merge of #99420 - RalfJung:vtable, r=oli-obk | bors | -5/+5 |
| 2022-07-21 | Update compiler/rustc_mir_transform/src/simplify.rs | Wesley Wiser | -1/+1 |
| 2022-07-20 | Auto merge of #99058 - michaelwoerister:remove-stable-set-and-map, r=nagisa | bors | -1/+1 |
| 2022-07-20 | consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable) | Ralf Jung | -5/+5 |
| 2022-07-20 | Auto merge of #99472 - RalfJung:provenance, r=oli-obk | bors | -12/+12 |
| 2022-07-20 | Remove unused StableMap and StableSet types from rustc_data_structures | Michael Woerister | -1/+1 |
| 2022-07-20 | Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank" | Oli Scherer | -1/+0 |
| 2022-07-19 | interpret: rename Tag/PointerTag to Prov/Provenance | Ralf Jung | -12/+12 |
| 2022-07-19 | Auto merge of #99309 - RalfJung:no-large-copies, r=oli-obk | bors | -4/+4 |
| 2022-07-18 | interpret: make some large types not Copy | Ralf Jung | -4/+4 |
| 2022-07-17 | use body's param-env when checking if type needs drop | Michael Goulet | -5/+2 |
| 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-08 | Fix unreachable coverage generation for inlined functions | Tomasz Miąsko | -32/+40 |
| 2022-07-08 | Use extend instead of repeatedly pushing into a vec | Tomasz Miąsko | -4/+4 |
| 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 |