summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2018-12-01Rollup merge of #55011 - vi:panic_immediate_abort, r=alexcrichtonkennytm-3/+25
2018-12-01Rollup merge of #56355 - Zoxc:inline-things, r=michaelwoeristerkennytm-0/+1
2018-12-01Rollup merge of #56216 - SimonSapin:array-tryfrom-slice, r=withoutboatskennytm-0/+87
2018-11-30Remove unused feature gate from `libcore`Oliver Scherer-1/+0
2018-11-30Remove a bunch of now-unnecessary `const_let` feature gatesOliver Scherer-1/+1
2018-11-30Fix exceeding line width limitVitaly _Vi Shukela-1/+2
2018-11-30panic_immediate_abort: Fix issues from reviewVitaly _Vi Shukela-7/+6
2018-11-30Add libstd and libcore Cargo features "panic_immediate_abort"Vitaly _Vi Shukela-3/+25
2018-11-29Add inline attributes and add unit to CommonTypesJohn Kåre Alsaker-0/+1
2018-11-29Auto merge of #49878 - dlrobertson:va_list_pt0, r=eddybbors-0/+185
2018-11-29Rollup merge of #56273 - GuillaumeGomez:iterator-fnmut-missing-link, r=stevek...Guillaume Gomez-1/+2
2018-11-29Rollup merge of #56236 - frewsxcv:frewsxcv-unsafe-unsafe, r=cramertjGuillaume Gomez-5/+2
2018-11-29Rollup merge of #56023 - vorner:doc/atomic-ordering-strip, r=@stjepangGuillaume Gomez-7/+9
2018-11-28put the MaybeUninit inside the UnsafeCellRalf Jung-3/+0
2018-11-27Move feature enable in ptr::hash doc exampleDale Wijnand-1/+1
2018-11-27Try to fix ptr::hash's doc exampleDale Wijnand-2/+3
2018-11-27remove uses of feature gateMark Mansi-1/+0
2018-11-27Fix issue numberDale Wijnand-1/+1
2018-11-27Add an assert_eq in ptr::hash's doc exampleDale Wijnand-1/+7
2018-11-27Pick a better variable name for ptr::hashDale Wijnand-2/+2
2018-11-27Fix stability attribute for ptr::hashDale Wijnand-1/+1
2018-11-27add comments explaining our uses of get_ref/get_mut for MaybeUninitRalf Jung-0/+9
2018-11-27Add missing doc linkGuillaume Gomez-1/+2
2018-11-26libcore: Add va_list lang item and intrinsicsDan Robertson-0/+185
2018-11-26Auto merge of #54668 - RalfJung:use-maybe-uninit, r=SimonSapinbors-52/+53
2018-11-26Fix ptr::hex doc exampleDale Wijnand-1/+1
2018-11-26FIXME is the new TODODale Wijnand-1/+1