| Age | Commit message (Expand) | Author | Lines |
| 2019-05-07 | Rollup merge of #60609 - spastorino:be-explicit-on-mem-replace-doc, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-05-07 | Be a bit more explicit asserting over the vec rather than the len | Santiago Pastorino | -2/+2 |
| 2019-05-07 | Add a `cast` method to raw pointers. | Simon Sapin | -0/+14 |
| 2019-05-06 | Revert "Disable big-endian simd in swap_nonoverlapping_bytes" | Josh Stone | -4/+1 |
| 2019-05-05 | to_xe_bytes for isize and usize returns an array of different size | Stepan Koltsov | -30/+83 |
| 2019-05-05 | Implement nth_back for RChunks(Exact)(Mut) | Tim Vermeulen | -0/+124 |
| 2019-05-04 | Fix intra-doc link resolution failure on re-exporting libstd | Taiki Endo | -0/+23 |
| 2019-05-03 | Add custom nth_back for Chain | Andrea Corradi | -0/+39 |
| 2019-05-02 | clarify wording | Ralf Jung | -5/+4 |
| 2019-05-01 | as_ptr returns a read-only pointer | Ralf Jung | -0/+11 |
| 2019-04-29 | Rollup merge of #60356 - JohnTitor:stabilize-as-mut-ptr, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-04-29 | Rollup merge of #60256 - ethanboxx:master, r=alexcrichton | Mazdak Farrokhzad | -1/+31 |
| 2019-04-29 | Rollup merge of #59946 - mernen:patch-2, r=ehuss | Mazdak Farrokhzad | -1/+1 |
| 2019-04-29 | impl From<Infallible> for TryFromSliceError | Jethro Beekman | -1/+8 |
| 2019-04-29 | Auto merge of #60364 - JohnTitor:stabilize-const-needs-drop, r=oli-obk | bors | -1/+0 |
| 2019-04-29 | const-stabilize std::mem::needs_drop | Yuki OKUSHI | -1/+0 |
| 2019-04-29 | Stabilize str::as_mut_ptr | Yuki OKUSHI | -1/+1 |
| 2019-04-27 | Rename .cap() methods to .capacity() | Matthias Geier | -2/+2 |
| 2019-04-27 | Stabilize Iterator::copied in 1.36.0. | Mazdak Farrokhzad | -11/+9 |
| 2019-04-26 | Add flatten option for `Option<Option<T>>` | Ethan Brierley | -1/+31 |
| 2019-04-26 | Remove feature gates from std and tests | Christopher Serr | -1/+0 |
| 2019-04-26 | Stabilize pointer::align_offset | Christopher Serr | -4/+2 |
| 2019-04-26 | Auto merge of #60167 - varkor:tidy-filelength, r=matthewjasper | bors | -0/+8 |
| 2019-04-26 | Rollup merge of #60165 - Nemo157:pin-into-inner, r=cramertj | Mazdak Farrokhzad | -0/+34 |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+8 |
| 2019-04-25 | Auto merge of #60192 - t-rapp:tr-saturating-funcs, r=alexcrichton | bors | -0/+83 |
| 2019-04-25 | Add tests for saturating_abs() and saturating_neg functions | Tobias Rapp | -0/+27 |
| 2019-04-25 | Add saturating_abs() and saturating_neg() functions to signed integer types | Tobias Rapp | -0/+56 |
| 2019-04-25 | const-stabilize NonNull::dangling and NonNull::cast | Simon Sapin | -2/+0 |
| 2019-04-24 | Add Pin::{into_inner,into_inner_unchecked} | Wim Looman | -0/+34 |
| 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-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 |