| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-06-08 | Move some run-pass attribute tests to ui | Vadim Petrochenkov | -12/+0 | |
| 2019-06-08 | Introduce `#[rustc_dummy]` attribute and use it in tests | Vadim Petrochenkov | -6/+5 | |
| Unlike other built-in attributes, this attribute accepts any input | ||||
| 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/+2 | |
| 2016-08-22 | Fix compiletest so it respects warnings for run-pass. | Ahmed Charles | -2/+0 | |
| 2015-03-23 | rustdoc: Replace no-pretty-expanded with pretty-expanded | Brian Anderson | -0/+2 | |
| Now that features must be declared expanded source often does not compile. This adds 'pretty-expanded' to a bunch of test cases that still work. | ||||
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -1/+1 | |
| 2015-02-16 | Add custom_attribute gate to tests which need them | Manish Goregaokar | -0/+2 | |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -1/+1 | |
| This commit shreds all remnants of libextra from the compiler and standard distribution. Two modules, c_vec/tempfile, were moved into libstd after some cleanup, and the other modules were moved to separate crates as seen fit. Closes #8784 Closes #12413 Closes #12576 | ||||
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -1/+1 | |
| This was previously implemented, and it just needed a snapshot to go through | ||||
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -1/+1 | |
| 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 | -3/+2 | |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 | |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under ↵ | Graydon Hoare | -0/+1 | |
| #[legacy_exports]; | ||||
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -1/+1 | |
| 2012-05-08 | Support visibility modifiers and attributes on view items | Marijn Haverbeke | -0/+9 | |
| Issue #1893 Tangentially, issue #2357 | ||||
