rust/src/test
Patrick Walton 78a841810e librustc: Implement associated types behind a feature gate.
The implementation essentially desugars during type collection and AST
type conversion time into the parameter scheme we have now. Only fully
qualified names--e.g. `<T as Foo>::Bar`--are supported.
2014-09-17 16:38:57 -07:00
..
auxiliary rustdoc: Correctly distinguish enums and types 2014-09-17 18:53:54 +12:00
bench rollup merge of #17309 : aturon/deprecate-libnum 2014-09-17 08:49:37 -07:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail librustc: Implement associated types behind a feature gate. 2014-09-17 16:38:57 -07:00
compile-fail-fulldeps Add lint groups; define built-in lint groups bad_style and unused 2014-08-30 09:12:04 +12:00
debuginfo Fallout from renaming 2014-09-16 14:37:48 -07:00
pretty Decouple string and argument pieces 2014-09-09 20:34:41 +01:00
run-fail Add tests for a few A-needstest issues 2014-09-15 18:09:24 +02:00
run-make Add regression test for #17186 2014-09-12 18:09:47 -07:00
run-pass librustc: Implement associated types behind a feature gate. 2014-09-17 16:38:57 -07:00
run-pass-fulldeps Fix fallout in macro_crate/quote tests. 2014-09-14 04:20:36 +03:00