| Age | Commit message (Expand) | Author | Lines |
| 2019-04-23 | Stabilize futures_api | Taylor Cramer | -22/+54 |
| 2019-04-23 | Rollup merge of #59839 - KodrAus:must-use-num, r=sfackler | Mazdak Farrokhzad | -0/+156 |
| 2019-04-22 | Remove double trailing newlines | varkor | -10/+0 |
| 2019-04-22 | Auto merge of #60133 - phansch:deny_rust_2018_idioms, r=Centril | bors | -38/+38 |
| 2019-04-20 | Deny rust_2018_idioms in libcore tests | Philipp Hansch | -38/+38 |
| 2019-04-19 | core::future::Future: Fix markup typo in docs. | Jim Blandy | -1/+1 |
| 2019-04-19 | Doc fixes for core::future::Future. | Jim Blandy | -13/+13 |
| 2019-04-19 | Rollup merge of #60098 - Centril:libcore-deny-more, r=varkor | Mazdak Farrokhzad | -236/+233 |
| 2019-04-19 | Rollup merge of #60080 - nathankleyn:fix-issue-60068, r=Centril | Mazdak Farrokhzad | -3/+3 |
| 2019-04-19 | Rollup merge of #60023 - koalatux:nth-back, r=scottmcm | Mazdak Farrokhzad | -0/+49 |
| 2019-04-19 | libcore: deny more... | Mazdak Farrokhzad | -236/+233 |
| 2019-04-18 | Fix small errors in docs for `rchunks_exact` and `rchunks_exact_mut`. | Nathan Kleyn | -3/+3 |
| 2019-04-18 | libcore => 2018 | Taiki Endo | -332/+342 |
| 2019-04-17 | Auto merge of #60013 - NieDzejkob:fix-16bit-usize, r=sanxiyn | bors | -1/+1 |
| 2019-04-17 | Rollup merge of #60018 - RalfJung:miri-test-libstd, r=oli-obk | Mazdak Farrokhzad | -4/+13 |
| 2019-04-17 | test sort_unstable in Miri | Ralf Jung | -3/+12 |
| 2019-04-16 | implement nth_back for Enumerate | Adrian Friedli | -0/+28 |
| 2019-04-16 | implement nth_back for Fuse | Adrian Friedli | -0/+16 |
| 2019-04-16 | implement nth_back for Bytes | Adrian Friedli | -0/+5 |
| 2019-04-16 | Miri now supports entropy, but is still slow | Ralf Jung | -2/+2 |
| 2019-04-16 | Fix the max value of usize on 16-bit platforms | Jakub Kądziołka | -1/+1 |
| 2019-04-16 | Rollup merge of #59717 - Reconcyl:master, r=steveklabnik | Mazdak Farrokhzad | -4/+3 |
| 2019-04-15 | Rollup merge of #59955 - RalfJung:stdsimd, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-04-15 | Rollup merge of #59648 - alex:must-use-result, r=alexcrichton | Mazdak Farrokhzad | -0/+4 |
| 2019-04-15 | Hasher: replace unsafe trasmute with to_ne_bytes | Stepan Koltsov | -14/+10 |
| 2019-04-14 | Rollup merge of #59900 - czipperz:remove-bracket-mut-syntax-in-pin-docs, r=Ra... | Mazdak Farrokhzad | -12/+16 |
| 2019-04-14 | bump stdsimd; make intra_doc_link_resolution_failure an error again | Ralf Jung | -1/+1 |
| 2019-04-14 | Rollup merge of #59925 - solson:split_ascii_whitespace-docfix, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-04-14 | Rollup merge of #59912 - RalfJung:maybe-uninit, r=Centril | Mazdak Farrokhzad | -34/+0 |
| 2019-04-13 | Expand note on mutable references | Chris Gregory | -1/+4 |
| 2019-04-12 | Fix paste error in split_ascii_whitespace docs. | Scott Olson | -1/+1 |
| 2019-04-12 | Auto merge of #59733 - cramertj:wake-by-ref, r=withoutboats | bors | -11/+49 |
| 2019-04-12 | MaybeUninit: remove deprecated functions | Ralf Jung | -34/+0 |
| 2019-04-12 | Rollup merge of #59880 - solson:transmute-float, r=alexcrichton | Mazdak Farrokhzad | -10/+0 |
| 2019-04-12 | Rollup merge of #59836 - andersk:nominator, r=Centril | Mazdak Farrokhzad | -14/+14 |
| 2019-04-12 | Rollup merge of #59831 - ehuss:ordering-docs, r=kennytm | Mazdak Farrokhzad | -3/+3 |
| 2019-04-12 | Add comment that field projectin also works with mutable fields | Chris Gregory | -5/+6 |
| 2019-04-11 | Remove [mut] syntax in pin docs | Chris Gregory | -9/+9 |
| 2019-04-11 | Remove note about transmute for float bitpatterns. | Scott Olson | -10/+0 |
| 2019-04-11 | Auto merge of #59211 - nox:refcell-borrow-state, r=KodrAus | bors | -0/+38 |
| 2019-04-10 | warn on unused results for operation methods on nums | Ashley Mannix | -0/+156 |
| 2019-04-09 | std::ops::Div examples: correct nominator to numerator | Anders Kaseorg | -14/+14 |
| 2019-04-09 | Remove strange formatting in `Ordering` docs. | Eric Huss | -3/+3 |
| 2019-04-08 | Rename Waker::new_unchecked to Waker::from_raw | Taylor Cramer | -4/+4 |
| 2019-04-08 | Add Waker::wake_by_ref and make Waker::wake consume the Waker | Taylor Cramer | -7/+45 |
| 2019-04-08 | Add must_use annotations to Result::is_ok and is_err | Alex Gaynor | -0/+4 |
| 2019-04-07 | Auto merge of #59119 - cramertj:cx-back, r=withoutboats | bors | -13/+108 |
| 2019-04-06 | Tiny docs fix | Tobias Bucher | -1/+1 |
| 2019-04-06 | Rollup merge of #59707 - GuillaumeGomez:GuillaumeGomez-patch-1, r=Centril | Mazdak Farrokhzad | -0/+20 |
| 2019-04-05 | Future-proof the Futures API | Taylor Cramer | -13/+108 |