summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-02-12core::iter::repeat_with: fix tests some moreMazdak Farrokhzad-5/+5
2018-02-12core::iter::repeat_with: fix testsMazdak Farrokhzad-1/+3
2018-02-12core::iter::repeat_with: derive Copy, Clone, DebugMazdak Farrokhzad-0/+1
2018-02-12core::iter::repeat_with: general fixesMazdak Farrokhzad-0/+7
2018-02-12add core::iter::repeat_withMazdak Farrokhzad-0/+148
2018-02-11Make primitive types docs relevant (unsigned)Antoni Boucher-735/+815
2018-02-11Make primitive types docs relevantGuillaume Gomez-937/+1016
2018-02-11Update ops range example to avoid confusion between indexes and values.Jason Schein-5/+5
2018-02-10Add the emptiness condition to the docs; add a PartialOrd example with NANScott McMurray-2/+24
2018-02-10Correct a few stability attributesOliver Middleton-7/+7
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-09range_is_empty tracking issue is #48111Scott McMurray-2/+2
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