| Age | Commit message (Expand) | Author | Lines |
| 2019-05-14 | Rollup merge of #60443 - RalfJung:as_ptr, r=SimonSapin | Mazdak Farrokhzad | -0/+10 |
| 2019-05-14 | Rollup merge of #60130 - khuey:efficient_last, r=sfackler | Mazdak Farrokhzad | -0/+47 |
| 2019-05-14 | new implementation for nth_back for chunks | wizAmit | -6/+27 |
| 2019-05-14 | Add const_unchecked_layout test to libcore/tests | Richard Wiedenhöft | -0/+12 |
| 2019-05-14 | Mark core::alloc::Layout::from_size_align_unchecked const | Richard Wiedenhöft | -1/+1 |
| 2019-05-14 | hopefully working nth_back on chunks | @amit.chandra | -9/+17 |
| 2019-05-14 | wip nth_back on chunks | @amit.chandra | -0/+29 |
| 2019-05-13 | Improve the "must use" lint for `Future` | Benjamin Schultzer | -1/+1 |
| 2019-05-13 | Rollup merge of #60201 - RalfJung:core-tests, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-05-12 | Auto merge of #60244 - SimonSapin:dangling, r=oli-obk | bors | -2/+0 |
| 2019-05-11 | Auto merge of #60318 - jethrogb:jb/try-from-slice-to-infallible, r=sfackler | bors | -1/+8 |
| 2019-05-10 | Auto merge of #60588 - cuviper:be-simd-swap, r=alexcrichton | bors | -4/+1 |
| 2019-05-09 | Rollup merge of #60657 - JohnTitor:stabilize-array, r=SimonSapin | Mazdak Farrokhzad | -4/+6 |
| 2019-05-09 | Rollup merge of #60638 - RalfJung:pin, r=sanxiyn | Mazdak Farrokhzad | -1/+1 |
| 2019-05-09 | Rollup merge of #60601 - SimonSapin:cast, r=Kimundi | Mazdak Farrokhzad | -0/+14 |
| 2019-05-09 | Stabilize and re-export core::array | Yuki OKUSHI | -4/+6 |
| 2019-05-09 | Rollup merge of #59979 - stepancheg:num-size, r=ehuss | Mazdak Farrokhzad | -30/+83 |
| 2019-05-08 | pin: make the to-module link more visible | Ralf Jung | -1/+1 |
| 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 |