about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-05-20Auto merge of #97029 - eholk:drop-tracking-yielding-in-match-guard, r=nikomat...bors-94/+87
2022-05-20Auto merge of #97027 - cuviper:yesalias-refcell, r=thomccbors-38/+103
2022-05-19Update IfLet syntaxEric Holk-1/+1
2022-05-19Remove old match guard pattern tracking codeEric Holk-97/+38
2022-05-19Borrow guard patterns for the body of the guardEric Holk-26/+57
2022-05-19Revert "Count copies of locals as borrowed temporaries"Eric Holk-20/+2
2022-05-19Count copies of locals as borrowed temporariesEric Holk-2/+20
2022-05-19Further reduce test caseEric Holk-9/+5
2022-05-19Add drop tracking version of yielding-in-match-guard.rsEric Holk-0/+25
2022-05-19Auto merge of #97180 - Dylan-DPC:rollup-aa5j2yw, r=Dylan-DPCbors-59/+216
2022-05-19Rollup merge of #97171 - JohnTitor:issue-88119, r=compiler-errorsDylan DPC-0/+35
2022-05-19Rollup merge of #97170 - benediktwerner:master, r=JohnTitorDylan DPC-2/+2
2022-05-19Rollup merge of #97169 - gimbles:u32-diagnostic, r=petrochenkovDylan DPC-28/+25
2022-05-19Rollup merge of #97155 - alygin:patch-1, r=JohnTitorDylan DPC-1/+1
2022-05-19Rollup merge of #97142 - SparrowLii:inline, r=tmiaskoDylan DPC-28/+27
2022-05-19Rollup merge of #96539 - tmandry:relnotes-1.61, r=Mark-SimulacrumDylan DPC-0/+126
2022-05-19Improve u32 to char diagnosticgimbles-28/+25
2022-05-19Auto merge of #97024 - lcnr:simplify_type-sus, r=<try>bors-86/+63
2022-05-19Add regression test for #88119Yuki Okushi-0/+35
2022-05-19Remove unnecessay .report() on ExitCodebenediktwerner-2/+2
2022-05-19Auto merge of #97114 - klensy:cursor-ref, r=petrochenkovbors-26/+37
2022-05-19Auto merge of #97103 - luqmana:asm-unwind-cleanup, r=Amanieu,tmiaskobors-2/+49
2022-05-18Add mir-opt test for asm_unwind + panic=abortLuqman Aden-0/+40
2022-05-19Auto merge of #97033 - nbdd0121:unwind3, r=Amanieubors-9/+6
2022-05-19Auto merge of #97159 - JohnTitor:rollup-ibl51vw, r=JohnTitorbors-187/+74
2022-05-19Rollup merge of #97152 - ehuss:update-cargo, r=ehussYuki Okushi-0/+0
2022-05-19Rollup merge of #97139 - GuillaumeGomez:move-dom-settings-generation, r=notri...Yuki Okushi-20/+16
2022-05-19Rollup merge of #97131 - gimbles:patch-2, r=Dylan-DPCYuki Okushi-1/+1
2022-05-19Rollup merge of #97127 - Mark-Simulacrum:revert-96441, r=m-ou-seYuki Okushi-132/+31
2022-05-19Rollup merge of #97062 - bjorn3:cg_ssa_driver_refactor, r=compiler-errorsYuki Okushi-33/+24
2022-05-19Rollup merge of #96866 - Mark-Simulacrum:intelligent-tiering-ci, r=pietroalbiniYuki Okushi-1/+2
2022-05-18Auto merge of #95643 - WaffleLapkin:ptr_convenience, r=joshtriplettbors-2/+337
2022-05-19Fix doc typoAndrew Lygin-1/+1
2022-05-18Update cargoEric Huss-0/+0
2022-05-18Update MIR passes that assumed inline can never unwind.Luqman Aden-2/+9
2022-05-18Auto merge of #97019 - b-naber:transition-to-valtrees-pt1, r=oli-obkbors-244/+540
2022-05-18Auto merge of #96863 - SparrowLii:let, r=michaelwoeristerbors-57/+55
2022-05-18fix rustfmtklensy-2/+2
2022-05-18use `CursorRef` more, to not to clone `Tree`sklensy-24/+35
2022-05-18Auto merge of #96800 - nbdd0121:const, r=nagisabors-58/+116
2022-05-18move processing of `source_scope_data` into `MutVisitor`'s impl of Integrator...SparrowLii-28/+27
2022-05-18Auto merge of #96867 - michaelwoerister:path-prefix-fixes-2, r=davidtwcobors-197/+463
2022-05-18Properly apply path prefix remapping paths emitted into debuginfo.Michael Woerister-73/+193
2022-05-18Auto merge of #97110 - Kobzol:pgo-pid-in-profile, r=lqdbors-1/+5
2022-05-18Add tests for FilePathMapping::to_embeddable_absolute_path().Michael Woerister-41/+128
2022-05-18Move logic for making potentially remapped paths absolute into helper method.Michael Woerister-64/+108
2022-05-18Add debug tracing to FilePathMapping::map_prefixMichael Woerister-19/+34
2022-05-18Update browser-ui-test versionGuillaume Gomez-1/+1
2022-05-18Move some DOM generation into the HTML settings file directlyGuillaume Gomez-19/+15
2022-05-18Auto merge of #97135 - Dylan-DPC:rollup-06u9pqn, r=Dylan-DPCbors-215/+636