| Age | Commit message (Expand) | Author | Lines |
| 2016-01-13 | Simplify some uses of cfg in test cases | Anton Blanchard | -9/+0 |
| 2016-01-13 | Add powerpc64 and powerpc64le support | Anton Blanchard | -1/+2 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -6/+6 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -5/+5 |
| 2015-02-18 | Update suffixes en masse in tests using `perl -p -i -e` | Niko Matsakis | -4/+4 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -3/+3 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -5/+5 |
| 2015-01-03 | Initial version of AArch64 support. | Akos Kiss | -2/+2 |
| 2015-01-02 | Use `derive` rather than `deriving` in tests | Nick Cameron | -2/+2 |
| 2014-10-16 | Remove libdebug and update tests. | Luqman Aden | -6/+6 |
| 2014-10-12 | Continue cfg syntax transition | Steven Fackler | -2/+1 |
| 2014-06-23 | librustc: Feature gate lang items and intrinsics. | Patrick Walton | -0/+2 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -1/+2 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -1/+1 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -1/+1 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -1/+1 |
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -1/+0 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -3/+3 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -2/+2 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -3/+3 |
| 2013-10-17 | std: Move size/align functions to std::mem. #2240 | Brian Anderson | -3/+3 |
| 2013-10-14 | Remove unused abi attributes. | Steve Klabnik | -1/+0 |
| 2013-09-30 | rpass: Remove usage of fmt! | Alex Crichton | -4/+4 |
| 2013-08-31 | document why some tests are xfail-fast | Daniel Micay | -1/+1 |
| 2013-08-31 | repr: print the name of structs | Daniel Micay | -1/+3 |
| 2013-08-27 | repr: print integer/float suffixes | Daniel Micay | -1/+1 |
| 2013-07-20 | librustc: Remove `pub extern` and `priv extern` from the language. | Patrick Walton | -1/+1 |
| 2013-07-17 | Clean-up tests after debug!/std-macros change. | Huon Wilson | -3/+3 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+2 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -3/+3 |
| 2013-04-23 | test: fix for missing ARM support | Young-il Choi | -0/+1 |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -1/+1 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -3/+3 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -3/+3 |
| 2013-03-07 | librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r... | Patrick Walton | -4/+6 |
| 2013-02-01 | check-fast fallout from removing export, r=burningtree | Graydon Hoare | -1/+1 |
| 2013-01-30 | test: Remove export from the tests, language, and libraries. rs=deexporting | Patrick Walton | -9/+6 |
| 2013-01-26 | testsuite: Eliminate uses of structural records from most run-pass tests | Tim Chevalier | -10/+10 |
| 2013-01-24 | librustc: Make C functions unsafe | Patrick Walton | -13/+14 |
| 2012-12-18 | fix 4 repr tests due to differences in spacing. r=burningtree. | Graydon Hoare | -1/+1 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |
| 2012-10-30 | Remove xfail-pretty from tests that pretty-print correctly now | Tim Chevalier | -1/+0 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+3 |
| 2012-09-13 | fix some of the broken tests (the ones that were doing the right thing) | Niko Matsakis | -1/+1 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -4/+4 |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -4/+4 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -1/+1 |
| 2012-07-03 | Switch 'native' to 'extern' (or 'foreign' in some descriptions) | Graydon Hoare | -1/+1 |
| 2012-05-02 | rt: Fix some record alignment issues on windows | Brian Anderson | -0/+54 |
| 2012-05-02 | Revert "rt: Fix some record alignment issues on windows" | Brian Anderson | -54/+0 |