]> git.lizzy.rs Git - rust.git/history - library
don't lazily evaulate some trivial values for Option::None replacements (clippy:...
[rust.git] / library /
2020-09-15 borsAuto merge of #75148 - joechrisellis:master, r=Amanieu
2020-09-15 borsAuto merge of #76708 - Mark-Simulacrum:lld-macos, r...
2020-09-15 borsAuto merge of #76311 - lzutao:split_core-slice, r=lcnr
2020-09-15 borsAuto merge of #76171 - estebank:turbofish-the-revenge...
2020-09-15 borsAuto merge of #76684 - jyn514:refactor-intra-links...
2020-09-15 borsAuto merge of #76682 - richkadel:vec-take, r=Mark-Simul...
2020-09-15 borsAuto merge of #74532 - fusion-engineering-forks:atomic...
2020-09-15 borsAuto merge of #76612 - estebank:pat-missing-fields...
2020-09-14 borsAuto merge of #76541 - matthiaskrgr:unstable_sort,...
2020-09-14 borsAuto merge of #75608 - estebank:suggest-boxed-match...
2020-09-14 borsAuto merge of #76278 - jethrogb:jb/sgx-rwlock-init...
2020-09-14 borsAuto merge of #75740 - GuillaumeGomez:stabilize-doc...
2020-09-14 Lzu TaoRemoved outdated comments
2020-09-14 Lzu TaoMove ascii to new module
2020-09-14 Lzu Taomove indexing impl to new mod
2020-09-14 Lzu TaoMove free functions to a new module
2020-09-14 Lzu TaoMove iterator impls to a new module
2020-09-14 Joe EllisFix peer credentials for Android
2020-09-14 Joe EllisConditionally compile peer credentials feature for...
2020-09-14 Joe EllisAdd documentation to public fields of UCred struct
2020-09-14 Joe EllisMove Unix peer credentials tests to their own file
2020-09-14 Joe EllisAdd pid as an option to UCred struct
2020-09-14 Joe EllisUse `u32::MAX` instead of `u32::max_value`
2020-09-14 Joe EllisAdd basic test for Unix peer credentials
2020-09-14 Joe EllisRemove use of `MaybeUninit` in `ucred.rs`
2020-09-14 Joe EllisImplementation of peer credentials for Unix sockets
2020-09-14 Guillaume GomezStabilize doc_alias feature
2020-09-14 borsAuto merge of #76571 - lzutao:rustdoc-private-traits...
2020-09-14 borsAuto merge of #76549 - ehuss:lints-comments, r=wesleywiser
2020-09-14 borsAuto merge of #76195 - lcnr:const-Self, r=varkor
2020-09-14 borsAuto merge of #76123 - tmiasko:inline-args-storage...
2020-09-14 borsAuto merge of #76656 - jonas-schievink:fewer-unstable...
2020-09-13 borsAuto merge of #76678 - jonas-schievink:rollup-vzl9yhx...
2020-09-13 Rich KadelOptimize behavior of vec.split_off(0) (take all)
2020-09-13 Jonas SchievinkRollup merge of #76677 - RalfJung:stable-pointers,...
2020-09-13 Jonas SchievinkRollup merge of #76668 - pickfire:patch-9, r=jonas...
2020-09-13 Jonas SchievinkRollup merge of #76667 - matklad:patch-llvm, r=Mark...
2020-09-13 Jonas SchievinkRollup merge of #76665 - RalfJung:slice-from-raw, r...
2020-09-13 Jonas SchievinkRollup merge of #76663 - pickfire:patch-7, r=jonas...
2020-09-13 Jonas SchievinkRollup merge of #76651 - nicholasbishop:bishop-remove...
2020-09-13 Jonas SchievinkRollup merge of #76646 - CDirkx:mailmap, r=Mark-Simulacrum
2020-09-13 Jonas SchievinkRollup merge of #76640 - fusion-engineering-forks:synco...
2020-09-13 Jonas SchievinkRollup merge of #76629 - pickfire:patch-4, r=jonas...
2020-09-13 Jonas SchievinkRollup merge of #76527 - fusion-engineering-forks:clean...
2020-09-13 Jonas SchievinkRollup merge of #76441 - jyn514:parallel, r=jonas-schievink
2020-09-13 Ralf Jungnote that test_stable_pointers does not reflect a stabl...
2020-09-13 Mara BosSupress unused_macros error on architectures with no...
2020-09-13 borsAuto merge of #76244 - vandenheuvel:remove__paramenv__d...
2020-09-13 borsAuto merge of #76623 - slightlyoutofphase:master, r...
2020-09-13 Mara BosFix AtomicPtr::from_mut align check: Avoid generic...
2020-09-13 Mara BosAdd Atomic*::from_mut.
2020-09-13 Ralf Jungslice::from_raw_parts: explicitly mention that data...
2020-09-13 Ivan ThamSimplify iter chain struct doc
2020-09-13 borsAuto merge of #76598 - ad-anssi:diagnostic_errors_fix...
2020-09-13 borsAuto merge of #76588 - guswynn:debug_logging, r=jyn514...
2020-09-13 borsAuto merge of #76585 - Aaron1011:ignore-vert-plus,...
2020-09-13 borsAuto merge of #76349 - Mark-Simulacrum:dl-llvm, r=alexc...
2020-09-13 borsAuto merge of #76306 - tmiasko:nrvo-debuginfo, r=ecstat...
2020-09-12 borsAuto merge of #73461 - calebzulawski:validate-attribute...
2020-09-12 Nicholas BishopRemove Windows details from Unix and VmWorks symlink...
2020-09-12 borsAuto merge of #76538 - fusion-engineering-forks:check...
2020-09-12 borsAuto merge of #76639 - Mark-Simulacrum:ci-hosts, r...
2020-09-12 Mara BosMark Once::new as #[inline].
2020-09-12 borsAuto merge of #76632 - andjo403:updateDep, r=Mark-Simul...
2020-09-12 borsAuto merge of #76561 - Thomasdezeeuw:iov-constant-limit...
2020-09-12 Mara BosSimplify SyncOnceCell's `take` and `drop`.
2020-09-12 borsAuto merge of #76637 - RalfJung:rollup-eaykf93, r=RalfJung
2020-09-12 Ralf JungRollup merge of #76615 - GuillaumeGomez:missing-example...
2020-09-12 Ralf JungRollup merge of #76599 - hameerabbasi:const-generics...
2020-09-12 Ralf JungRollup merge of #76583 - CDirkx:os-doc, r=jonas-schievink
2020-09-12 Ralf JungRollup merge of #76530 - carbotaniuman:fix-rc, r=RalfJung
2020-09-12 Ralf JungRollup merge of #76484 - fusion-engineering-forks:maybe...
2020-09-12 Ralf JungRollup merge of #76297 - lcnr:const-ty-alias, r=varkor
2020-09-12 Ralf JungRollup merge of #76114 - marmeladema:duration-saturatin...
2020-09-12 borsAuto merge of #76222 - guswynn:const_diag, r=estebank
2020-09-12 borsAuto merge of #75756 - jyn514:diagnostic-suggestions...
2020-09-12 Ivan ThamSimplify iter zip struct doc
2020-09-12 borsAuto merge of #75021 - cuviper:array_chunks_mut, r...
2020-09-12 borsAuto merge of #74328 - yoshuawuyts:stabilize-future...
2020-09-11 borsAuto merge of #73951 - pickfire:liballoc-intoiter,...
2020-09-11 borsAuto merge of #73761 - rijenkii:master, r=KodrAus
2020-09-11 Guillaume GomezAdd missing examples on binary core traits
2020-09-11 borsAuto merge of #76499 - guswynn:priv_des, r=petrochenkov
2020-09-11 borsAuto merge of #76415 - Mark-Simulacrum:bootstrap-cross...
2020-09-11 Thomas de ZeeuwIgnore unnecessary unsafe warnings
2020-09-11 rijenkiiAdd `peek` and `peek_from` to `UnixStream` and `UnixDat...
2020-09-11 carbotaniumanAddress review comments
2020-09-11 Mara BosAllow unstable From impl for [Raw]Waker.
2020-09-11 Mara BosMark Error impl for LayoutErr as stable.
2020-09-11 Mara BosMark RefUnwindSafe impls for stable atomic types as...
2020-09-11 borsAuto merge of #76573 - Mark-Simulacrum:bootstrap-with...
2020-09-11 borsAuto merge of #75611 - JulianKnodt:cg_enum_err, r=lcnr
2020-09-11 borsAuto merge of #76381 - petrochenkov:nomingwcomp, r...
2020-09-11 borsAuto merge of #75800 - Aaron1011:feature/full-nt-tokens...
2020-09-11 Christiaan DirkxUpdate `std::os` module documentation.
2020-09-10 borsAuto merge of #74437 - ssomers:btree_no_root_in_noderef...
2020-09-10 borsAuto merge of #76574 - flip1995:clippyup, r=Manishearth
2020-09-10 borsAuto merge of #76582 - tmandry:rollup-lwwc93b, r=tmandry
2020-09-10 Tyler MandryRollup merge of #76568 - GuillaumeGomez:add-missing...
2020-09-10 Tyler MandryRollup merge of #76555 - alilleybrinker:reword_trivial_...
next