| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-08-14 | Moved compile-fail tests to ui tests. | David Wood | -22/+0 | |
| 2016-08-22 | Updated E0432 to new format | Knight | -2/+2 | |
| 2016-02-02 | Add fake import resolutions & targets for names in bad imports | Dirk Gadsden | -2/+5 | |
| 2016-01-22 | test fallout | Nick Cameron | -0/+1 | |
| 2014-06-18 | rustc: reduce redundant resolve errors. | Kevin Butler | -2/+2 | |
| 2013-01-30 | test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting | Patrick Walton | -2/+1 | |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 | |
| 2012-11-15 | Update error messages and un-xfail | Tim Chevalier | -2/+1 | |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under ↵ | Graydon Hoare | -0/+1 | |
| #[legacy_exports]; | ||||
| 2012-09-05 | test: "import" -> "use" | Patrick Walton | -1/+1 | |
| 2012-07-19 | test: XFAIL some more in an effort to unbreak the tree | Patrick Walton | -0/+1 | |
| 2012-07-09 | rustc: Switch to the new resolution pass | Patrick Walton | -1/+1 | |
| 2012-07-06 | Revert "rustc: Switch to the new resolution pass" | Niko Matsakis | -1/+1 | |
| This reverts commit c4af6e92fbae171c56a4e68666025725555fc9d8. Branch was burning...many, many unresolved imports. | ||||
| 2012-07-06 | rustc: Switch to the new resolution pass | Patrick Walton | -1/+1 | |
| 2011-12-02 | Be less specific in 'unresolved import' error patterns | Marijn Haverbeke | -1/+1 | |
| To make sure different test set-ups (check-fast) don't cause the tests to fail. | ||||
| 2011-08-20 | Reformat | Brian Anderson | -5/+2 | |
| This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[] | ||||
| 2011-08-17 | Allow multiple imports in a single statement | Brian Anderson | -0/+11 | |
| Like so: import foo::{bar, baz}; Issue #817 | ||||
