summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-04-21Revert "Stabilize the TryFrom and TryInto traits"Felix S. Klock II-20/+17
2018-04-21Revert stabilization of `feature(never_type)`.Felix S. Klock II-6/+7
2018-04-21smaller PR just to fix #50002Michael Lamparski-7/+2
2018-04-01Update drop.rsAnders Pitman-1/+1
2018-03-31Auto merge of #49481 - SimonSapin:core-heap, r=alexcrichtonbors-0/+1086
2018-03-31Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapinbors-0/+29
2018-03-31Commit code for option size hintPhlosioneer-1/+6
2018-03-30Auto merge of #49324 - SimonSapin:unsigned, r=alexcrichtonbors-7/+24
2018-03-30Deprecate signed std::num::NonZeroI* with a call for use casesSimon Sapin-7/+24
2018-03-30Revert "Add TryFrom and TryInto to the prelude"Simon Sapin-3/+0
2018-03-30Rollup merge of #49473 - joshtriplett:nonnull-size, r=steveklabnikkennytm-1/+1
2018-03-30Rollup merge of #49446 - frewsxcv:frewsxcv-mention-optiono, r=GuillaumeGomezkennytm-1/+1
2018-03-29Move the alloc::allocator module to core::heapSimon Sapin-0/+1086
2018-03-29impl RangeBounds<T> for Range{,From,To,Inclusive,ToInclusive}<&T>Simon Sapin-0/+60
2018-03-29Move RangeArguments to {core::std}::ops and rename to RangeBoundsSimon Sapin-2/+155
2018-03-29Move alloc::Bound to {core,std}::opsSimon Sapin-1/+52
2018-03-29src/libcore/ptr.rs: Fix documentation for size of `Option<NonNull<T>>`Josh Triplett-1/+1
2018-03-28Explicitly mention `Option` in `?` error message.Corey Farwell-1/+1
2018-03-27Remove TryFrom impls that might become conditionally-infallible with a portab...Simon Sapin-189/+82
2018-03-26Add TryFrom and TryInto to the preludeSimon Sapin-0/+3
2018-03-26Stabilize the TryFrom and TryInto traitsSimon Sapin-18/+21
2018-03-26Don’t use `type Error = !` for target-dependant TryFrom impls.Simon Sapin-1/+1
2018-03-26TryFrom for integers: use From instead for truely-infallible implsSimon Sapin-9/+20
2018-03-26Auto merge of #49101 - mark-i-m:stabilize_i128, r=nagisabors-38/+23
2018-03-26fix last two tidyMark Mansi-7/+1
2018-03-26Fix a few more unstables that I missedMark Mansi-2/+2
2018-03-26Fix a few moreMark Mansi-2/+2
2018-03-26Fix missed i128 feature gatesMark Mansi-12/+12
2018-03-26Stabilize i128 feature tooMark Mansi-11/+4
2018-03-26Stabilize i128_typeMark Mansi-6/+4
2018-03-26Rollup merge of #49353 - chisophugis:patch-1, r=Mark-SimulacrumTim Neumann-5/+5
2018-03-26Rollup merge of #49170 - steveklabnik:gh49127, r=nagisaTim Neumann-2/+5
2018-03-26Rollup merge of #49103 - glandium:uninitialized, r=cramertjTim Neumann-1/+1
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-1/+1
2018-03-26Auto merge of #49297 - scottmcm:offset-from, r=dtolnaybors-2/+237
2018-03-25update wording as per feedbackSteve Klabnik-1/+3
2018-03-24Fix confusing doc for `scan`Sean Silva-5/+5
2018-03-25Fix incorrect copy-pasted codePhlosioneer-3/+3
2018-03-24Fix syntax errorPhlosioneer-1/+1
2018-03-24Fix doctest mutability copy-pastaScott McMurray-2/+2
2018-03-24Documentation and naming improvementsScott McMurray-15/+33
2018-03-24Fix incorrect lower boundsPhlosioneer-2/+12
2018-03-25Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakiskennytm-0/+10
2018-03-25Rollup merge of #49229 - Centril:doc/format_args_display_debug, r=steveklabnikkennytm-6/+66
2018-03-25Rollup merge of #49194 - Zoxc:unsafe-generator, r=cramertjkennytm-4/+8
2018-03-23Rollup merge of #49102 - glandium:decimal, r=aturonAlex Crichton-5/+0
2018-03-23Rollup merge of #48265 - SimonSapin:nonzero, r=KodrAusAlex Crichton-34/+153
2018-03-23Mention closures in docs for Clone and CopySimon Sapin-0/+10
2018-03-23Introduce unsafe offset_from on pointersScott McMurray-0/+217
2018-03-22Rollup merge of #49038 - canndrew:replace-infallible-with-never, r=SimonSapinkennytm-29/+9