| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-08-14 | Moved compile-fail tests to ui tests. | David Wood | -25/+0 | |
| 2015-12-11 | Make name resolution errors non-fatal | Nick Cameron | -1/+1 | |
| 2015-03-24 | rustc: Add support for `extern crate foo as bar` | Alex Crichton | -2/+2 | |
| The compiler will now issue a warning for crates that have syntax of the form `extern crate "foo" as bar`, but it will still continue to accept this syntax. Additionally, the string `foo-bar` will match the crate name `foo_bar` to assist in the transition period as well. This patch will land hopefully in tandem with a Cargo patch that will start translating all crate names to have underscores instead of hyphens. cc #23533 | ||||
| 2015-01-08 | Update compile fail tests to use isize. | Huon Wilson | -2/+2 | |
| 2014-12-14 | Add a bunch of new tests per Alex's suggestion. | Niko Matsakis | -0/+25 | |
