| Age | Commit message (Expand) | Author | Lines |
| 2022-05-20 | Auto merge of #95309 - lcnr:dropck-cleanup, r=nikomatsakis | bors | -223/+178 |
| 2022-05-20 | `bool` to custom enum | lcnr | -11/+18 |
| 2022-05-20 | update error message | lcnr | -8/+8 |
| 2022-05-20 | update comments | lcnr | -8/+2 |
| 2022-05-20 | rewrite `ensure_drop_params_and_item_params_correspond` | lcnr | -127/+72 |
| 2022-05-20 | move unique param check into `rustc_middle` | lcnr | -84/+93 |
| 2022-05-20 | Auto merge of #96422 - tmccombs:mutex-unpoison, r=m-ou-se | bors | -0/+83 |
| 2022-05-20 | Remove references to guards in documentation for clear_poison | Thayne McCombs | -10/+10 |
| 2022-05-20 | Auto merge of #97147 - Mark-Simulacrum:stage0-bump, r=pietroalbini | bors | -368/+358 |
| 2022-05-20 | Auto merge of #97029 - eholk:drop-tracking-yielding-in-match-guard, r=nikomat... | bors | -94/+87 |
| 2022-05-20 | Auto merge of #97027 - cuviper:yesalias-refcell, r=thomcc | bors | -38/+103 |
| 2022-05-19 | Update IfLet syntax | Eric Holk | -1/+1 |
| 2022-05-19 | Remove old match guard pattern tracking code | Eric Holk | -97/+38 |
| 2022-05-19 | Borrow guard patterns for the body of the guard | Eric Holk | -26/+57 |
| 2022-05-19 | Revert "Count copies of locals as borrowed temporaries" | Eric Holk | -20/+2 |
| 2022-05-19 | Count copies of locals as borrowed temporaries | Eric Holk | -2/+20 |
| 2022-05-19 | Further reduce test case | Eric Holk | -9/+5 |
| 2022-05-19 | Add drop tracking version of yielding-in-match-guard.rs | Eric Holk | -0/+25 |
| 2022-05-19 | Auto merge of #97180 - Dylan-DPC:rollup-aa5j2yw, r=Dylan-DPC | bors | -59/+216 |
| 2022-05-19 | Rollup merge of #97171 - JohnTitor:issue-88119, r=compiler-errors | Dylan DPC | -0/+35 |
| 2022-05-19 | Rollup merge of #97170 - benediktwerner:master, r=JohnTitor | Dylan DPC | -2/+2 |
| 2022-05-19 | Rollup merge of #97169 - gimbles:u32-diagnostic, r=petrochenkov | Dylan DPC | -28/+25 |
| 2022-05-19 | Rollup merge of #97155 - alygin:patch-1, r=JohnTitor | Dylan DPC | -1/+1 |
| 2022-05-19 | Rollup merge of #97142 - SparrowLii:inline, r=tmiasko | Dylan DPC | -28/+27 |
| 2022-05-19 | Rollup merge of #96539 - tmandry:relnotes-1.61, r=Mark-Simulacrum | Dylan DPC | -0/+126 |
| 2022-05-19 | Improve u32 to char diagnostic | gimbles | -28/+25 |
| 2022-05-19 | Auto merge of #97024 - lcnr:simplify_type-sus, r=<try> | bors | -86/+63 |
| 2022-05-19 | Add regression test for #88119 | Yuki Okushi | -0/+35 |
| 2022-05-19 | Remove unnecessay .report() on ExitCode | benediktwerner | -2/+2 |
| 2022-05-19 | Auto merge of #97114 - klensy:cursor-ref, r=petrochenkov | bors | -26/+37 |
| 2022-05-19 | Change clear_poison to take the lock instead of a guard | Thayne McCombs | -8/+18 |
| 2022-05-19 | Auto merge of #97103 - luqmana:asm-unwind-cleanup, r=Amanieu,tmiasko | bors | -2/+49 |
| 2022-05-18 | Add mir-opt test for asm_unwind + panic=abort | Luqman Aden | -0/+40 |
| 2022-05-19 | Auto merge of #97033 - nbdd0121:unwind3, r=Amanieu | bors | -9/+6 |
| 2022-05-19 | Auto merge of #97159 - JohnTitor:rollup-ibl51vw, r=JohnTitor | bors | -187/+74 |
| 2022-05-19 | Rollup merge of #97152 - ehuss:update-cargo, r=ehuss | Yuki Okushi | -0/+0 |
| 2022-05-19 | Rollup merge of #97139 - GuillaumeGomez:move-dom-settings-generation, r=notri... | Yuki Okushi | -20/+16 |
| 2022-05-19 | Rollup merge of #97131 - gimbles:patch-2, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 2022-05-19 | Rollup merge of #97127 - Mark-Simulacrum:revert-96441, r=m-ou-se | Yuki Okushi | -132/+31 |
| 2022-05-19 | Rollup merge of #97062 - bjorn3:cg_ssa_driver_refactor, r=compiler-errors | Yuki Okushi | -33/+24 |
| 2022-05-19 | Rollup merge of #96866 - Mark-Simulacrum:intelligent-tiering-ci, r=pietroalbini | Yuki Okushi | -1/+2 |
| 2022-05-18 | Auto merge of #95643 - WaffleLapkin:ptr_convenience, r=joshtriplett | bors | -2/+337 |
| 2022-05-19 | Fix doc typo | Andrew Lygin | -1/+1 |
| 2022-05-18 | Update cargo | Eric Huss | -0/+0 |
| 2022-05-18 | Update MIR passes that assumed inline can never unwind. | Luqman Aden | -2/+9 |
| 2022-05-18 | Auto merge of #97019 - b-naber:transition-to-valtrees-pt1, r=oli-obk | bors | -244/+540 |
| 2022-05-18 | Auto merge of #96863 - SparrowLii:let, r=michaelwoerister | bors | -57/+55 |
| 2022-05-18 | fix rustfmt | klensy | -2/+2 |
| 2022-05-18 | Bump RLS to latest master | Mark Rousskov | -28/+22 |
| 2022-05-18 | Stage-step cfgs | Mark Rousskov | -4/+0 |