| Age | Commit message (Expand) | Author | Lines |
| 2016-09-20 | serialize: extend with specialization-based encoding/decoding multi-dispatch. | Eduard Burtescu | -0/+100 |
| 2016-09-11 | Use question_mark feature in libserialize. | Ahmed Charles | -10/+9 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -1/+1 |
| 2016-08-31 | Rollup merge of #36123 - nagisa:unignore-json-tests, r=alexcrichton | Jonathan Turner | -3/+0 |
| 2016-08-30 | Unignore the json tests on 32-bit platforms | Simonas Kazlauskas | -3/+0 |
| 2016-08-25 | Rename {uint,int} methods to {usize,isize}. | Corey Farwell | -16/+16 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -6/+4 |
| 2016-05-09 | Utilize `Result::unwrap_err` in more places. | Corey Farwell | -1/+1 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -2/+4 |
| 2016-03-22 | sprinkle feature gates here and there | Jorge Aparicio | -0/+1 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -121/+121 |
| 2016-03-22 | std: Change `encode_utf{8,16}` to return iterators | Alex Crichton | -4/+3 |
| 2016-02-18 | Remove unnecessary explicit lifetime bounds. | Corey Farwell | -4/+4 |
| 2016-02-11 | bootstrap: Add a bunch of Cargo.toml files | Alex Crichton | -0/+12 |
| 2016-01-26 | Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson | bors | -1/+1 |
| 2016-01-26 | Fix warnings during tests | Alex Crichton | -1/+0 |
| 2016-01-26 | std: Stabilize custom hasher support in HashMap | Alex Crichton | -9/+7 |
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -0/+1 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -4/+2 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -3/+0 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 |
| 2015-11-12 | libserialize: deny warnings in doctests | Kevin Butler | -4/+8 |
| 2015-09-20 | Miscellaneous cleanup for old issues. | Lee Jeffery | -6/+3 |
| 2015-09-08 | fixes/improvements thanks to @Manishearth | Andre Bogus | -3/+3 |
| 2015-09-08 | some more clippy-based improvements | Andre Bogus | -54/+53 |
| 2015-08-23 | Refactor low-level UTF-16 decoding. | Simon Sapin | -6/+6 |
| 2015-08-15 | Add issue for the rustc_private feature everywhere | Alex Crichton | -1/+2 |
| 2015-08-14 | Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrc | bors | -1/+1 |
| 2015-08-12 | Fallout in libs -- misc missing bounds uncovered by WF checks. | Niko Matsakis | -1/+1 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -32/+1 |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -3/+3 |
| 2015-07-30 | Auto merge of #26734 - Gankro:deprecate-vecmap, r=alexcrichton | bors | -0/+3 |
| 2015-07-29 | deprecate vecmap | Alexis Beingessner | -0/+3 |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -2/+4 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -1/+0 |
| 2015-06-17 | std: Split the `std_misc` feature | Alex Crichton | -2/+2 |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -0/+2 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -2/+3 |
| 2015-06-08 | Replace usage of String::from_str with String:from | Simon Sapin | -1/+1 |
| 2015-05-30 | fix documentation in libserialize | benaryorg | -1/+1 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |
| 2015-05-06 | test: update tests for flt2dec fallouts. | Kang Seonghoon | -2/+2 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -18/+10 |
| 2015-04-21 | rollup merge of #24651: tamird/old-references | Alex Crichton | -1/+1 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -18/+10 |
| 2015-04-21 | Remove references to `old_{path,io}` | Tamir Duberstein | -1/+1 |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -2/+0 |
| 2015-04-18 | Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichton | bors | -3/+3 |
| 2015-04-17 | Workaround deliberate overflowing negation in serialize::json. | Felix S. Klock II | -1/+1 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -3/+3 |