]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-06-03 Mark SimulacrumRollup merge of #51312 - frewsxcv:clarify-hash-map...
2018-06-03 Mark SimulacrumRollup merge of #51306 - kennytm:impl-default-for-mut...
2018-06-03 Mark SimulacrumRollup merge of #51297 - GuillaumeGomez:fix-run-but...
2018-06-03 Mark SimulacrumRollup merge of #51226 - gnzlbg:nonzero_align, r=SimonSapin
2018-06-03 Mark SimulacrumRollup merge of #51143 - Mark-Simulacrum:issue-50826...
2018-06-03 Corey FarwellCopy changes from HashMap over to BTreeMap.
2018-06-02 Corey FarwellAdd a couple lines describing differences between into_...
2018-06-02 borsAuto merge of #51310 - Mark-Simulacrum:rollup, r=Mark...
2018-06-02 PhlosioneerFixed typo
2018-06-02 PhlosioneerClarify the difference between get_mut and into_mut...
2018-06-02 Mark SimulacrumRollup merge of #51302 - Mark-Simulacrum:rustdoc-fast...
2018-06-02 Mark SimulacrumRollup merge of #51291 - evincarofautumn:master, r...
2018-06-02 Mark SimulacrumRollup merge of #51147 - tmccombs:sliceindex, r=SimonSapin
2018-06-02 Mark SimulacrumRollup merge of #51124 - frewsxcv:frewsxcv-replace...
2018-06-02 Mark SimulacrumRollup merge of #50919 - frewsxcv:frewsxcv-epsilon...
2018-06-02 Mark SimulacrumRollup merge of #50167 - fintelia:duration-nanos, r...
2018-06-02 kennytmimpl Default for &mut str
2018-06-02 Mark SimulacrumRustdoc itself no longer requires proc macros to build
2018-06-02 borsAuto merge of #51063 - mixi:musl-bootstrap, r=alexcrichton
2018-06-02 gnzlbgadd missing inline's and optimizations
2018-06-02 gnzlbgremove debug_assert in padding_needed_for
2018-06-02 Mark SimulacrumSpecify that packed types must derive, not implement...
2018-06-02 borsAuto merge of #51274 - nikomatsakis:issue-46557-promote...
2018-06-02 Guillaume GomezFix run button style
2018-06-02 borsAuto merge of #51015 - nikomatsakis:issue-50672-remove...
2018-06-02 borsAuto merge of #50554 - clarcharr:from_bool, r=TimNN
2018-06-02 Jon PurdyFix typos of 'ambiguous'
2018-06-02 Corey FarwellReword {ptr,mem}::replace docs.
2018-06-02 borsAuto merge of #51270 - nicokoch:issue-51266, r=TimNN
2018-06-02 borsAuto merge of #51287 - Mark-Simulacrum:rollup, r=Mark...
2018-06-01 Mark SimulacrumRollup merge of #51286 - Mark-Simulacrum:1.26.2-release...
2018-06-01 Mark SimulacrumRollup merge of #51272 - steveklabnik:remove_feature_fl...
2018-06-01 Mark SimulacrumRollup merge of #51262 - GuillaumeGomez:add-missing...
2018-06-01 Mark SimulacrumRollup merge of #51152 - crlf0710:patch-1, r=kennytm
2018-06-01 Mark SimulacrumRollup merge of #51135 - estebank:sugg-7575, r=oli-obk
2018-06-01 Mark SimulacrumPull in release notes from stable
2018-06-01 borsAuto merge of #50108 - Zoxc:sync-gcx, r=mw
2018-06-01 Clar CharrAdd @ithinuel's tests from #50597
2018-06-01 Clar CharrFix ambiguity in Result test
2018-06-01 Clar CharrAdd From<bool> for int types
2018-06-01 borsAuto merge of #51163 - Amanieu:hashmap_layout, r=SimonSapin
2018-06-01 Amanieu d'AntrasSimplify HashMap layout calculation by using Layout
2018-06-01 borsAuto merge of #50340 - Emerentius:master, r=alexcrichton
2018-06-01 Emerentiusincorporate changes from code review
2018-06-01 Emerentiuscompacts join code
2018-06-01 Emerentiusadd more join tests
2018-06-01 Emerentiusoptimize joining and concatenation for slices
2018-06-01 Niko Matsakisrework to report errors from crates in a consistent...
2018-06-01 Niko Matsakismerge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATES
2018-06-01 Niko Matsakisextend `unused_extern_crates` lint with a suggestion...
2018-06-01 Niko Matsakisalso check `let` arms and nested patterns for mutable...
2018-06-01 borsAuto merge of #51264 - glandium:oom, r=alexcrichton
2018-06-01 John Kåre AlsakerAdd Sync impl for Slice
2018-06-01 John Kåre AlsakerUpdate Cargo.lock
2018-06-01 John Kåre AlsakerAssert that GlobalCtxt is Sync
2018-06-01 John Kåre AlsakerHave worker-local GlobalArenas
2018-06-01 John Kåre AlsakerAdd a WorkerLocal abstraction
2018-06-01 John Kåre AlsakerUpdate recursion limits
2018-06-01 John Kåre AlsakerEnsure ImplicitCtxt is Sync
2018-06-01 John Kåre AlsakerFix optimization_fuel
2018-06-01 John Kåre AlsakerFix OneThread
2018-06-01 steveklabnikRemove feature flag from fs::read_to_string example
2018-06-01 borsAuto merge of #51181 - mbrubeck:prelude, r=petrochenkov
2018-06-01 borsAuto merge of #51060 - michaelwoerister:thread-safe...
2018-06-01 Michael WoeristerRemove outdated AllocId decoding function.
2018-06-01 Michael WoeristerMake metadata decoding use AllocDecodingState/Session.
2018-06-01 Michael WoeristerMake const decoding from the incremental cache thread...
2018-06-01 Michael WoeristerAdd TinyList data structure.
2018-06-01 Nicolas Kochfs: copy: Add EPERM to fallback error conditions
2018-06-01 borsAuto merge of #51225 - oli-obk:miri_oob_ptr, r=eddyb
2018-06-01 Thayne McCombsStabilize SliceIndex trait.
2018-06-01 borsAuto merge of #51171 - faern:const-bswap-ctpop-cttz...
2018-06-01 CrLF0710Replace `if` with `if and only if` in the definition...
2018-06-01 borsAuto merge of #50836 - jsgf:arc-downcast, r=SimonSapin
2018-05-31 Mike HommeyMake the OOM hook return `()` rather than `!`
2018-05-31 Guillaume GomezAdd missing whitespace in num example
2018-05-31 borsAuto merge of #51096 - matthewjasper:reverse-normalizat...
2018-05-31 borsAuto merge of #51257 - GuillaumeGomez:rollup, r=Guillau...
2018-05-31 Jeremy FitzhardingeFix up Any doc examples
2018-05-31 Jeremy FitzhardingeUpdate `Arc` and `Rc` to use `NonNull::cast` to cast...
2018-05-31 Jeremy FitzhardingeImplement `downcast` for `Arc<Any + Send + Sync>`
2018-05-31 Jeremy FitzhardingeAdd implementations for Any + Send + Sync
2018-05-31 Guillaume GomezRollup merge of #51240 - nnethercote:parse-2, r=nikomat...
2018-05-31 Guillaume GomezRollup merge of #51227 - uuttff8:master, r=dtolnay
2018-05-31 Guillaume GomezRollup merge of #51213 - nicokoch:copy_permissions...
2018-05-31 Guillaume GomezRollup merge of #51193 - GuillaumeGomez:fixes-style...
2018-05-31 Guillaume GomezRollup merge of #51146 - dlrobertson:fix_51102, r=estebank
2018-05-31 Guillaume GomezRollup merge of #51123 - akoserwal:master, r=Mark-Simul...
2018-05-31 Guillaume GomezRollup merge of #49546 - GuillaumeGomez:stabilize-short...
2018-05-31 Matthew JasperRegister outlives predicates from queries the right...
2018-05-31 Abhishek koserwalUpdate build instructions
2018-05-31 Guillaume GomezMake short-error format GNU compatible
2018-05-31 Guillaume GomezStabilize short error format
2018-05-31 borsAuto merge of #51050 - symphorien:fstatat, r=kennytm
2018-05-31 Linus FärnstrandRename num -> bits and num -> out_val
2018-05-31 Linus FärnstrandRename bytes -> bits
2018-05-31 Guillaume Girollibstd/sys/unix/fs.rs: fix compilation on fuchsia
2018-05-31 Linus FärnstrandRewrite numeric_intrinsic without macro
2018-05-31 Linus FärnstrandAdd test for intrinsics::bswap
2018-05-31 Linus FärnstrandMake ctpop, cttz, ctlz and bswap const fns
next