| Age | Commit message (Expand) | Author | Lines |
| 2016-08-22 | 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 |
| 2015-04-21 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -4/+2 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -1/+1 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -1/+0 |
| 2015-03-27 | Feature gate *all* slice patterns. #23121 | Brian Anderson | -0/+1 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -0/+2 |
| 2015-03-11 | Switch to a specific feature | Steven Fackler | -0/+1 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -0/+2 |
| 2015-02-20 | try to reduce bajillion warnings | Alexis | -0/+9 |
| 2015-02-15 | Fix rollup (remove slicing_syntax) | Manish Goregaokar | -1/+1 |
| 2015-02-04 | Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`. | Huon Wilson | -0/+1 |
| 2015-01-30 | Test fixes and rebase conflicts | Alex Crichton | -3/+3 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -1/+0 |
| 2015-01-21 | Tie stability attributes to feature gates | Brian Anderson | -1/+1 |
| 2015-01-17 | Set allow(unstable) in crates that use unstable features | Brian Anderson | -0/+1 |
| 2015-01-08 | Remove warning from the libraries. | Huon Wilson | -0/+1 |