| Age | Commit message (Expand) | Author | Lines |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-09-21 | Allow various lints as part of ui-ifying `src/test/run-pass` suite. | Felix S. Klock II | -0/+5 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -5/+2 |
| 2015-04-12 | Remove pretty-expanded from tests that use format_args! | Ryan Prichard | -1/+0 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -7/+7 |
| 2015-03-23 | rustdoc: Replace no-pretty-expanded with pretty-expanded | Brian Anderson | -0/+2 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -1/+1 |
| 2015-02-18 | Update suffixes en masse in tests using `perl -p -i -e` | Niko Matsakis | -1/+1 |
| 2015-02-16 | Add custom_attribute gate to tests which need them | Manish Goregaokar | -0/+2 |
| 2014-06-24 | Remove few FIXMEs | Piotr Jawniak | -3/+1 |
| 2014-05-24 | Get "make check" to work with unused-attribute | Steven Fackler | -0/+1 |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -19/+19 |
| 2014-04-06 | auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me | bors | -1/+1 |
| 2014-04-04 | Fix inner attribute syntax from `#[foo];` to `#![foo]` | Timothée Ravier | -2/+2 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -1/+1 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -3/+1 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -1/+1 |
| 2013-12-23 | rustc: Add a lint for the obsolete crate-level link attribute | Brian Anderson | -6/+0 |
| 2013-12-19 | Rename pkgid to crate_id | Corey Richardson | -1/+1 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -0/+2 |
| 2013-10-30 | syntax: Forbid non-string literals in meta items. #623 | Brian Anderson | -2/+4 |
| 2013-10-14 | Removing ccdecl | Steve Klabnik | -5/+5 |
| 2013-10-14 | Remove unused abi attributes. | Steve Klabnik | -10/+5 |
| 2013-09-30 | rpass: Remove usage of fmt! | Alex Crichton | -1/+1 |
| 2013-08-17 | Fix warnings it tests | Erick Tryzelaar | -1/+1 |
| 2013-08-09 | Remove the C++ runtime. Sayonara | Brian Anderson | -1/+1 |
| 2013-07-20 | librustc: Remove `pub extern` and `priv extern` from the language. | Patrick Walton | -5/+5 |
| 2013-06-06 | Deduplicate words in code comments | Alexei Sholik | -1/+1 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+2 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -3/+3 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -10/+0 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -4/+4 |
| 2013-03-07 | test: Fix tests. | Patrick Walton | -1/+1 |
| 2013-03-07 | librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r... | Patrick Walton | -19/+29 |
| 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 | -51/+18 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |
| 2012-10-11 | Uncomment nested module in test, delete a FIXME | Tim Chevalier | -2/+0 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -6/+31 |
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -1/+1 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -1/+1 |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -1/+1 |
| 2012-07-17 | fix no-longer-unsupervise test cases on windows | Ben Blum | -1/+1 |
| 2012-07-17 | Change all test/run-pass uses of rustrt::unsupervise() to something else | Ben Blum | -1/+1 |
| 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 | -5/+5 |
| 2012-06-26 | Change 'native' and 'crust' to 'extern'. | Graydon Hoare | -1/+1 |
| 2012-02-01 | Remove native types from stdlib | Marijn Haverbeke | -3/+0 |
| 2012-01-15 | rustc: Parse fn inner attributes. Closes #1506 | Brian Anderson | -0/+4 |