rust/src/test/run-pass-fulldeps
Alex Crichton 9d5d97b55d Remove a large amount of deprecated functionality
Spring cleaning is here! In the Fall! This commit removes quite a large amount
of deprecated functionality from the standard libraries. I tried to ensure that
only old deprecated functionality was removed.

This is removing lots and lots of deprecated features, so this is a breaking
change. Please consult the deprecation messages of the deleted code to see how
to migrate code forward if it still needs migration.

[breaking-change]
2014-10-19 12:59:40 -07:00
..
issue_16723_multiple_items_syntax_ext.rs Test fixes from the rollup 2014-09-19 19:58:14 -07:00
issue-13560.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
issue-16992.rs Test fixes from the rollup 2014-09-09 13:13:04 -07:00
lint-group-plugin.rs Add lint groups; define built-in lint groups bad_style and unused 2014-08-30 09:12:04 +12: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 Fix fallout in tests from removing the use of Gc in ExpnInfo. 2014-09-18 14:36:18 +03:00
quote-tokens.rs syntax: Parse outer attributes in quote_method! 2014-10-06 10:53:05 -04:00
quote-unused-sp-no-warning.rs compiletest: Test --pretty expanded 2014-05-13 17:24:08 -07:00
roman-numerals-macro.rs test: Fix a test that fails when cross compiling 2014-10-03 16:13:33 -07:00
syntax-extension-with-dll-deps.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00