]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-01-20 Matthias KrügerRollup merge of #91032 - eholk:generator-drop-tracking...
2022-01-20 borsAuto merge of #92138 - AngelicosPhosphoros:try_smarter_...
2022-01-19 borsAuto merge of #93085 - matthiaskrgr:rollup-mgpu2ju...
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 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 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
2022-01-18 Eric HolkTrack drop points in generator_interior
2022-01-18 Eric HolkAdd test case for #57478
2022-01-18 Mara BosImprove is_err_with example.
2022-01-18 Mara BosAdd is_some_with tracking issue number.
2022-01-18 Mara BosAdd Result::{is_ok_with, is_err_with}.
2022-01-18 Mara BosAdd Option::is_some_with.
2022-01-18 Matthias KrügerRollup merge of #93035 - Amanieu:stdarch_fix, r=Mark...
2022-01-18 Matthias KrügerRollup merge of #93026 - klensy:f-typo, r=scottmcm
2022-01-18 Matthias KrügerRollup merge of #93018 - pierwill:rm-unused-ord, r...
2022-01-18 Matthias KrügerRollup merge of #92924 - dtolnay:pptracing, r=Mark...
2022-01-18 Matthias KrügerRollup merge of #92780 - b-naber:postpone-const-eval...
2022-01-18 Matthias KrügerRollup merge of #92692 - jsha:cool-sidebar, r=Guillaume...
2022-01-18 Matthias KrügerRollup merge of #92425 - calebzulawski:simd-cast, r...
2022-01-18 Matthias KrügerRollup merge of #91150 - dtolnay:qpath, r=davidtwco
2022-01-18 Matthias KrügerRollup merge of #90782 - ricobbe:binutils-dlltool,...
2022-01-18 David TolnayMove item-related pretty printing functions to module
2022-01-18 David TolnayMove expr-related pretty printing functions to module
2022-01-18 David TolnayDelete pretty printer tracing
2022-01-18 Jacob Hoffman... Simplify and unify rustdoc sidebar styles
2022-01-18 pierwillRemove some unused `Ord` derivations based on `DefId`
2022-01-18 Amanieu d'AntrasFix stdarch submodule pointing to commit outside tree
next