about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-12-12Documentation for impl From for AtomicBool and other Atomic typesSon-2/+15
2018-12-11Make `const unsafe fn` bodies `unsafe`Oliver Scherer-2/+2
2018-12-10Update Cargo submodule and its dependenciesAlex Crichton-2/+0
2018-12-10Add #[must_use] attribute to stdlib traitsFelix Chapman-0/+5
2018-12-09Auto merge of #56630 - sinkuu:core_iter, r=kennytmbors-22/+39
2018-12-09Don't call size_hint of underlying iterator needlesslyShotaro Yamada-2/+10
2018-12-09Resolve FIXME and cleanupShotaro Yamada-20/+8
2018-12-09Override Cycle::try_foldShotaro Yamada-0/+21
2018-12-08Rollup merge of #56602 - dwijnand:fix-ptr-hash-docs, r=CentrilMazdak Farrokhzad-2/+5
2018-12-08Rollup merge of #56599 - dlrobertson:fix_va_arg, r=eddybMazdak Farrokhzad-0/+2
2018-12-08Auto merge of #56578 - alexreg:cosmetic-1, r=alexregbors-109/+110
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-109/+110
2018-12-07codegen: Fix va_list - aaarch64 iOS/WindowsDan Robertson-0/+2
2018-12-07use top level `fs` functions where appropriateAndy Russell-4/+3
2018-12-07grammarDale Wijnand-1/+1
2018-12-07Fix the just-introduced ptr::hash docsDale Wijnand-2/+5
2018-12-07Unique/NonNull::from: make sure we convert to raw pointers ASAPRalf Jung-4/+4
2018-12-07Rollup merge of #56574 - cbarrick:master, r=varkorkennytm-2/+1
2018-12-07Rollup merge of #56250 - dwijnand:ptr-hash, r=alexcrichtonkennytm-0/+30
2018-12-06Fix a stutter in the docs for slice::exact_chunksChris Barrick-2/+1
2018-12-06Auto merge of #56557 - pietroalbini:rollup, r=pietroalbinibors-7/+7
2018-12-06Auto merge of #55635 - oli-obk:min_const_unsafe_fn, r=nikomatsakisbors-14/+23
2018-12-06Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavisPietro Albini-7/+7
2018-12-05Rollup merge of #56538 - xfix:patch-13, r=blussPietro Albini-1/+20
2018-12-05Rollup merge of #56424 - mark-i-m:explain-raw, r=CentrilPietro Albini-0/+4
2018-12-05Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNNPietro Albini-4/+3
2018-12-05Avoid calling clone in DoubleEndedIterator implementation of CopiedKonrad Borowski-2/+2
2018-12-05Add a test for cloned side effectsKonrad Borowski-0/+17
2018-12-05Use inner iterator may_have_side_effect for ClonedKonrad Borowski-1/+3
2018-12-05Copy may_have_side_effect from I for Copied<I>Konrad Borowski-1/+3
2018-12-05Use copied method instead of cloned in Copied::next_back()Konrad Borowski-1/+1
2018-12-05Add tests for Iterator::copied()Konrad Borowski-0/+18
2018-12-05Add tests for Option::copied()Konrad Borowski-0/+22
2018-12-05Add unstable Iterator::copied()Konrad Borowski-1/+128
2018-12-05Add unstable Option::copied()Konrad Borowski-0/+42
2018-12-04Utilize `?` instead of `return None`.Corey Farwell-4/+3
2018-12-04cleanup: remove static lifetimes from constsljedrz-7/+7
2018-12-04Increase code-reuse and -readabilityOliver Scherer-1/+1
2018-12-04Add tests for stable unsafe features in const fnOliver Scherer-1/+0
2018-12-04Also make immutable references to non-freeze restricted value range types unsafeOliver Scherer-5/+6
2018-12-04Make sure the initialization of constrained int range newtypes is unsafeOliver Scherer-10/+19
2018-12-04Fix ptr::hash, just hash the raw pointerDale Wijnand-1/+1
2018-12-04Make ptr::hash take a raw painter like ptr::eqDale Wijnand-1/+1
2018-12-03link to raw identifiersMark Mansi-1/+3
2018-12-03Explain raw identifer syntaxMark Mansi-0/+2
2018-12-03Rollup merge of #56419 - mark-i-m:remove-try, r=Centrilkennytm-5/+5
2018-12-02Auto merge of #56275 - RalfJung:win-mutex, r=SimonSapinbors-0/+6
2018-12-02let FIXME refer to tracking issueRalf Jung-2/+2
2018-12-01remove some uses of try!Mark Mansi-5/+5
2018-12-01Auto merge of #56165 - RalfJung:drop-glue-type, r=eddyb,nikomatsakisbors-2/+12