| Age | Commit message (Expand) | Author | Lines |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -12/+12 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -7/+7 |
| 2014-05-25 | Paper over privacy issues with Deref by changing field names. | Huon Wilson | -7/+9 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -19/+19 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -4/+4 |
| 2014-05-08 | auto merge of #13835 : alexcrichton/rust/localdata, r=brson | bors | -346/+191 |
| 2014-05-07 | std: Modernize the local_data api | Alex Crichton | -346/+191 |
| 2014-05-07 | core: Inherit possible string functionality | Alex Crichton | -1/+0 |
| 2014-05-07 | auto merge of #13958 : pcwalton/rust/detilde, r=pcwalton | bors | -11/+14 |
| 2014-05-07 | auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brson | bors | -1/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -11/+14 |
| 2014-05-05 | std: deprecate cast::transmute_mut. | Huon Wilson | -2/+2 |
| 2014-05-03 | rustdoc: Migrate from sundown to hoedown | Alex Crichton | -1/+1 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -3/+3 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -20/+21 |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -1/+1 |
| 2014-04-10 | std,serialize: remove some internal uses of ~[]. | Huon Wilson | -5/+6 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -5/+6 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -1/+1 |
| 2014-03-12 | rustc: Remove matching on ~str from the language | Michael Darakananda | -2/+2 |
| 2014-02-23 | std: Move intrinsics to std::intrinsics. | Brian Anderson | -1/+1 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -2/+2 |
| 2014-02-07 | Cleaned up imports per coding standards. | chromatic | -2/+2 |
| 2014-02-07 | Removed prelude::* from libstd files. | chromatic | -1/+3 |
| 2014-01-29 | Removing do keyword from libstd and librustc | Scott Lawrence | -10/+10 |
| 2014-01-22 | Replace C types with Rust types in libstd, closes #7313 | Florian Hahn | -6/+5 |
| 2014-01-15 | libstd: Added more #[inline] annotations and replaced uses of `libc::abort` w... | Eduard Burtescu | -1/+2 |
| 2014-01-12 | Removed remnants of `@mut` and `~mut` from comments and the type system. | Eduard Burtescu | -2/+1 |
| 2013-12-31 | Conservatively export all trait methods and impls | Alex Crichton | -0/+1 |
| 2013-12-24 | std: Get stdtest all passing again | Alex Crichton | -0/+1 |
| 2013-12-23 | std: Fix all code examples | Alex Crichton | -2/+2 |
| 2013-12-21 | std: Remove some @-boxes | Brian Anderson | -49/+49 |
| 2013-12-20 | std: silence warnings when compiling test. | Huon Wilson | -0/+3 |
| 2013-12-15 | librustc: Remove identifiers named `box`, since it's about to become a keyword. | Patrick Walton | -6/+6 |
| 2013-12-15 | std: fix spelling in docs. | Huon Wilson | -1/+1 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -20/+20 |
| 2013-11-26 | libstd: Remove all non-`proc` uses of `do` from libstd | Patrick Walton | -2/+2 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -6/+9 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -1/+0 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -8/+8 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -6/+6 |
| 2013-10-02 | Check enums in missing_doc lint | Steven Fackler | -0/+1 |
| 2013-09-30 | std: Remove usage of fmt! | Alex Crichton | -11/+11 |
| 2013-09-25 | rustdoc: Change all code-blocks with a script | Alex Crichton | -2/+2 |
| 2013-09-24 | auto merge of #9457 : klutzy/rust/doc-fix, r=alexcrichton | bors | -2/+2 |
| 2013-09-24 | std::local_data: Fix document code | klutzy | -2/+2 |
| 2013-09-23 | remove apostrophe where it's is not used as a contraction | Dan Connolly | -1/+1 |
| 2013-09-12 | Improve the local_data docs slightly | Alex Crichton | -7/+8 |
| 2013-09-09 | Remove hacks around issues in local_data | Alex Crichton | -9/+7 |
| 2013-08-27 | Consolidate local_data implementations, and cleanup | Alex Crichton | -207/+453 |