summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2017-10-18impl FromIterator<()> for ()Josh Stone-0/+32
2017-10-17Rollup merge of #45097 - nivkner:fixme_fixup2, r=estebankkennytm-5/+0
2017-10-17Auto merge of #45179 - cuviper:result-intoiter-clone, r=BurntSushibors-1/+1
2017-10-16rustc_data_structures: Add implementation of 128 bit SipHash.Michael Woerister-0/+1
2017-10-13Clarify how needs_drop is conservativeAlexis Beingessner-3/+5
2017-10-12Auto merge of #45233 - kennytm:rollup, r=kennytmbors-12/+1
2017-10-13Rollup merge of #45005 - leodasvacas:inline-eq-slice-into-eq, r=jseyfriedkennytm-12/+1
2017-10-12Auto merge of #45007 - undecidabot:optimize-iter, r=blussbors-72/+114
2017-10-11Explain the `_oibit_remover` fieldOliver Schneider-0/+7
2017-10-11Prevent fmt::Arguments from being shared across threadsOliver Schneider-0/+1
2017-10-10Restore `T: Sized` on `ptr::is_null`Josh Stone-55/+15
2017-10-10core: derive Clone for result::IntoIterJosh Stone-1/+1
2017-10-10Rollup merge of #45095 - bluss:discriminant-send-sync, r=alexcrichtonkennytm-1/+17
2017-10-08Rollup merge of #45081 - tamird:fmt-cleanup, r=alexcrichtonkennytm-7/+6
2017-10-08Rollup merge of #45053 - GuillaumeGomez:atomicbool-doc, r=QuietMisdreavuskennytm-5/+12
2017-10-08Rollup merge of #45042 - brennie:brennie/fmt-trait-summaries, r=steveklabnikkennytm-8/+8
2017-10-08core: Ensure std::mem::Discriminant is Send + SyncUlrik Sverdrup-1/+17
2017-10-08address more FIXME whose associated issues were marked as closedNiv Kaminer-5/+0
2017-10-07fmt: remove misleading comment fragmentTamir Duberstein-1/+1
2017-10-07fmt: DRYTamir Duberstein-5/+5
2017-10-07fmt: remove unnecessary lint suppressionTamir Duberstein-1/+0
2017-10-05Add missing links for AtomicBoolGuillaume Gomez-5/+12
2017-10-05Auto merge of #44943 - nivkner:fixme_fixup, r=dtolnaybors-80/+10
2017-10-04Update trait summaries for std::fmtBarret Rennie-8/+8
2017-10-04seperate and move miscellaneous benchmarks to librustcNiv Kaminer-69/+0
2017-10-04Optimize comparison functions of IteratorMatt-72/+114
2017-10-02Inline eq_slice into str::eqleonardo.yvens-12/+1
2017-10-02update books for next releasesteveklabnik-3/+3
2017-10-01Auto merge of #44897 - Havvy:doc-size_of, r=steveklabnikbors-0/+78
2017-09-30Use unsized coercions for null ptr testsJosh Stone-25/+41
2017-09-30Merge remote-tracking branch 'upstream/master'Nikolai Vazquez-152/+954
2017-09-30Auto merge of #44936 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-14/+93
2017-09-30address some `FIXME`s whose associated issues were marked as closedNiv Kaminer-11/+10
2017-09-29Rollup merge of #44900 - Havvy:normalize-lang-attribute-spacing, r=sfacklerMark Simulacrum-3/+3
2017-09-29Rollup merge of #44854 - lucasem:atomic-docs, r=steveklabnikMark Simulacrum-1/+25
2017-09-29Rollup merge of #44840 - steveklabnik:fix-wording, r=BurntSushiMark Simulacrum-1/+1
2017-09-29Rollup merge of #44836 - GuillaumeGomez:fmt-missing-links, r=QuietMisdreavusMark Simulacrum-4/+8
2017-09-29Rollup merge of #44824 - dtolnay:22really21, r=alexcrichtonMark Simulacrum-5/+5
2017-09-29Rollup merge of #44287 - Eh2406:master, r=aturonMark Simulacrum-0/+51
2017-09-29Auto merge of #44174 - jimmycuadra:try-from-infallible, r=sfacklerbors-48/+63
2017-09-29Fix more TryFrom impls for integers.Jimmy Cuadra-4/+4
2017-09-29Simplify implementation of From<Infallible> for TryFromIntError.Jimmy Cuadra-2/+3
2017-09-29Document that there are many possible null pointersJosh Stone-0/+10
2017-09-29Avoid the UB of a null reference to a sliceJosh Stone-10/+24
2017-09-29Auto merge of #42526 - huntiep:try_opt, r=nikomatsakisbors-1/+84
2017-09-29Remove `T: Sized` on `ptr::is_null()`, `as_ref()`, `as_mut()`Josh Stone-9/+66
2017-09-29Pass formatter in TryFromSliceError Display implNikolai Vazquez-1/+1
2017-09-29Make TryFromSliceError::__description unstableNikolai Vazquez-0/+4
2017-09-29Implement Error trait for TryFromSliceErrorNikolai Vazquez-0/+15
2017-09-29Auto merge of #44856 - cuviper:more-fold, r=dtolnaybors-33/+471