about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-02-09Use is_empty in range iteration exhaustion testsScott McMurray-9/+70
2018-02-10fix typo: substract -> subtract.Matthias Krüger-2/+2
2018-02-09Add fetch_nand.Mark Simulacrum-0/+61
2018-02-09Fix tidyScott McMurray-1/+1
2018-02-09Add Range[Inclusive]::is_emptyScott McMurray-5/+62
2018-02-08New introduction and revised hash map explanation.Martin Hoffmann-30/+44
2018-02-08Auto merge of #48057 - scottmcm:less-match-more-compare, r=dtolnaybors-16/+31
2018-02-07Simplify RangeInclusive::next[_back]Scott McMurray-16/+31
2018-02-07update the builtin macro doc stubsMichael Lamparski-5/+20
2018-02-07Rollup merge of #47944 - oberien:unboundediterator-trustedlen, r=blussManish Goregaokar-2/+56
2018-02-07Rollup merge of #47631 - SimonSapin:nonnull, r=alexcrichtonManish Goregaokar-24/+63
2018-02-07Rollup merge of #47613 - estebank:rustc_on_unimplemented, r=nikomatsakisManish Goregaokar-28/+68
2018-02-07libcore/libstd: fix commas in macro_rules! macrosMichael Lamparski-2/+15
2018-02-07Rollup merge of #48012 - scottmcm:faster-rangeinclusive-fold, r=alexcrichtonkennytm-1/+65
2018-02-06Rollup merge of #48003 - mbrubeck:docs, r=steveklabnikkennytm-3/+3
2018-02-04Override try_[r]fold for RangeInclusiveScott McMurray-1/+65
2018-02-04Fix info about generic impls in AsMut docsMatt Brubeck-3/+3
2018-02-05Rollup merge of #47892 - Badel2:const_type_id_of, r=oli-obkkennytm-0/+28
2018-02-04Document TrustedLen guarantees more explicitlyoberien-2/+4
2018-02-04TrustedLen for Repeat / RangeFrom test casesoberien-0/+43
2018-02-04Implement TrustedLen for Take<Repeat> and Take<RangeFrom>oberien-0/+9
2018-02-03Rollup merge of #47973 - perlun:patch-1, r=dtolnaykennytm-1/+1
2018-02-02copy_nonoverlapping example: Fixed typoPer Lundberg-1/+1
2018-02-02Rollup merge of #47919 - varkor:to_degrees-precision, r=rkruppe Use constant ...kennytm-1/+6
2018-02-02Rollup merge of #46156 - SimonSapin:patch-14, r=withoutboatskennytm-0/+1
2018-02-01Remove cast suggestionsEsteban Küber-72/+0
2018-02-01Add filter to detect local crates for rustc_on_unimplementedEsteban Küber-8/+18
2018-02-01Change rustc_on_unimplemented for Iterator and binopsEsteban Küber-6/+3
2018-02-01Add filtering options to `rustc_on_unimplemented`Esteban Küber-20/+125
2018-02-01Turn `type_id` into a constant intrinsicBadel2-0/+28
2018-02-01Use constant for 180/π in to_degreesvarkor-1/+6
2018-02-01Rollup merge of #47552 - oberien:stepby-nth, r=dtolnaykennytm-0/+106
2018-01-31Rollup merge of #47840 - penpalperson:master, r=blusskennytm-0/+3
2018-01-30Changed back inline markings.penpalperson-11/+0
2018-01-29Move time::Duration to libcoreClar Charr-0/+604
2018-01-28Added inline to fmt for debug implementations of primitives.penpalperson-0/+14
2018-01-28Auto merge of #47204 - varkor:unsafecell-into_inner-safe, r=alexcrichtonbors-12/+7
2018-01-28Auto merge of #47772 - arthurprs:iter-position-bounds-check, r=dtolnaybors-2/+4
2018-01-26derive PartialEq and Eq for `ParseCharError`tinaun-1/+1
2018-01-26Use the slice length to hint the optimizerarthurprs-2/+4
2018-01-24Add missing micro version number component in stability attributes.Simon Sapin-2/+2
2018-01-24Auto merge of #47299 - cramertj:unsafe-placer, r=alexcrichtonbors-1/+4
2018-01-24Auto merge of #46931 - clarcharr:float_bits_core, r=alexcrichtonbors-50/+69
2018-01-23Make PanicInfo::message available for std::panic! with a formatting string.Simon Sapin-2/+2
2018-01-23Implement Display for PanicInfo and LocationSimon Sapin-0/+23
2018-01-23Add an unstable PanicInfo::message(&self) -> Option<&fmt::Arguments> methodSimon Sapin-2/+17
2018-01-23Move PanicInfo and Location to libcoreSimon Sapin-0/+214
2018-01-22Add an unstable `cast<U>() -> NonNull<U>` method to `NonNull<T>`.Simon Sapin-0/+8
2018-01-21Use repeat instead of RangeFromvarkor-6/+4
2018-01-21Implement Eq, PartialEq, Ord, PartialOrd, and Hash for NonNull<_>Simon Sapin-0/+31