| Age | Commit message (Expand) | Author | Lines |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -3/+3 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -3/+3 |
| 2015-02-21 | Kill fmt::Show and fmt::String with fire! | Simonas Kazlauskas | -1/+1 |
| 2015-02-18 | Update suffixes en masse in tests using `perl -p -i -e` | Niko Matsakis | -3/+3 |
| 2015-01-08 | fallout: run-pass tests that use box. (many could be ported to `Box::new` in... | Felix S. Klock II | -0/+3 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -1/+1 |
| 2014-09-26 | librustc: Give trait methods accessible via fewer autoderefs priority | Patrick Walton | -1/+1 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -3/+3 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -3/+3 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -3/+3 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -1/+1 |
| 2014-05-14 | test: Remove all uses of `~str` from the test suite. | Patrick Walton | -6/+6 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -2/+2 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -2/+2 |
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -2/+0 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -4/+4 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -3/+6 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -2/+2 |
| 2014-02-07 | Removed @self and @Trait. | Eduard Burtescu | -4/+2 |
| 2014-01-26 | Fix privacy fallout from previous change | Alex Crichton | -1/+1 |
| 2013-10-23 | register snapshots | Daniel Micay | -0/+2 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -4/+4 |
| 2013-09-30 | rpass: Remove usage of fmt! | Alex Crichton | -4/+4 |
| 2013-08-17 | Fix warnings it tests | Erick Tryzelaar | -5/+2 |
| 2013-07-17 | Clean-up tests after debug!/std-macros change. | Huon Wilson | -1/+1 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -4/+4 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -1/+1 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -1/+1 |
| 2013-03-22 | test: Remove `pure` from the test suite | Patrick Walton | -1/+1 |
| 2013-03-15 | Clonify some of run-pass | Ben Striegel | -3/+6 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -1/+1 |
| 2013-03-06 | Make object types not implement associated trait. Fixes #5087. | Niko Matsakis | -1/+1 |
| 2013-02-28 | Remove legacy object creation mode, and convert remaining uses of it | Niko Matsakis | -1/+1 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -1/+1 |
| 2013-02-25 | test: Residual de-muting of the test suite. rs=demuting | Patrick Walton | -22/+21 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -1/+1 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -1/+1 |
| 2013-02-03 | core: convert ToStr::to_str to take explicit &self | Erick Tryzelaar | -1/+1 |
| 2013-02-01 | check-fast fallout from removing export, r=burningtree | Graydon Hoare | -1/+1 |
| 2013-01-07 | test: Regular expression mistake. rs=bustage | Patrick Walton | -1/+1 |
| 2013-01-07 | test: Fix check-fast for resolve changes. rs=bustage | Patrick Walton | -1/+1 |
| 2012-12-28 | test: Fix a bunch of run-pass tests. rs=bustage | Patrick Walton | -2/+1 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |
| 2012-12-05 | test: More bustage fixes. rs=me | Patrick Walton | -1/+1 |
| 2012-10-11 | Make to_str pure and fix const parameters for str-mutating functions | Tim Chevalier | -1/+1 |
| 2012-09-11 | Remove priv sections from classes. Obsolete the syntax | Brian Anderson | -3/+1 |
| 2012-09-10 | Convert class methods to impl methods. Stop parsing class methods | Brian Anderson | -7/+13 |
| 2012-09-07 | Remove 'let' syntax for struct fields | Brian Anderson | -3/+3 |
| 2012-09-06 | Remove struct ctors | Brian Anderson | -3/+8 |
| 2012-09-05 | test: "import" -> "use" | Patrick Walton | -2/+2 |