| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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-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-01-02 | New coherence tests covering patterns we want to work (and not work). | Niko Matsakis | -0/+20 | |
