rust/src/test/run-pass-fulldeps
wickerwaka c0e003d5ad extern crate foobar as foo;
Implements remaining part of RFC #47.
Addresses issue #16461.

Removed link_attrs from rust.md, they don't appear to be supported by
the parser.

Changed all the tests to use the new extern crate syntax

Change pretty printer to use 'as' syntax
2014-08-23 12:16:04 -07:00
..
issue-13560.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
lint-plugin-cmdline.rs Test lint plugins 2014-06-24 11:36:28 -07:00
lint-plugin.rs Test lint plugins 2014-06-24 11:36:28 -07:00
macro-crate-does-hygiene-work.rs Followup to PR #16477: a run-pass regression test for Issue #15750. 2014-08-14 11:55:47 +02:00
macro-crate-outlive-expansion-phase.rs Convert tests to use #[plugin_registrar] 2014-06-09 14:29:30 -07:00
macro-crate.rs Use phase(plugin) in tests 2014-06-09 14:29:30 -07:00
phase-syntax-link-does-resolve.rs Use phase(plugin) in tests 2014-06-09 14:29:30 -07:00
qquote.rs syntax: add support for quoting arms 2014-07-29 16:01:36 -07:00
quote-tokens.rs syntax: add support for quoting arms 2014-07-29 16:01:36 -07:00
quote-unused-sp-no-warning.rs compiletest: Test --pretty expanded 2014-05-13 17:24:08 -07:00
syntax-extension-fourcc.rs Use phase(plugin) in tests 2014-06-09 14:29:30 -07:00
syntax-extension-hexfloat.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
syntax-extension-with-dll-deps.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00