]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-01-20 Matthias KrügerRollup merge of #93094 - Enselic:check-for-enum-tuple...
2022-01-20 Matthias KrügerRollup merge of #93091 - pierwill:chalk-0.76, r=jackh726
2022-01-20 Matthias KrügerRollup merge of #93087 - ricobbe:alt-calling-convention...
2022-01-20 Matthias KrügerRollup merge of #93086 - c410-f3r:let-guard, r=Mark...
2022-01-20 Matthias KrügerRollup merge of #93067 - jsha:fix-scroll-padding-top...
2022-01-20 Matthias KrügerRollup merge of #93061 - estebank:macr-suggestion,...
2022-01-20 Matthias KrügerRollup merge of #93038 - GuillaumeGomez:block-doc-comme...
2022-01-20 Matthias KrügerRollup merge of #92860 - CraftSpider:rustdoc-json-impl...
2022-01-20 Matthias KrügerRollup merge of #92856 - GuillaumeGomez:exclude-test...
2022-01-20 Matthias KrügerRollup merge of #91032 - eholk:generator-drop-tracking...
2022-01-20 Guillaume GomezMore clean up
2022-01-20 Guillaume GomezExtra cfg_hide a bit to handle inner cfgs
2022-01-20 Guillaume GomezUpdate doc_auto_cfg test
2022-01-20 Guillaume GomezExclude "test" from doc_auto_cfg rendering
2022-01-20 borsAuto merge of #92138 - AngelicosPhosphoros:try_smarter_...
2022-01-19 borsAuto merge of #93085 - matthiaskrgr:rollup-mgpu2ju...
2022-01-19 Martin Nordholtssrc/test/rustdoc-json: Check for `struct_field`s in...
2022-01-19 Jacob Hoffman... Fix scroll offset when jumping to internal id
2022-01-19 pierwill⬆ chalk to 0.76.0
2022-01-19 CaioAdd tests to ensure that let_chains works with if_let_guard
2022-01-19 Richard CobbeFix test directives; comment out calls broken on window...
2022-01-19 Matthias KrügerRollup merge of #93077 - lcnr:write_substs, r=oli-obk
2022-01-19 Matthias KrügerRollup merge of #93065 - dtolnay:ringbuffer, r=lcnr
2022-01-19 Matthias KrügerRollup merge of #93005 - GuillaumeGomez:templates-in...
2022-01-19 Matthias KrügerRollup merge of #92800 - ehuss:docs-fallback, r=Mark...
2022-01-19 Matthias KrügerRollup merge of #92630 - steffahn:lift_bounds_on_BuildH...
2022-01-19 Matthias KrügerRollup merge of #92316 - petrochenkov:extmangle, r...
2022-01-19 Esteban KuberOnly suggest adding `!` to expressions that can be...
2022-01-19 Eric HussAdd assert that fallback targets must be available.
2022-01-19 borsAuto merge of #93069 - matthiaskrgr:rollup-gx1vkp7...
2022-01-19 AngelicosPhosphorosImprove estimation of capacity in Vec::from_iter
2022-01-19 lcnrremove `is_noop`
2022-01-19 Guillaume GomezAdd test for block doc comments
2022-01-19 Guillaume GomezCorrectly handle starts in block doc comments
2022-01-19 Guillaume GomezMove back templates into html folder
2022-01-19 Matthias KrügerRollup merge of #93062 - ehuss:update-books, r=ehuss
2022-01-19 Matthias KrügerRollup merge of #93051 - m-ou-se:is-some-with, r=yaahc
2022-01-19 Matthias KrügerRollup merge of #93041 - pierwill:rm-unused-defid-ords...
2022-01-19 Matthias KrügerRollup merge of #92920 - dtolnay:printtidy, r=cjgillot
2022-01-19 Matthias KrügerRollup merge of #92797 - jsha:fewer-lines, r=GuillaumeGomez
2022-01-19 Matthias KrügerRollup merge of #92783 - FabianWolff:issue-92726, r...
2022-01-19 Matthias KrügerRollup merge of #92124 - AngelicosPhosphoros:remove_ext...
2022-01-19 Matthias KrügerRollup merge of #91278 - SparrowLii:place, r=spastorino
2022-01-19 Matthias KrügerRollup merge of #89621 - digama0:patch-2, r=yaahc
2022-01-19 Matthias KrügerRollup merge of #88642 - c410-f3r:let_chains_2, r=matth...
2022-01-19 borsAuto merge of #93063 - ehuss:update-cargo, r=ehuss
2022-01-19 David TolnayEliminate left and right cursors in favor of ring buffer
2022-01-19 David TolnayEliminate eof token state
2022-01-19 David TolnaySimplify the buffer push done by scan_break
2022-01-19 Eric HussUpdate books
2022-01-19 David TolnayEliminate a check_stack call on an empty scan stack
2022-01-19 David TolnayIndex a single time in check_stack
2022-01-19 David TolnayImplement check_stack nonrecursively
2022-01-19 David TolnayImplement check_stream nonrecursively
2022-01-19 David TolnayReplace `if` + `unwrap` with `if let` in check_stack
2022-01-19 David TolnayEnsure Printer buf is always indexed using self.left...
2022-01-19 David TolnayInline Printer's scan_pop_bottom method
2022-01-19 David TolnayInline Printer's scan_top method
2022-01-19 David TolnayInline Printer's scan_pop method
2022-01-19 Eric HussUpdate cargo
2022-01-19 David TolnaySimplify ring buffer pushes
2022-01-19 David TolnayInline Printer's scan_push method
2022-01-19 David TolnayInline Printer's advance_right method
2022-01-19 Jacob Hoffman... Remove horizontal lines at top of page
2022-01-18 Mara BosFix is_some_with tests.
2022-01-18 borsAuto merge of #93048 - matthiaskrgr:rollup-cz5ma34...
2022-01-18 Eric HolkFix build after rebase
2022-01-18 CaioFormally implement let chains
2022-01-18 Eric HolkUse .. patterns in cfg_build.rs
2022-01-18 Eric HolkRespond to code review comments
2022-01-18 Eric HolkSafely handle partial drops
2022-01-18 Eric Holkdrop_ranges: Add TrackedValue enum
2022-01-18 Eric HolkUpdate async-fn-nonsend.rs
2022-01-18 Eric HolkHandle uninhabited return types
2022-01-18 Eric HolkTrack changed bitsets in CFG propagation
2022-01-18 Eric HolkRemove clones and most allocations from propagate_to_fi...
2022-01-18 Eric HolkHandle empty loops better
2022-01-18 Eric HolkExplicitly list all ExprKinds in cfg_build
2022-01-18 Eric HolkHandle reinits in match guards
2022-01-18 Eric HolkMore comments and refactoring
2022-01-18 Eric HolkUpdate stderr files
2022-01-18 Eric HolkFixing formatting
2022-01-18 Eric HolkAdditional cleanup
2022-01-18 Eric HolkRefactor drop_ranges
2022-01-18 Eric HolkAddress code review comments
2022-01-18 Eric HolkAdd more comments
2022-01-18 Eric HolkUpdate async-fn-nonsend.stderr
2022-01-18 Eric HolkRefactor code to keep most drop range analysis in drop_...
2022-01-18 Eric HolkMore comments and small cleanups
2022-01-18 Eric HolkFix control flow handling in generator_interior
2022-01-18 Eric HolkHandle break and continue. Change fixpoint computation...
2022-01-18 Eric HolkRevamped DropRange data structure
2022-01-18 Eric HolkMore tracing and tests
2022-01-18 Eric HolkHandle more cases with conditionally initialized/droppe...
2022-01-18 Eric HolkBasic loop support
2022-01-18 Eric HolkSupport reinitialization of variables
2022-01-18 Eric HolkSupport conditional drops
2022-01-18 Eric HolkAttribute drop to parent expression of the consume...
2022-01-18 Eric HolkMake generator and async-await tests pass
2022-01-18 Eric HolkTrack drops across multiple yields
next