| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -3/+3 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -3/+3 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -3/+3 |
| 2014-09-21 | Remove #[allow(deprecated)] from libstd | Alex Crichton | -4/+12 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -2/+2 |
| 2014-08-13 | std: Rename various slice traits for consistency | Brian Anderson | -1/+1 |
| 2014-08-06 | Use byte literals in libstd | nham | -6/+6 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -4/+5 |
| 2014-07-03 | Fix spelling errors. | Joseph Crail | -1/+1 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -1/+1 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -3/+3 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -3/+3 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -6/+6 |
| 2014-04-23 | Fix other bugs with new closure borrowing | Alex Crichton | -4/+4 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -2/+3 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -2/+2 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-03-25 | libstd: Document the following modules: | Patrick Walton | -0/+5 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -1/+1 |
| 2014-02-28 | std: Improve some I/O documentation | Alex Crichton | -0/+2 |
| 2014-02-25 | auto merge of #12522 : erickt/rust/hash, r=alexcrichton | bors | -1/+0 |
| 2014-02-24 | Remove std::from_str::FromStr from the prelude | Brendan Zabarauskas | -0/+1 |
| 2014-02-24 | std: minor whitespace cleanup | Erick Tryzelaar | -1/+0 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -13/+14 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -14/+2 |
| 2014-02-10 | IterBytes for IpAddr and SocketAddr | Tom Lee | -2/+13 |
| 2014-01-07 | stdtest: Fix all leaked trait imports | Alex Crichton | -2/+1 |
| 2014-01-07 | std: Fill in all missing imports | Alex Crichton | -1/+3 |
| 2014-01-06 | Remove some unnecessary type casts | Florian Hahn | -3/+3 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -4/+4 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -2/+2 |
| 2013-11-26 | libstd: Remove all non-`proc` uses of `do` from libstd | Patrick Walton | -28/+16 |
| 2013-11-25 | std: IPv6 addresses are represented as eight groups of four HEXADECIMAL digits | Andreas Ots | -1/+2 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -9/+14 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -0/+449 |