]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-05-20 borsAuto merge of #97147 - Mark-Simulacrum:stage0-bump...
2022-05-20 borsAuto merge of #97029 - eholk:drop-tracking-yielding...
2022-05-20 borsAuto merge of #97027 - cuviper:yesalias-refcell, r...
2022-05-19 Eric HolkUpdate IfLet syntax
2022-05-19 Eric HolkRemove old match guard pattern tracking code
2022-05-19 Eric HolkBorrow guard patterns for the body of the guard
2022-05-19 Eric HolkRevert "Count copies of locals as borrowed temporaries"
2022-05-19 Eric HolkCount copies of locals as borrowed temporaries
2022-05-19 Eric HolkFurther reduce test case
2022-05-19 Eric HolkAdd drop tracking version of yielding-in-match-guard.rs
2022-05-19 borsAuto merge of #97180 - Dylan-DPC:rollup-aa5j2yw, r...
2022-05-19 Dylan DPCRollup merge of #97171 - JohnTitor:issue-88119, r=compi...
2022-05-19 Dylan DPCRollup merge of #97170 - benediktwerner:master, r=JohnTitor
2022-05-19 Dylan DPCRollup merge of #97169 - gimbles:u32-diagnostic, r...
2022-05-19 Dylan DPCRollup merge of #97155 - alygin:patch-1, r=JohnTitor
2022-05-19 Dylan DPCRollup merge of #97142 - SparrowLii:inline, r=tmiasko
2022-05-19 Dylan DPCRollup merge of #96539 - tmandry:relnotes-1.61, r=Mark...
2022-05-19 gimblesImprove u32 to char diagnostic
2022-05-19 borsAuto merge of #97024 - lcnr:simplify_type-sus, r=<try>
2022-05-19 Yuki OkushiAdd regression test for #88119
2022-05-19 benediktwernerRemove unnecessay .report() on ExitCode
2022-05-19 borsAuto merge of #97114 - klensy:cursor-ref, r=petrochenkov
2022-05-19 borsAuto merge of #97103 - luqmana:asm-unwind-cleanup,...
2022-05-19 Luqman AdenAdd mir-opt test for asm_unwind + panic=abort
2022-05-19 borsAuto merge of #97033 - nbdd0121:unwind3, r=Amanieu
2022-05-19 borsAuto merge of #97159 - JohnTitor:rollup-ibl51vw, r...
2022-05-18 Yuki OkushiRollup merge of #97152 - ehuss:update-cargo, r=ehuss
2022-05-18 Yuki OkushiRollup merge of #97139 - GuillaumeGomez:move-dom-settin...
2022-05-18 Yuki OkushiRollup merge of #97131 - gimbles:patch-2, r=Dylan-DPC
2022-05-18 Yuki OkushiRollup merge of #97127 - Mark-Simulacrum:revert-96441...
2022-05-18 Yuki OkushiRollup merge of #97062 - bjorn3:cg_ssa_driver_refactor...
2022-05-18 Yuki OkushiRollup merge of #96866 - Mark-Simulacrum:intelligent...
2022-05-18 borsAuto merge of #95643 - WaffleLapkin:ptr_convenience...
2022-05-18 Andrew LyginFix doc typo
2022-05-18 Eric HussUpdate cargo
2022-05-18 Luqman AdenUpdate MIR passes that assumed inline can never unwind.
2022-05-18 borsAuto merge of #97019 - b-naber:transition-to-valtrees...
2022-05-18 borsAuto merge of #96863 - SparrowLii:let, r=michaelwoerister
2022-05-18 klensyfix rustfmt
2022-05-18 Mark RousskovBump RLS to latest master
2022-05-18 Mark RousskovStage-step cfgs
2022-05-18 klensyuse `CursorRef` more, to not to clone `Tree`s
2022-05-18 Mark RousskovBump stage 0 to new beta
2022-05-18 borsAuto merge of #96800 - nbdd0121:const, r=nagisa
2022-05-18 SparrowLiimove processing of `source_scope_data` into `MutVisitor...
2022-05-18 borsAuto merge of #96867 - michaelwoerister:path-prefix...
2022-05-18 Michael WoeristerProperly apply path prefix remapping paths emitted...
2022-05-18 borsAuto merge of #97110 - Kobzol:pgo-pid-in-profile, r=lqd
2022-05-18 Michael WoeristerAdd tests for FilePathMapping::to_embeddable_absolute_p...
2022-05-18 Michael WoeristerMove logic for making potentially remapped paths absolu...
2022-05-18 Michael WoeristerAdd debug tracing to FilePathMapping::map_prefix
2022-05-18 Guillaume GomezUpdate browser-ui-test version
2022-05-18 Guillaume GomezMove some DOM generation into the HTML settings file...
2022-05-18 borsAuto merge of #97135 - Dylan-DPC:rollup-06u9pqn, r...
2022-05-18 lcnrfix `simplify_type`
2022-05-18 Dylan DPCRollup merge of #97123 - ricked-twice:issue-96223-clean...
2022-05-18 Dylan DPCRollup merge of #97101 - coolreader18:exitcode-method...
2022-05-18 Dylan DPCRollup merge of #96917 - marti4d:master, r=ChrisDenton
2022-05-18 Dylan DPCRollup merge of #96378 - compiler-errors:trait-upcast...
2022-05-18 Dylan DPCRollup merge of #95979 - lcnr:coherence-docs, r=compile...
2022-05-18 Dylan DPCRollup merge of #94639 - compiler-errors:rval-mutref...
2022-05-18 Michael GouletMention traits being upcasted, types being coerced
2022-05-18 Michael Gouletbetter lvalue errors for things implementing DerefMut
2022-05-18 borsAuto merge of #97126 - JohnTitor:rollup-7gdt2aw, r...
2022-05-18 Michael Gouletbetter error for bad LHS in binop-assign
2022-05-18 Michael GouletSuggest deref non-lvalue mutable reference
2022-05-18 GimUpdate macros.rs
2022-05-17 Mark RousskovRevert "Auto merge of #96441 - ChrisDenton:sync-pipes...
2022-05-17 Yuki OkushiRollup merge of #97116 - RalfJung:ref-validity, r=oli-obk
2022-05-17 Yuki OkushiRollup merge of #97113 - GuillaumeGomez:search-ui-fixes...
2022-05-17 Yuki OkushiRollup merge of #97097 - chorman0773:add_tmm_clobers...
2022-05-17 Yuki OkushiRollup merge of #97096 - tmiasko:reachable-constructor...
2022-05-17 Yuki OkushiRollup merge of #96761 - klensy:no-rayon-here, r=CraftS...
2022-05-17 Yuki OkushiRollup merge of #96651 - ken-matsui:omit-unnecessary...
2022-05-17 Yuki OkushiRollup merge of #96647 - Enselic:fix-hrtb-for-wherepred...
2022-05-17 ricked-twiceTaking review into account
2022-05-17 borsAuto merge of #92570 - jsha:rustdoc-search-refactor...
2022-05-17 Mark RousskovAdjust language
2022-05-17 ricked-twiceClean fix for #96223
2022-05-17 Jakub BeránekAdd PID to rustc PGO profiles generated in CI
2022-05-17 Ralf Jungbless 32bit
2022-05-17 Jacob Hoffman... rustdoc: make search.js a module
2022-05-17 Ralf Junginterpret/validity: reject references to uninhabited...
2022-05-17 borsAuto merge of #96959 - nbdd0121:unwind, r=Amanieu
2022-05-17 Guillaume GomezAdd GUI test for search crate filter select CSS properties
2022-05-17 Guillaume GomezFix display of search crate filter select
2022-05-17 borsAuto merge of #97111 - JohnTitor:rollup-x3vjf6u, r...
2022-05-17 Guillaume GomezAdd GUI test for search result "title"
2022-05-17 Guillaume GomezFix duplicated "in" in the search result text
2022-05-17 Guillaume GomezUpdate browser-ui-test version to 0.9.2
2022-05-17 Connor Hormanfix clobber_abi tests
2022-05-17 Connor HormanAdd ABI clobbers
2022-05-17 Connor HormanHandle tmm_reg in rustc_codegen_gcc
2022-05-17 Yuki OkushiRollup merge of #97102 - mbartlett21:fn-pointer-error...
2022-05-17 Yuki OkushiRollup merge of #97093 - pvdrz:migrate-maybe-recover...
2022-05-17 Yuki OkushiRollup merge of #97080 - lcnr:relate-sus, r=oli-obk
2022-05-17 Yuki OkushiRollup merge of #97079 - SparrowLii:successors, r=lcnr
2022-05-17 Yuki OkushiRollup merge of #97075 - JohnTitor:issue-81804, r=compi...
2022-05-17 Yuki OkushiRollup merge of #97009 - fortanix:raoul/unused_macro_sg...
2022-05-17 Yuki OkushiRollup merge of #96329 - aliemjay:fixed-by-90887, r...
next