| Age | Commit message (Expand) | Author | Lines |
| 2018-03-04 | Add a potential cause raising `ParseIntError`. | Songbird0 | -0/+6 |
| 2018-03-04 | Fix unintended rename and a doc example | 1011X | -1/+3 |
| 2018-03-04 | Declare `ascii` module in libcore/lib.rs | 1011X | -0/+1 |
| 2018-03-04 | Merge branch 'master' of github.com:1011X/rust | 1011X | -4/+29 |
| 2018-03-04 | Added `ascii` module to core | 1011X | -0/+499 |
| 2018-03-03 | Auto merge of #48694 - kennytm:rollup, r=kennytm | bors | -4/+29 |
| 2018-03-04 | Rollup merge of #48513 - alexcrichton:simd, r=JoshTriplett | kennytm | -4/+29 |
| 2018-03-03 | Auto merge of #48583 - dotdash:jt_assume, r=alexcrichton | bors | -15/+9 |
| 2018-03-03 | core: Update stability attributes for FusedIterator | Ulrik Sverdrup | -59/+57 |
| 2018-03-03 | core: Stabilize FusedIterator | Ulrik Sverdrup | -58/+58 |
| 2018-03-02 | Rollup merge of #48635 - scottmcm:faster-zip-nth, r=kennytm | Manish Goregaokar | -0/+102 |
| 2018-03-02 | Rollup merge of #48628 - strake:reverse, r=sfackler | Manish Goregaokar | -1/+1 |
| 2018-03-02 | Rollup merge of #48259 - tinaun:patch-1, r=alexcrichton | Manish Goregaokar | -78/+30 |
| 2018-03-02 | Stabilize Unsafe Pointer Methods | tinaun | -78/+30 |
| 2018-03-02 | std: Add `arch` and `simd` modules | Alex Crichton | -4/+29 |
| 2018-03-01 | Fix spelling s/casted/cast/ | Lukas Lueg | -2/+2 |
| 2018-03-01 | Fix braces | Scott McMurray | -4/+2 |
| 2018-03-01 | Add a Zip::nth test for side effects | Scott McMurray | -0/+20 |
| 2018-03-01 | Specialize Zip::nth for TrustedRandomAccess | Scott McMurray | -0/+84 |
| 2018-02-28 | impl Default + Hash for ::core::cmp::Reverse | M Farkas-Dyck | -1/+1 |
| 2018-02-28 | Rollup merge of #48603 - pthariensflame:patch-1, r=frewsxcv | Manish Goregaokar | -2/+2 |
| 2018-02-28 | Rollup merge of #48380 - nikomatsakis:issue-48251-master, r=acrichto | Manish Goregaokar | -1/+2 |
| 2018-02-28 | doc: no need for the references | Tshepang Lekhonkhobe | -31/+22 |
| 2018-02-28 | Add bitreverse intrinsic | Amanieu d'Antras | -0/+4 |
| 2018-02-28 | Rollup merge of #48450 - frewsxcv:frewsxcxv-stabilize-slice-rotatee, r=alexcr... | kennytm | -3/+2 |
| 2018-02-28 | Rollup merge of #48365 - Centril:docs/document-refcell-panics, r=frewsxcv | kennytm | -0/+24 |
| 2018-02-28 | Rollup merge of #48321 - milesand:no_panic_pow, r=alexcrichton | kennytm | -0/+308 |
| 2018-02-28 | Auto merge of #48056 - ExpHP:macro-commas, r=dtolnay | bors | -7/+35 |
| 2018-02-28 | Minor grammatical/style fix in docs. | Alexander Ronald Altman | -2/+2 |
| 2018-02-27 | and some more tidy checks | Maxim Nazarenko | -2/+2 |
| 2018-02-27 | fix tidy checks | Maxim Nazarenko | -3/+3 |
| 2018-02-27 | Simplify | Maxim Nazarenko | -5/+9 |
| 2018-02-27 | style fix | Maxim Nazarenko | -1/+1 |
| 2018-02-27 | Further refinement of Borrow documentation. | Martin Hoffmann | -32/+36 |
| 2018-02-27 | fix wording on panics in binary operators on RefCells" | Mazdak Farrokhzad | -7/+7 |
| 2018-02-27 | remove italic | Maxim Nazarenko | -2/+2 |
| 2018-02-27 | Backport LLVM fixes for a JumpThreading / assume intrinsic bug | Björn Steinbrink | -15/+9 |
| 2018-02-26 | Fix doctest failure | Phlosioneer | -1/+0 |
| 2018-02-26 | some grammar corrections | Christian Poveda | -6/+7 |
| 2018-02-25 | Change the example string to something arbitrary | Phlosioneer | -4/+5 |
| 2018-02-25 | fixed links | Christian Poveda | -2/+2 |
| 2018-02-25 | Rollup merge of #48235 - varkor:parse-float-lonely-exponent, r=alexcrichton | kennytm | -1/+8 |
| 2018-02-25 | Rollup merge of #48529 - remexre:docs/fix/unicode-0021, r=kennytm | kennytm | -1/+1 |
| 2018-02-25 | Rollup merge of #48115 - Centril:feature/iterator_flatten, r=alexcrichton | kennytm | -36/+367 |
| 2018-02-24 | Fixes docs for ASCII functions to no longer claim U+0021 is '@'. | Nathan Ringo | -1/+1 |
| 2018-02-24 | corrected grammar errors | Christian Poveda | -4/+4 |
| 2018-02-24 | added link to sync containers | Christian Poveda | -1/+2 |
| 2018-02-24 | Slight modification to the as_ref example of std::option::Option | Phlosioneer | -2/+2 |
| 2018-02-23 | cleaned trailing whitespaces | Christian Poveda | -2/+2 |
| 2018-02-23 | Rollup merge of #48157 - scottmcm:try-for-each, r=dtolnay | Manish Goregaokar | -6/+42 |