| Age | Commit message (Expand) | Author | Lines |
| 2018-08-14 | Moved compile-fail tests to ui tests. | David Wood | -24/+0 |
| 2017-01-31 | Removes FIXMEs related to #22405 | Wesley Wiser | -1/+0 |
| 2015-05-13 | Fix ICE that occurs when an associated const is ambiguous. | Sean Patrick Santos | -1/+1 |
| 2015-03-03 | Switched to Box::new in many places. | Felix S. Klock II | -3/+2 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -1/+1 |
| 2015-01-07 | Test fixes and rebase conflicts | Alex Crichton | -0/+2 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -1/+1 |
| 2015-01-02 | Use `derive` rather than `deriving` in tests | Nick Cameron | -1/+1 |
| 2014-10-21 | Various minor cases where errors are reported in slightly different ways. | Niko Matsakis | -1/+1 |
| 2014-10-16 | Remove libdebug and update tests. | Luqman Aden | -3/+2 |
| 2014-09-15 | Update error messages in compile-fail tests | Niko Matsakis | -2/+1 |
| 2014-08-17 | librustc: Allow trait bounds on structures and enumerations, and check | Patrick Walton | -0/+1 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -0/+2 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -1/+1 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -1/+1 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -1/+1 |
| 2013-09-30 | cfail: Remove usage of fmt! | Alex Crichton | -1/+1 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -1/+1 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -2/+2 |
| 2013-07-17 | Clean-up tests after debug!/std-macros change. | Huon Wilson | -1/+1 |
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -1/+1 |
| 2013-03-11 | Remove uses of log | Brian Anderson | -1/+1 |
| 2013-02-15 | tests/tutorials: Get rid of `move`. | Luqman Aden | -1/+1 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -1/+1 |
| 2013-02-08 | Fix subtle error in caching during kind computation that could cause linear | Niko Matsakis | -3/+1 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |
| 2012-12-06 | test: Fix more compile-fail bustage. rs=bustage | Patrick Walton | -1/+1 |
| 2012-11-29 | librustc: Make the Drop trait use explicit self | Patrick Walton | -1/+1 |
| 2012-11-14 | Convert the test suite to use the Drop trait | Ben Striegel | -2/+5 |
| 2012-10-23 | Remove uses of binary move - <- - from tests and libraries | Tim Chevalier | -1/+1 |
| 2012-09-07 | Remove 'let' syntax for struct fields | Brian Anderson | -1/+1 |
| 2012-09-06 | Remove struct ctors | Brian Anderson | -2/+1 |
| 2012-08-17 | Remove the class keyword | Brian Anderson | -1/+1 |
| 2012-06-01 | Port more resource tests to classes | Tim Chevalier | -1/+4 |
| 2011-12-22 | Register new snapshots, purge log_err and log_full in favour of log(...). | Graydon Hoare | -1/+1 |
| 2011-12-22 | Register snapshots and switch logging over to use of log_full or #error / #de... | Graydon Hoare | -1/+1 |
| 2011-11-18 | Update stdlib, compiler, and tests to new kind system | Marijn Haverbeke | -4/+3 |
| 2011-11-18 | Preparation for kind system overhaul | Marijn Haverbeke | -0/+1 |
| 2011-09-26 | Make some nocopy tests a bit more futureproof | Brian Anderson | -1/+1 |
| 2011-09-26 | Don't allow copying of unique boxes of pinned kinds | Brian Anderson | -1/+0 |
| 2011-09-26 | Unique vectors and boxes of pinned are unique kinds. Closes #977 | Brian Anderson | -0/+1 |
| 2011-09-24 | Unique pointers containing pinned kinds become pinned | Brian Anderson | -0/+10 |