about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-11-01Add CoerceSized impls throughout libstdMichael Hewson-3/+18
2018-11-01Add CoerceSized trait and lang itemMichael Hewson-1/+35
2018-11-01Rollup merge of #55578 - regexident:fix/self, r=frewsxcvkennytm-2/+2
2018-11-01Made doc example of `impl Default for …` use `-> Self` instead of explicit ...Vincent Esche-2/+2
2018-10-31Bump nightly to 1.32.0Alex Crichton-22/+11
2018-10-30Add link to std::mem::size_of to size_of intrinsic documentationFlorian Hartwig-0/+4
2018-10-29Rollup merge of #55426 - fitzgen:nonnull-inline, r=SimonSapinPietro Albini-0/+14
2018-10-28Rollup merge of #55421 - CAD97:patch-1, r=kennytmkennytm-0/+20
2018-10-28Rollup merge of #55389 - meven:master, r=shepmasterkennytm-1/+1
2018-10-28Rollup merge of #55252 - SimonSapin:maybeuninit-new, r=blusskennytm-0/+10
2018-10-28Add ManuallyDrop::takeChristopher Durham-0/+20
2018-10-28Make a bunch of trivial methods of NonNull be `#[inline]`Nick Fitzgerald-0/+14
2018-10-27Make the Atomic types repr(C) to ensure newtypeSimonas Kazlauskas-5/+5
2018-10-27Correct alignment of atomic types and (re)add Atomic{I,U}128Oliver Middleton-0/+56
2018-10-26Slight copy-editing for `std::cell::Cell` docsGeoffry Song-4/+5
2018-10-26Remove unnecessary mut in iterator.find_map documentation example, Relates to...Méven Car-1/+1
2018-10-25Rollup merge of #55269 - matthiaskrgr:typos_oct, r=zackmdavisPietro Albini-4/+4
2018-10-25Rollup merge of #55251 - NieDzejkob:master, r=TimNNPietro Albini-1/+1
2018-10-25Rollup merge of #53507 - phungleson:fix-impl-from-for-waker, r=cramertjPietro Albini-0/+5
2018-10-24Update comment based on suggestion.Son-2/+3
2018-10-23fix typos in various placesMatthias Krüger-4/+4
2018-10-21Add MaybeUninit::newSimon Sapin-0/+10
2018-10-21Fix a typo in the documentation of RangeInclusiveJakub Kądziołka-1/+1
2018-10-19Stabilize impl_header_lifetime_elision in 2015Scott McMurray-2/+2
2018-10-19Rollup merge of #55178 - sdroege:stabilize-chunks-exact, r=alexcrichtonkennytm-63/+49
2018-10-18Auto merge of #54979 - estebank:path-unsized, r=nikomatsakisbors-0/+1
2018-10-18Stabilize slice::rchunks(), rchunks_mut(), rchunks_exact(), rchunk_exact_mut()Sebastian Dröge-41/+32
2018-10-18Stabilize slice::chunks_exact() and slice::chunks_exact_mut()Sebastian Dröge-22/+17
2018-10-18Auto merge of #54580 - sdroege:rchunks, r=SimonSapinbors-33/+940
2018-10-18Add slice::rchunks(), rchunks_mut(), rchunks_exact() and rchunks_exact_mut()Sebastian Dröge-33/+940
2018-10-17Auto merge of #54946 - estebank:iterator, r=varkorbors-1/+62
2018-10-17Seems like we don't have to refer the file anymore.Son-4/+1
2018-10-17Add doc for impl From for WakerSon-0/+7
2018-10-15Rollup merge of #55060 - jannic:patch-1, r=joshtriplettManish Goregaokar-6/+6
2018-10-15Rollup merge of #55047 - tshepang:simple, r=alexcrichtonManish Goregaokar-3/+2
2018-10-14remove unnecessary emphasis in doc commentJan Niehusmann-2/+2
2018-10-14clarify pointer add/sub function safety concernsJan Niehusmann-4/+4
2018-10-14Unused result warning: "X which must" ↦ "X that must"varkor-1/+1
2018-10-13Use read_unaligned instead of read in transmute_copyArtyom Pavlov-1/+1
2018-10-13doc: make core::fmt::Error example more simpleTshepang Lekhonkhobe-3/+2
2018-10-12Auto merge of #54534 - nagisa:align-offset-simplification, r=alexcrichtonbors-26/+13
2018-10-11Reword Range*/[Range*]: Iterator E0277 messagesEsteban Küber-6/+22
2018-10-11review commentsEsteban Küber-4/+28
2018-10-10Custom E0277 diagnostic for `Path`Esteban Küber-0/+1
2018-10-10Rollup merge of #54904 - Kerollmops:stabilize-option-replace, r=CentrilManish Goregaokar-4/+1
2018-10-10Auto merge of #54732 - cramertj:waker, r=aturonbors-32/+33
2018-10-09fix tidyEsteban Küber-2/+4
2018-10-09Reword `rustc_on_unimplemented` errors for `Iterator`Esteban Küber-1/+20
2018-10-08Bump the `Option::replace` stabilize version to 1.31.0Clément Renault-1/+1
2018-10-08Stabilize the `Option::replace` methodClément Renault-4/+1