| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | use `CursorRef` more, to not to clone `Tree`s | klensy | -24/+35 |
| 2022-05-18 | Auto merge of #96800 - nbdd0121:const, r=nagisa | bors | -58/+116 |
| 2022-05-18 | move processing of `source_scope_data` into `MutVisitor`'s impl of Integrator... | SparrowLii | -28/+27 |
| 2022-05-18 | Auto merge of #96867 - michaelwoerister:path-prefix-fixes-2, r=davidtwco | bors | -197/+463 |
| 2022-05-18 | Properly apply path prefix remapping paths emitted into debuginfo. | Michael Woerister | -73/+193 |
| 2022-05-18 | Auto merge of #97110 - Kobzol:pgo-pid-in-profile, r=lqd | bors | -1/+5 |
| 2022-05-18 | Add tests for FilePathMapping::to_embeddable_absolute_path(). | Michael Woerister | -41/+128 |
| 2022-05-18 | Move logic for making potentially remapped paths absolute into helper method. | Michael Woerister | -64/+108 |
| 2022-05-18 | Add debug tracing to FilePathMapping::map_prefix | Michael Woerister | -19/+34 |
| 2022-05-18 | Update browser-ui-test version | Guillaume Gomez | -1/+1 |
| 2022-05-18 | Move some DOM generation into the HTML settings file directly | Guillaume Gomez | -19/+15 |
| 2022-05-18 | Auto merge of #97135 - Dylan-DPC:rollup-06u9pqn, r=Dylan-DPC | bors | -215/+636 |