rust/src/test
Ulrik Sverdrup 75239142a8 Implement .. syntax for RangeFull as expression
Allows the expression `..` (without either endpoint) in general, can be
used in slicing syntax `&expr[..]` where we previously wrote `&expr[]`.

The old syntax &expr[] is not yet removed or warned for.
2015-02-04 23:23:12 +01:00
..
auxiliary Auto merge of #21675 - huonw:less-false-positives, r=nikomatsakis 2015-02-03 12:49:21 +00:00
bench rollup merge of #21830: japaric/for-cleanup 2015-02-02 11:01:12 -08:00
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail Implement .. syntax for RangeFull as expression 2015-02-04 23:23:12 +01:00
compile-fail-fulldeps tests: fix fallout of merging ast::ViewItem into ast::Item. 2015-01-21 20:05:16 +02:00
debuginfo for x in xs.into_iter() -> for x in xs 2015-02-02 13:40:18 -05:00
pretty for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
run-fail Kill more isizes 2015-01-31 17:40:40 +01:00
run-make Test fixes and rebase conflicts 2015-02-02 18:50:23 -08:00
run-pass Implement .. syntax for RangeFull as expression 2015-02-04 23:23:12 +01:00
run-pass-fulldeps Remove all i suffixes 2015-01-30 04:38:54 +01:00
run-pass-valgrind Fallout of io => old_io 2015-01-26 16:01:16 -08:00