summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-02-15Partially revert #47333.kennytm-9/+15
2018-02-11Rollup merge of #47547 - varkor:infinite-iterators-warning-doc, r=frewsxcvkennytm-0/+18
2018-02-11Rollup merge of #48120 - matthiaskrgr:typos_src_1, r=alexcrichtonkennytm-1/+1
2018-02-10fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}}Matthias Krüger-1/+1
2018-02-10Rollup merge of #48100 - Mark-Simulacrum:fetch-nand, r=alexcrichtonkennytm-0/+61
2018-02-10Rollup merge of #48107 - matthiaskrgr:typo__substract_to_subtract, r=kennytmkennytm-2/+2
2018-02-10Rollup merge of #47790 - tinaun:patch-1, r=sfacklerkennytm-1/+1
2018-02-10fix typo: substract -> subtract.Matthias Krüger-2/+2
2018-02-09Add fetch_nand.Mark Simulacrum-0/+61
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-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-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-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-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
2018-01-21Move Debug for NonNull impl closer to other trait implsSimon Sapin-7/+7
2018-01-21NonNull ended up landing in 1.25Simon Sapin-18/+18
2018-01-20Rollup merge of #47193 - cramertj:result-opts, r=TimNNGuillaume Gomez-0/+58
2018-01-20Rename NonNull::empty to dangling.Simon Sapin-1/+2