rust/src/test
Alex Crichton f0c730b819 syntax: Parse GT tokens from >= and >>=
The parser already has special logic for parsing `>` tokens from `>>`, and this
commit extends the logic to the acquiring a `>` from the `>=` and `>>=` tokens
as well.

Closes #15043
2014-06-20 09:53:12 -07:00
..
auxiliary Remove obsolete test 2014-06-18 20:50:27 +02:00
bench Fallout from TaskBuilder changes 2014-06-18 17:01:45 -07:00
codegen
compile-fail auto merge of #14400 : kballard/rust/lexer_crlf_handling, r=cmr 2014-06-19 05:21:16 +00:00
compile-fail-fulldeps rustc: reduce redundant resolve errors. 2014-06-18 01:19:22 +01:00
debuginfo debuginfo: Add test case for issue 14411. 2014-06-18 17:02:02 -07:00
pretty rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
run-fail rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
run-make auto merge of #15006 : alexcrichton/rust/fix-nightly, r=brson 2014-06-18 22:41:40 +00:00
run-pass syntax: Parse GT tokens from >= and >>= 2014-06-20 09:53:12 -07:00
run-pass-fulldeps rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00