summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-03-04Add a potential cause raising `ParseIntError`.Songbird0-0/+6
2018-03-04Fix unintended rename and a doc example1011X-1/+3
2018-03-04Declare `ascii` module in libcore/lib.rs1011X-0/+1
2018-03-04Merge branch 'master' of github.com:1011X/rust1011X-4/+29
2018-03-04Added `ascii` module to core1011X-0/+499
2018-03-03Auto merge of #48694 - kennytm:rollup, r=kennytmbors-4/+29
2018-03-04Rollup merge of #48513 - alexcrichton:simd, r=JoshTriplettkennytm-4/+29
2018-03-03Auto merge of #48583 - dotdash:jt_assume, r=alexcrichtonbors-15/+9
2018-03-03core: Update stability attributes for FusedIteratorUlrik Sverdrup-59/+57
2018-03-03core: Stabilize FusedIteratorUlrik Sverdrup-58/+58
2018-03-02Rollup merge of #48635 - scottmcm:faster-zip-nth, r=kennytmManish Goregaokar-0/+102
2018-03-02Rollup merge of #48628 - strake:reverse, r=sfacklerManish Goregaokar-1/+1
2018-03-02Rollup merge of #48259 - tinaun:patch-1, r=alexcrichtonManish Goregaokar-78/+30
2018-03-02Stabilize Unsafe Pointer Methodstinaun-78/+30
2018-03-02std: Add `arch` and `simd` modulesAlex Crichton-4/+29
2018-03-01Fix spelling s/casted/cast/Lukas Lueg-2/+2
2018-03-01Fix bracesScott McMurray-4/+2
2018-03-01Add a Zip::nth test for side effectsScott McMurray-0/+20
2018-03-01Specialize Zip::nth for TrustedRandomAccessScott McMurray-0/+84
2018-02-28impl Default + Hash for ::core::cmp::ReverseM Farkas-Dyck-1/+1
2018-02-28Rollup merge of #48603 - pthariensflame:patch-1, r=frewsxcvManish Goregaokar-2/+2
2018-02-28Rollup merge of #48380 - nikomatsakis:issue-48251-master, r=acrichtoManish Goregaokar-1/+2
2018-02-28doc: no need for the referencesTshepang Lekhonkhobe-31/+22
2018-02-28Add bitreverse intrinsicAmanieu d'Antras-0/+4
2018-02-28Rollup merge of #48450 - frewsxcv:frewsxcxv-stabilize-slice-rotatee, r=alexcr...kennytm-3/+2
2018-02-28Rollup merge of #48365 - Centril:docs/document-refcell-panics, r=frewsxcvkennytm-0/+24
2018-02-28Rollup merge of #48321 - milesand:no_panic_pow, r=alexcrichtonkennytm-0/+308
2018-02-28Auto merge of #48056 - ExpHP:macro-commas, r=dtolnaybors-7/+35
2018-02-28Minor grammatical/style fix in docs.Alexander Ronald Altman-2/+2
2018-02-27and some more tidy checksMaxim Nazarenko-2/+2
2018-02-27fix tidy checksMaxim Nazarenko-3/+3
2018-02-27SimplifyMaxim Nazarenko-5/+9
2018-02-27style fixMaxim Nazarenko-1/+1
2018-02-27Further refinement of Borrow documentation.Martin Hoffmann-32/+36
2018-02-27fix wording on panics in binary operators on RefCells"Mazdak Farrokhzad-7/+7
2018-02-27remove italicMaxim Nazarenko-2/+2
2018-02-27Backport LLVM fixes for a JumpThreading / assume intrinsic bugBjörn Steinbrink-15/+9
2018-02-26Fix doctest failurePhlosioneer-1/+0
2018-02-26some grammar correctionsChristian Poveda-6/+7
2018-02-25Change the example string to something arbitraryPhlosioneer-4/+5
2018-02-25fixed linksChristian Poveda-2/+2
2018-02-25Rollup merge of #48235 - varkor:parse-float-lonely-exponent, r=alexcrichtonkennytm-1/+8
2018-02-25Rollup merge of #48529 - remexre:docs/fix/unicode-0021, r=kennytmkennytm-1/+1
2018-02-25Rollup merge of #48115 - Centril:feature/iterator_flatten, r=alexcrichtonkennytm-36/+367
2018-02-24Fixes docs for ASCII functions to no longer claim U+0021 is '@'.Nathan Ringo-1/+1
2018-02-24corrected grammar errorsChristian Poveda-4/+4
2018-02-24added link to sync containersChristian Poveda-1/+2
2018-02-24Slight modification to the as_ref example of std::option::OptionPhlosioneer-2/+2
2018-02-23cleaned trailing whitespacesChristian Poveda-2/+2
2018-02-23Rollup merge of #48157 - scottmcm:try-for-each, r=dtolnayManish Goregaokar-6/+42