| Age | Commit message (Expand) | Author | Lines |
| 2015-06-13 | Use `assert_eq!` instead of `assert!` in tests | petrochenkov | -2/+2 |
| 2015-04-14 | test: Fix fallout in run-pass tests | Alex Crichton | -5/+3 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -1/+3 |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -1/+0 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -2/+2 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -1/+1 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -3/+3 |
| 2014-12-20 | Allow use of `[_ ; n]` syntax for fixed length and repeating arrays. | Nick Cameron | -1/+1 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+1 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -1/+1 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -1/+1 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -1/+1 |
| 2014-10-16 | Remove libdebug and update tests. | Luqman Aden | -3/+1 |
| 2014-07-26 | Remove managed_box gate from tests | Brian Anderson | -1/+0 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -2/+2 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -0/+2 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -8/+8 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -1/+1 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -8/+8 |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -1/+1 |
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -1/+0 |
| 2014-03-22 | Remove outdated and unnecessary std::vec_ng::Vec imports. | Huon Wilson | -1/+0 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -2/+4 |
| 2014-03-21 | test: Automatically remove all `~[T]` from tests. | Patrick Walton | -3/+3 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -1/+1 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -2/+0 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -5/+5 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -1/+1 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -2/+2 |
| 2014-01-03 | test: De-`@mut` the test suite | Patrick Walton | -2/+2 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -1/+1 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -11/+9 |
| 2013-10-23 | register snapshots | Daniel Micay | -0/+2 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -2/+2 |
| 2013-09-30 | rpass: Remove usage of fmt! | Alex Crichton | -2/+2 |
| 2013-08-17 | Fix warnings it tests | Erick Tryzelaar | -1/+0 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -2/+2 |
| 2013-08-01 | std: Replace `for` with `do { .. }` expr where internal iterators are used | blake2-ppc | -3/+4 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -2/+2 |
| 2013-08-01 | make `in` and `foreach` get treated as keywords | Daniel Micay | -3/+3 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -1/+1 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -1/+0 |
| 2013-06-09 | std: remove each_char* fns and methods from str, replaced by iterators. | Huon Wilson | -1/+2 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+3 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -2/+2 |
| 2013-05-11 | auto merge of #6383 : huonw/rust/rustc-expand-then-strip, r=thestinger | bors | -6/+0 |
| 2013-05-11 | Correct testcases that passed because fns with #[test] were stripped before e... | Huon Wilson | -6/+0 |
| 2013-05-08 | test: Fix tests. | Patrick Walton | -1/+1 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -1/+1 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -2/+2 |