| Age | Commit message (Expand) | Author | Lines |
| 2019-05-19 | Rollup merge of #60931 - cuviper:array-iter, r=KodrAus | Mazdak Farrokhzad | -2/+2 |
| 2019-05-19 | Rollup merge of #60678 - DutchGhost:master, r=scottmcm | Mazdak Farrokhzad | -7/+2 |
| 2019-05-17 | Use iter() for iterating arrays by slice | Josh Stone | -2/+2 |
| 2019-05-17 | Update the compiler_builtins crate | Alex Crichton | -0/+1 |
| 2019-05-16 | Rollup merge of #59825 - jsgf:from-ref-string, r=sfackler | Mazdak Farrokhzad | -0/+8 |
| 2019-05-14 | Rollup merge of #60130 - khuey:efficient_last, r=sfackler | Mazdak Farrokhzad | -0/+88 |
| 2019-05-12 | Auto merge of #60396 - cuviper:ordered-retain, r=scottmcm | bors | -6/+40 |
| 2019-05-11 | add comment to `Rc`/`Arc`'s `Eq` specialization | Thomas Heck | -0/+10 |
| 2019-05-10 | Add examples of ordered retain | Josh Stone | -0/+34 |
| 2019-05-10 | Auto merge of #60451 - rasendubi:binaryheap-min-heap, r=scottmcm | bors | -0/+24 |
| 2019-05-09 | supposed to be 1.36.0 | Dodo | -2/+2 |
| 2019-05-09 | make vecdeque_rotate stable | Dodo | -7/+2 |
| 2019-05-04 | Fix intra-doc link resolution failure on re-exporting libstd | Taiki Endo | -0/+18 |
| 2019-05-04 | Remove unused feature(need_allocator). | Mazdak Farrokhzad | -1/+0 |
| 2019-05-01 | BinaryHeap: add min-heap example | Alexey Shmalko | -0/+24 |
| 2019-04-30 | Implement `BorrowMut<str>` for `String` | YOSHIOKA Takuma | -1/+9 |
| 2019-04-29 | Document the order of {Vec,VecDeque,String}::retain | Josh Stone | -6/+6 |
| 2019-04-27 | Rename .cap() methods to .capacity() | Matthias Geier | -80/+87 |
| 2019-04-26 | Use "capacity" as parameter name in with_capacity() methods | Matthias Geier | -4/+4 |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+2 |
| 2019-04-23 | Stabilize futures_api | Taylor Cramer | -2/+1 |
| 2019-04-22 | Remove double trailing newlines | varkor | -1/+0 |
| 2019-04-20 | Deny rust_2018_idioms in liballoc tests | Philipp Hansch | -14/+15 |
| 2019-04-19 | Add implementations of last in terms of next_back on a bunch of DoubleEndedIt... | Kyle Huey | -0/+88 |
| 2019-04-19 | Auto merge of #60072 - RalfJung:linked-list, r=shepmaster | bors | -11/+37 |
| 2019-04-19 | fix LinkedList invalidating mutable references | Ralf Jung | -11/+37 |
| 2019-04-19 | Auto merge of #60077 - RalfJung:miri-alloc-tests, r=joshtriplett | bors | -1/+15 |
| 2019-04-19 | move variable down to where it is used | Ralf Jung | -5/+5 |
| 2019-04-19 | Rollup merge of #59933 - sourcefrog:doc-fmt, r=shepmaster | Mazdak Farrokhzad | -3/+4 |
| 2019-04-18 | make liballoc internal test suite mostly pass in Miri | Ralf Jung | -1/+15 |
| 2019-04-18 | Rollup merge of #59908 - lzutao:str_escape, r=SimonSapin | Mazdak Farrokhzad | -0/+2 |
| 2019-04-17 | test sort_unstable in Miri | Ralf Jung | -3/+3 |
| 2019-04-16 | Miri now supports entropy, but is still slow | Ralf Jung | -7/+16 |
| 2019-04-15 | warn(missing_docs) in liballoc, and add missing docs | Ralf Jung | -0/+13 |
| 2019-04-14 | make lint levels more consistent | Ralf Jung | -3/+3 |
| 2019-04-14 | bump stdsimd; make intra_doc_link_resolution_failure an error again | Ralf Jung | -1/+1 |
| 2019-04-14 | Rollup merge of #59675 - SimonSapin:stable-alloc, r=alexcrichton | Mazdak Farrokhzad | -7/+3 |
| 2019-04-13 | Make clear that format padding doesn't work for Debug | Martin Pool | -3/+4 |
| 2019-04-12 | Stabilize the `alloc` crate. | Simon Sapin | -7/+3 |
| 2019-04-12 | Rollup merge of #59814 - ollie27:dead_boxed_links, r=QuietMisdreavus | Mazdak Farrokhzad | -0/+2 |
| 2019-04-12 | Re-export core::str::{EscapeDebug, EscapeDefault, EscapeUnicode} in std | Lzu Tao | -0/+2 |
| 2019-04-11 | Fix broken links on std::boxed doc page | Oliver Middleton | -0/+2 |
| 2019-04-10 | Update cmake, cc and compiler_builtins for VS 2019 support | John Kåre Alsaker | -1/+1 |
| 2019-04-09 | string: implement From<&String> for String | Jeremy Fitzhardinge | -0/+8 |
| 2019-04-07 | Auto merge of #59119 - cramertj:cx-back, r=withoutboats | bors | -3/+3 |
| 2019-04-05 | Future-proof the Futures API | Taylor Cramer | -3/+3 |
| 2019-04-05 | Use for_each to extend collections | Josh Stone | -13/+7 |
| 2019-04-05 | Stabilize boxed_closure_impls in 1.35.0. | Charles Lew | -9/+3 |
| 2019-04-05 | Remove FnBox specialization of impl FnOnce for Box<impl FnOnce>. | Masaki Hara | -17/+1 |
| 2019-04-05 | We already have unsized_locals in stage0. | Masaki Hara | -9/+0 |