| Age | Commit message (Expand) | Author | Lines |
| 2019-04-23 | deny -> warn | Ralf Jung | -1/+1 |
| 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 | Add implementations of last in terms of next_back on a bunch of DoubleEndedIt... | Kyle Huey | -0/+47 |
| 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 | Refactor and document unicode.py script | Paweł Romanowski | -302/+518 |
| 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 tidy errors | Paweł Romanowski | -2/+3 |
| 2019-04-18 | More cleanups for unicode.py | Paweł Romanowski | -25/+23 |
| 2019-04-18 | Fix small errors in docs for `rchunks_exact` and `rchunks_exact_mut`. | Nathan Kleyn | -3/+3 |
| 2019-04-18 | Clean up unicode.py script | Paweł Romanowski | -103/+269 |
| 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-13 | Fix stray ` in previous change | Chris Gregory | -1/+1 |
| 2019-04-13 | Escape &str in convert docs | Chris Gregory | -2/+3 |
| 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-13 | Reorder blank lines in AsMut documentation | Chris Gregory | -1/+2 |
| 2019-04-13 | Fix equivalent string in escape_default | Daniel Luz | -1/+1 |
| 2019-04-13 | Remove blank lines in AsRef documentation | Chris Gregory | -2/+0 |
| 2019-04-13 | Remove broken links to self in Into documentation | Chris Gregory | -4/+4 |
| 2019-04-13 | Remove dangling ` in Into documentation | Chris Gregory | -1/+1 |
| 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-12 | Fix convert module's documentation links | Chris Gregory | -11/+11 |
| 2019-04-11 | Remove [mut] syntax in pin docs | Chris Gregory | -9/+9 |