| Age | Commit message (Expand) | Author | Lines |
| 2017-01-25 | std: Stabilize APIs for the 1.16.0 release | Alex Crichton | -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 |
| 2016-07-26 | Restore `char::escape_default` and add `char::escape` instead | Tobias Bucher | -0/+1 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -1/+0 |
| 2016-06-23 | std: Fix up stabilization discrepancies | Alex Crichton | -1/+0 |
| 2016-06-17 | Add short summaries to btree modules | Oliver Middleton | -0/+2 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -1/+0 |
| 2016-04-15 | Auto merge of #32851 - apasel422:spec-extend, r=alexcrichton | bors | -0/+7 |
| 2016-04-14 | Specialize `Extend` to `append` for `{LinkedList, Vec}` | Andrew Paseltiner | -0/+7 |
| 2016-04-12 | collections: Add slice::binary_search_by_key | Kamal Marhubi | -0/+1 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -2/+0 |
| 2016-03-30 | specialize ToString for str | Sean McArthur | -0/+1 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -3/+0 |
| 2016-03-08 | doc: Fix a bunch of broken links | Alex Crichton | -0/+8 |
| 2016-03-06 | Auto merge of #30884 - durka:inclusive-ranges, r=aturon | bors | -1/+1 |
| 2016-03-03 | Auto merge of #31797 - apasel422:issue-28950, r=alexcrichton | bors | -0/+1 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -1/+0 |
| 2016-02-27 | add indexing with RangeInclusive in libcore and libcollections | Alex Burka | -1/+1 |
| 2016-02-25 | Add unstable copy_from_slice | Nicholas Mazzuca | -0/+1 |
| 2016-02-25 | Use `box` syntax in `vec!` macro | Andrew Paseltiner | -0/+1 |
| 2016-02-16 | Implement placement-in protocol for `LinkedList` | Andrew Paseltiner | -0/+2 |
| 2016-02-08 | Remove old #[allow(trivial_casts)] annotations | Alex Crichton | -1/+0 |
| 2016-01-26 | Fix warnings during tests | Alex Crichton | -1/+1 |
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -0/+1 |
| 2016-01-17 | Rollup merge of #30943 - alexcrichton:stabilize-1.7, r=aturon | Manish Goregaokar | -1/+0 |
| 2016-01-16 | Rewrite BTreeMap to use parent pointers. | Jonathan S | -2/+2 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -1/+0 |
| 2016-01-13 | Fix some broken and missing links in the docs | Oliver Middleton | -1/+1 |
| 2015-12-31 | Make `LinkedList` and its read-only iterators covariant | Andrew Paseltiner | -1/+1 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -16/+4 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -3/+2 |
| 2015-11-26 | Auto merge of #30015 - petrochenkov:staged, r=brson | bors | -1/+1 |
| 2015-11-25 | Auto merge of #30017 - nrc:fmt, r=brson | bors | -2/+5 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 |
| 2015-11-24 | rustfmt libcollections | Nick Cameron | -2/+5 |