| Age | Commit message (Expand) | Author | Lines |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -2/+0 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -2/+0 |
| 2017-06-30 | Revert "Stabilize RangeArgument" | Steven Fackler | -1/+0 |
| 2017-06-24 | Stabilize RangeArgument | Steven Fackler | -0/+1 |
| 2017-06-17 | Reintroduce deprecated `collections` crate | Murarth | -0/+72 |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -192/+0 |
| 2017-06-02 | Auto merge of #41670 - scottmcm:slice-rotate, r=alexcrichton | bors | -0/+1 |
| 2017-05-27 | Stabilize unions with `Copy` fields and no destructor | Vadim Petrochenkov | -1/+0 |
| 2017-05-21 | Add an in-place rotate method for slices to libcore | Scott McMurray | -0/+1 |
| 2017-04-26 | Auto merge of #41258 - clarcharr:str_box_extras, r=Kimundi | bors | -0/+1 |
| 2017-04-24 | More methods for str boxes. | Clar Charr | -0/+1 |
| 2017-04-20 | Remove EnumSet | Josh Stone | -4/+0 |
| 2017-04-16 | Auto merge of #40409 - mbrubeck:calloc, r=sfackler | bors | -0/+2 |
| 2017-04-15 | Specialize Vec::from_elem for other numeric types | Matt Brubeck | -0/+2 |
| 2017-04-14 | std::collections docs: Address issues that came up in PR #41286 | lukaramu | -0/+19 |
| 2017-04-13 | Various consistency and phrasing fixes in std::collections' docs | lukaramu | -0/+17 |
| 2017-04-11 | Rollup merge of #40559 - nagisa:manually-drop, r=alexcrichton | Corey Farwell | -0/+1 |
| 2017-04-11 | Auto merge of #41096 - clarcharr:as_bytes_mut, r=alexcrichton | bors | -0/+1 |
| 2017-04-10 | Apply clippy's doc_markdown improvements to libcollections | Andre Bogus | -2/+2 |
| 2017-04-09 | Reduce str transmutes, add mut versions of methods. | Clar Charr | -0/+1 |
| 2017-04-09 | Move away from the ad-hoc NoDrop unions | Simonas Kazlauskas | -0/+1 |
| 2017-04-05 | Rollup merge of #41065 - jorendorff:slice-rsplit-41020, r=alexcrichton | Ariel Ben-Yehuda | -0/+1 |
| 2017-04-05 | Rollup merge of #40943 - Amanieu:offset_to, r=alexcrichton | Ariel Ben-Yehuda | -0/+1 |
| 2017-04-04 | add [T]::rsplit() and rsplit_mut() #41020 | Jason Orendorff | -0/+1 |
| 2017-04-03 | Add ptr::offset_to | Amanieu d'Antras | -0/+1 |
| 2017-03-22 | Checked (and unchecked) slicing for strings? | Simonas Kazlauskas | -0/+1 |
| 2017-03-21 | Address Alex's PR comments | Stjepan Glavina | -1/+1 |
| 2017-03-21 | Implement feature sort_unstable | Stjepan Glavina | -0/+1 |
| 2017-03-17 | Stabilize rc_raw feature, closes #37197 | Aaron Turon | -0/+3 |
| 2017-03-17 | Stabilize btree_range, closes #27787 | Aaron Turon | -1/+1 |
| 2017-03-01 | Only keep one copy of the UTF8_CHAR_WIDTH table. | Simon Sapin | -0/+1 |
| 2017-02-07 | Auto merge of #39002 - GuillaumeGomez:debug_libcollections, r=aturon | bors | -0/+1 |
| 2017-01-25 | std: Stabilize APIs for the 1.16.0 release | Alex Crichton | -0/+1 |
| 2017-01-20 | Add Debug implementations for libcollection structs | Guillaume Gomez | -0/+1 |
| 2017-01-10 | Rollup merge of #38664 - apasel422:may-dangle, r=pnkfelix | Seo Sanghyeon | -1/+2 |
| 2017-01-08 | Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc | bors | -1/+1 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-28 | Replace uses of `#[unsafe_destructor_blind_to_params]` with `#[may_dangle]` | Andrew Paseltiner | -1/+2 |
| 2016-12-23 | Implement placement-in protocol for `Vec` | Andrew Paseltiner | -0/+1 |
| 2016-12-12 | Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton | bors | -1/+1 |
| 2016-12-07 | Implement a faster sort algorithm | Stjepan Glavina | -2/+2 |
| 2016-11-30 | Rename 'librustc_unicode' crate to 'libstd_unicode'. | Corey Farwell | -1/+1 |
| 2016-11-26 | Overload get{,_mut}{,_unchecked} | Steven Fackler | -0/+1 |
| 2016-11-23 | core, collections: Implement better .is_empty() for slice and vec iterators | Ulrik Sverdrup | -0/+1 |
| 2016-10-20 | Use TrustedLen for Vec's FromIterator and Extend | Ulrik Sverdrup | -0/+1 |
| 2016-09-28 | Remove stage0 hacks | Brian Anderson | -1/+0 |
| 2016-08-24 | Remove drop flags from structs and enums implementing Drop. | Eduard Burtescu | -1/+1 |
| 2016-08-18 | Add a FusedIterator trait. | Steven Allen | -0/+1 |
| 2016-07-31 | Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu... | Vadim Petrochenkov | -1/+0 |
| 2016-07-28 | Rename `char::escape` to `char::escape_debug` and add tracking issue | Tobias Bucher | -1/+1 |