| Age | Commit message (Expand) | Author | Lines |
| 2014-12-29 | std: Second pass stabilization for `comm` | Alex Crichton | -1/+1 |
| 2014-12-29 | std: Stabilize the prelude module | Alex Crichton | -1/+1 |
| 2014-12-26 | Implement RaceBox for StdinReader | Flavio Percoco | -0/+6 |
| 2014-12-20 | Fix fallout of removing import_shadowing in tests. | Eduard Burtescu | -1/+0 |
| 2014-12-16 | auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brson | bors | -1/+1 |
| 2014-12-14 | std: Collapse SlicePrelude traits | Alex Crichton | -1/+1 |
| 2014-12-10 | Fix inappropriate ## headings | Steve Klabnik | -3/+3 |
| 2014-12-08 | auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton | bors | -5/+5 |
| 2014-12-06 | libstd: remove unnecessary `as_slice()` calls | Jorge Aparicio | -5/+5 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -2/+3 |
| 2014-11-30 | std: add Reader impl for &[u8] | Erick Tryzelaar | -3/+3 |
| 2014-11-26 | rollup merge of #19328: sfackler/buffered-get-mut | Alex Crichton | -10/+26 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -1/+1 |
| 2014-11-25 | Allow mutable access to wrapped internal type in Buffered* | Steven Fackler | -10/+26 |
| 2014-11-23 | Rename unwrap functions to into_inner | Alex Crichton | -5/+21 |
| 2014-11-18 | implement Writer for Vec<u8> | Daniel Micay | -21/+21 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -32/+32 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -2/+2 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -1/+0 |
| 2014-10-30 | auto merge of #18374 : steveklabnik/rust/gh18197, r=sfackler | bors | -4/+3 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -6/+5 |
| 2014-10-28 | Fix example for BufferedReader | Steve Klabnik | -4/+3 |
| 2014-10-20 | Optimize BufferedReader::read for large buffers. | Julian Orth | -2/+11 |
| 2014-10-13 | Clean up rustc warnings. | NODA, Kai | -3/+3 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -7/+7 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -7/+7 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -7/+7 |
| 2014-09-21 | Remove #[allow(deprecated)] from libstd | Alex Crichton | -5/+5 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -4/+4 |
| 2014-09-16 | Align with _mut conventions | Aaron Turon | -1/+1 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -1/+1 |
| 2014-08-26 | Use temp vars for implicit coercion to ^[T] | Nick Cameron | -24/+38 |
| 2014-08-13 | std: Rename various slice traits for consistency | Brian Anderson | -1/+1 |
| 2014-08-06 | Use byte literals in libstd | nham | -7/+7 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+2 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -2/+2 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -1/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -6/+6 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -6/+6 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -1/+1 |
| 2014-05-15 | std: Modify TempDir to not fail on drop. Closes #12628 | Brian Anderson | -1/+20 |
| 2014-05-07 | core: Add unwrap()/unwrap_err() methods to Result | Alex Crichton | -1/+1 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -6/+7 |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -3/+3 |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -2/+2 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -7/+7 |
| 2014-04-06 | De-~[] Mem{Reader,Writer} | Steven Fackler | -4/+4 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -4/+4 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -10/+10 |