]> git.lizzy.rs Git - rust.git/history - src/libcore
Auto merge of #56300 - nikic:issue-56267, r=eddyb
[rust.git] / src / libcore /
2018-11-29 borsAuto merge of #56300 - nikic:issue-56267, r=eddyb
2018-11-27 borsAuto merge of #56251 - scalexm:root-universe, r=nikomat...
2018-11-27 borsAuto merge of #55402 - estebank:macro-eof-2, r=nikomatsakis
2018-11-27 borsAuto merge of #56094 - RalfJung:memory-data-revived...
2018-11-27 borsAuto merge of #56262 - petrochenkov:nabsedihyg, r=petro...
2018-11-26 borsAuto merge of #54668 - RalfJung:use-maybe-uninit, r...
2018-11-26 borsAuto merge of #55835 - alexcrichton:llvm-upgrade, r...
2018-11-26 borsAuto merge of #56070 - oli-obk:const_let, r=eddyb
2018-11-26 borsAuto merge of #55705 - ethanboxx:master, r=SimonSapin
2018-11-25 Ethan Brierleyfix missing borrow
2018-11-25 Ethan BrierleyUse a reference rather than take ownership
2018-11-25 borsAuto merge of #55527 - sgeisler:time-checked-add, r...
2018-11-25 borsAuto merge of #56215 - pietroalbini:rollup, r=pietroalbini
2018-11-25 Pietro AlbiniRollup merge of #56211 - petrochenkov:fwd, r=petrochenkov
2018-11-25 Pietro AlbiniRollup merge of #56210 - RalfJung:c_str, r=oli-obk
2018-11-25 Pietro AlbiniRollup merge of #56207 - SimonSapin:int_to_from_bytes...
2018-11-25 Pietro AlbiniRollup merge of #56204 - estebank:suggest-variant,...
2018-11-25 Pietro AlbiniRollup merge of #56176 - GuillaumeGomez:panic-setup...
2018-11-25 Pietro AlbiniRollup merge of #56170 - wesleywiser:fix_self_profiler_...
2018-11-25 Pietro AlbiniRollup merge of #56151 - alexcrichton:move-out-flaky...
2018-11-25 Pietro AlbiniRollup merge of #56144 - tromey:Bug-55771-btreemap...
2018-11-25 Pietro AlbiniRollup merge of #56101 - frewsxcv:frewsxcv-dyn, r=steve...
2018-11-25 Pietro AlbiniRollup merge of #56100 - RalfJung:visiting-generators...
2018-11-25 Pietro AlbiniRollup merge of #56075 - alexcrichton:wasm-producer...
2018-11-25 Pietro AlbiniRollup merge of #56072 - da-x:stabilize-literal-matcher...
2018-11-25 Pietro AlbiniRollup merge of #56045 - qnighy:additional-sizedness...
2018-11-25 Pietro AlbiniRollup merge of #56024 - oli-obk:const_fn_collect_inner...
2018-11-25 Simon SapinStabilize the int_to_from_bytes feature
2018-11-25 borsAuto merge of #55959 - matthewjasper:remove-end-region...
2018-11-23 borsAuto merge of #55935 - alexcrichton:vs2017, r=Mark...
2018-11-23 Ralf Junguse more inlining, and force some of it
2018-11-23 Ralf Junguse MaybeUninit in core::ptr::swap_nonoverlapping_bytes
2018-11-23 Ralf Junguse MaybeUninit in core::ptr::swap
2018-11-23 Ralf Junguse MaybeUninit in core::ptr::{read,read_unaligned}
2018-11-23 Ralf Junguse MaybeUninit in core::slice::rotate
2018-11-23 Ralf Junguse MaybeUninit in core::slice::sort
2018-11-23 Ralf Junguse MaybeUninit in core::fmt
2018-11-23 Corey FarwellMerge branch 'master' into frewsxcv-dyn
2018-11-23 borsAuto merge of #56186 - kennytm:rollup, r=kennytm
2018-11-23 kennytmRollup merge of #56168 - sfackler:raw-entry-tracking...
2018-11-23 kennytmRollup merge of #56163 - pietroalbini:1.30.1-relnotes...
2018-11-23 kennytmRollup merge of #56162 - adrianheine:patch-1, r=without...
2018-11-23 kennytmRollup merge of #56154 - petrhosek:fuchsia-linker-args...
2018-11-23 kennytmRollup merge of #56120 - SergioBenitez:subspan, r=alexc...
2018-11-23 kennytmRollup merge of #56116 - alexcrichton:tarball-calng...
2018-11-23 kennytmRollup merge of #56097 - ogoffart:union-abi, r=eddyb
2018-11-23 kennytmRollup merge of #56091 - wesleywiser:fix_self_profiler_...
2018-11-23 kennytmRollup merge of #56048 - bjorn3:cg_ssa_sysroot, r=eddyb
2018-11-23 kennytmRollup merge of #56022 - RalfJung:validate-before-jump...
2018-11-23 kennytmRollup merge of #55945 - oli-obk:static_assert_arg_type...
2018-11-23 kennytmRollup merge of #55869 - SimonSapin:iterate, r=alexcrichton
2018-11-23 kennytmRollup merge of #55838 - dralley:fix-cfg-step, r=Kimundi
2018-11-23 kennytmRollup merge of #55767 - tromey:disable-some-pretty...
2018-11-23 borsAuto merge of #55808 - estebank:type-arguments, r=petro...
2018-11-23 borsAuto merge of #54071 - eddyb:alignsssss, r=oli-obk
2018-11-22 borsAuto merge of #56143 - nikomatsakis:issue-56128-segment...
2018-11-22 borsAuto merge of #53586 - eddyb:top-lock, r=alexcrichton
2018-11-22 Adrian Heine né... std::str Adapt documentation to reality
2018-11-22 borsAuto merge of #56136 - matthiaskrgr:clippy, r=oli-obk
2018-11-22 borsAuto merge of #56155 - GuillaumeGomez:rollup, r=Guillau...
2018-11-22 Guillaume GomezRollup merge of #56126 - Turbo87:bench-parse, r=alexcri...
2018-11-22 Guillaume GomezRollup merge of #56106 - bjorn3:patch-1, r=alexcrichton
2018-11-22 Guillaume GomezRollup merge of #56078 - ehuss:fix-panic-opt-msg, r...
2018-11-22 Guillaume GomezRollup merge of #56067 - jethrogb:jb/sgx-target-spec...
2018-11-22 Guillaume GomezRollup merge of #56063 - 0xrgb:patch-1, r=joshtriplett
2018-11-22 Guillaume GomezRollup merge of #56002 - Axary:master, r=estebank
2018-11-22 Guillaume GomezRollup merge of #55980 - csmoe:issue-55891, r=estebank
2018-11-22 Guillaume GomezRollup merge of #55961 - tromey:Bug-55944-vecdeque...
2018-11-22 Guillaume GomezRollup merge of #55784 - meltinglava:master, r=KodrAus
2018-11-22 Guillaume GomezRollup merge of #55485 - petertodd:2018-10-manuallydrop...
2018-11-22 Guillaume GomezRollup merge of #55367 - GuillaumeGomez:private-item...
2018-11-22 borsAuto merge of #53918 - Havvy:doc-sort-by, r=GuillaumeGomez
2018-11-21 borsAuto merge of #56065 - oli-obk:min_const_fn_loop_ice...
2018-11-21 borsAuto merge of #56134 - oli-obk:clippy_documentation...
2018-11-21 borsAuto merge of #56118 - steveklabnik:update-books, r...
2018-11-21 Steve Klabnikupdate various stdlib docs
2018-11-21 Tobias Bieniekcore/benches/num: Add `from_str/from_str_radix()` bench...
2018-11-21 Steve Klabnikfix more links
2018-11-20 borsAuto merge of #55720 - RalfJung:const-eval-raw, r=oli-obk
2018-11-20 Simon SapinCapitalize
2018-11-20 Simon SapinAdd tracking issue for unfold and successors
2018-11-20 Simon SapinAdd std::iter::successors
2018-11-20 Simon Sapin`Copy` is best avoided on iterators
2018-11-20 Simon SapinUnfold<St, F>: Debug without F: Debug
2018-11-20 Simon SapinAdd std::iter::unfold
2018-11-20 borsAuto merge of #55663 - varkor:must_use-traits, r=estebank
2018-11-20 Corey FarwellIncorporate `dyn` into more comments and docs.
2018-11-20 borsAuto merge of #55678 - Aaronepower:master, r=Mark-Simul...
2018-11-20 borsAuto merge of #56081 - alexcrichton:update-manifest...
2018-11-20 borsAuto merge of #55983 - oli-obk:static_, r=Mark-Simulacrum
2018-11-20 borsAuto merge of #56049 - newpavlov:revert_51601, r=sfackler
2018-11-19 borsAuto merge of #55971 - SergioBenitez:skip-non-semantic...
2018-11-19 borsAuto merge of #56060 - nrc:save-path-fallback, r=zackmdavis
2018-11-19 borsAuto merge of #56051 - pietroalbini:rollup, r=pietroalbini
2018-11-19 kennytmRollup merge of #56059 - alexcrichton:fix-tests, r...
2018-11-19 Pietro AlbiniRollup merge of #56043 - nikomatsakis:issue-55756-via...
2018-11-19 Pietro AlbiniRollup merge of #56027 - Xanewok:docs-backtick, r=Quiet...
2018-11-19 Pietro AlbiniRollup merge of #56016 - scottmcm:vecdeque-resize-with...
2018-11-19 Pietro AlbiniRollup merge of #56012 - RalfJung:unsafe-cell, r=nikoma...
2018-11-19 Pietro AlbiniRollup merge of #56011 - CBenoit:master, r=QuietMisdreavus
next