rust/src/test
Patrick Walton 7c00d77e8b librustc: Implement the syntax in the RFC for unboxed closure sugar.
Part of issue #16640. I am leaving this issue open to handle parsing of
higher-rank lifetimes in traits.

This change breaks code that used unboxed closures:

* Instead of `F:|&: int| -> int`, write `F:Fn(int) -> int`.

* Instead of `F:|&mut: int| -> int`, write `F:FnMut(int) -> int`.

* Instead of `F:|: int| -> int`, write `F:FnOnce(int) -> int`.

[breaking-change]
2014-09-18 16:31:58 -07:00
..
auxiliary rustdoc: Correctly distinguish enums and types 2014-09-17 18:53:54 +12:00
bench auto merge of #17335 : TeXitoi/rust/relicense-shootout, r=brson 2014-09-18 03:20:39 +00:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail librustc: Implement the syntax in the RFC for unboxed closure sugar. 2014-09-18 16:31:58 -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 test: Un-ignore some GDB pretty printing tests 2014-09-17 07:50:30 -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 the syntax in the RFC for unboxed closure sugar. 2014-09-18 16:31:58 -07:00
run-pass-fulldeps Fix fallout in macro_crate/quote tests. 2014-09-14 04:20:36 +03:00