rust/src/test
Daniel Grunwald db013f9f45 Fix some grammar inconsistencies for the '..' range notation.
Grammar changes:
* allow 'for _ in 1..i {}' (fixes #20241)
* allow 'for _ in 1.. {}' as infinite loop
* prevent use of range notation in contexts where only operators of high
  precedence are expected (fixes #20811)

Parser code cleanup:
* remove RESTRICTION_NO_DOTS
* make AS_PREC const and follow naming convention
* make min_prec inclusive
2015-01-22 19:55:15 +01:00
..
auxiliary rollup merge of #20179: eddyb/blind-items 2015-01-21 11:56:00 -08:00
bench rollup merge of #21258: aturon/stab-3-index 2015-01-21 11:53:49 -08:00
codegen
compile-fail Fix some grammar inconsistencies for the '..' range notation. 2015-01-22 19:55:15 +01:00
compile-fail-fulldeps tests: fix fallout of merging ast::ViewItem into ast::Item. 2015-01-21 20:05:16 +02:00
debuginfo Make diagnostic ordering deterministic 2015-01-21 20:25:19 -08:00
pretty tests: fix fallout of merging ast::ViewItem into ast::Item. 2015-01-21 20:05:16 +02:00
run-fail rollup merge of #21252: nikomatsakis/assoc-type-ice-hunt-take-2 2015-01-21 11:51:10 -08:00
run-make Test fixes and rebase conflicts 2015-01-21 10:32:56 -08:00
run-pass Fix some grammar inconsistencies for the '..' range notation. 2015-01-22 19:55:15 +01:00
run-pass-fulldeps
run-pass-valgrind