| Age | Commit message (Expand) | Author | Lines |
| 2017-02-03 | Merge remote-tracking branch 'upstream/master' into format-with-capacity | Michał Krasnoborski | -1/+1 |
| 2017-02-03 | Auto merge of #39287 - wesleywiser:move_cell, r=aturon | bors | -0/+1 |
| 2017-01-28 | use `String::with_capacity` in `format!` | Michał Krasnoborski | -0/+1 |
| 2017-01-25 | std: Stabilize APIs for the 1.16.0 release | Alex Crichton | -1/+0 |
| 2017-01-24 | Extend Cell to work with non-Copy types | Wesley Wiser | -0/+1 |
| 2017-01-13 | expect_err for Result. | Clar Charr | -0/+1 |
| 2016-12-16 | Address fallout | Aaron Turon | -4/+0 |
| 2016-12-13 | Auto merge of #38309 - sfackler:rfc-1725, r=alexcrichton | bors | -0/+1 |
| 2016-12-12 | Implement RFC #1725 | Steven Fackler | -0/+1 |
| 2016-11-30 | Rename 'librustc_unicode' crate to 'libstd_unicode'. | Corey Farwell | -1/+1 |
| 2016-11-01 | Merge branch 'master' of https://github.com/rust-lang/rust | Marcin Fatyga | -0/+1 |
| 2016-10-21 | Fix use of `result_unwrap_or_default` feature | Devon Hollowood | -0/+1 |
| 2016-10-09 | Add or and or_else for ordering. | Marcin Fatyga | -0/+1 |
| 2016-09-02 | Auto merge of #35856 - phimuemue:master, r=brson | bors | -0/+2 |
| 2016-08-20 | Introduce max_by/min_by on iterators | philipp | -0/+2 |
| 2016-08-19 | std: Stabilize APIs for the 1.12 release | Alex Crichton | -1/+0 |
| 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/+2 |
| 2016-07-14 | Auto merge of #33907 - strake:decode_utf8, r=alexcrichton | bors | -0/+1 |
| 2016-07-13 | add core::char::DecodeUtf8 | M Farkas-Dyck | -0/+1 |
| 2016-07-03 | Auto merge of #34530 - alexcrichton:stabilize-1.11, r=aturon | bors | -2/+0 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -2/+0 |
| 2016-06-29 | std: use siphash-1-3 for HashMap | Sean McArthur | -0/+1 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -1/+0 |
| 2016-05-08 | Rollup merge of #33426 - sfackler:try-from, r=aturon | Manish Goregaokar | -0/+1 |
| 2016-05-07 | Implement RFC 1542 | Steven Fackler | -0/+1 |
| 2016-05-03 | Remove unused trait imports flagged by lint | Seo Sanghyeon | -1/+0 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -3/+0 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -2/+0 |
| 2016-02-26 | Use .copy_from_slice() where applicable | Ulrik Sverdrup | -0/+1 |
| 2016-01-30 | test: Deny warnings in {core,collections}test | Alex Crichton | -8/+2 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -0/+1 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -0/+1 |
| 2015-10-16 | Add unused modules to libcoretest | Florian Hahn | -0/+2 |
| 2015-09-20 | Reorganize core::num internals | Robin Kruppe | -0/+2 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -1/+0 |
| 2015-08-31 | Implement `FixedSizeArray` for all fixed size arrays | Tobias Bucher | -2/+4 |
| 2015-08-23 | Refactor low-level UTF-16 decoding. | Simon Sapin | -0/+1 |
| 2015-08-13 | Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturon | bors | -9/+0 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -9/+0 |
| 2015-08-08 | Accurate decimal-to-float parsing routines. | Robin Kruppe | -0/+1 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -15/+33 |
| 2015-06-15 | libcore/Result - RFC#1119 Add an 'expect' method to Result | John Hodge | -0/+1 |
| 2015-05-30 | Auto merge of #25817 - XMPPwocky:once_cleanedup, r=alexcrichton | bors | -0/+2 |
| 2015-05-29 | Implement RFC 771: std::iter::once | Nathaniel Theis | -0/+2 |
| 2015-05-29 | add const_fn features | Niko Matsakis | -0/+1 |
| 2015-05-29 | Add map and filter_map associated functions to std::cell::Ref and RefMut | Simon Sapin | -0/+1 |
| 2015-05-19 | Stabilize debug builders for 1.2.0 | Steven Fackler | -1/+0 |
| 2015-05-06 | core: added core::num::flt2dec for floating-point formatting. | Kang Seonghoon | -0/+1 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -1/+0 |