rust/src/test
Dmitry Ermolov f4b88547ad Pointers to bound variables are stored after all patterns are matched.
Pointers to bound variables shouldn't be stored before checking pattern,
otherwise piped patterns can conflict with each other (issue #6338).

Closes #6338.
2013-08-16 02:07:21 +04:00
..
auxiliary Forbid pub/priv where it has no effect 2013-08-12 23:20:46 -07:00
bench std: Rename Iterator.transform -> .map 2013-08-10 07:33:21 -07:00
codegen Elide unnecessary ret slot allocas 2013-08-10 11:04:50 +02:00
compile-fail auto merge of #8483 : luqmana/rust/rexprs, r=catamorphism 2013-08-15 00:29:11 -07:00
debug-info debuginfo: Add some tests for visibiliy scopes within closures. 2013-08-13 11:13:49 +02:00
pretty remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
run-fail auto merge of #8497 : nikomatsakis/rust/improvements-to-object-coercion, r=pcwalton 2013-08-13 21:29:20 -07:00
run-pass Pointers to bound variables are stored after all patterns are matched. 2013-08-16 02:07:21 +04:00
run-pass-fulldeps New naming convention for ast::{node_id, local_crate, crate_node_id, blk_check_mode, ty_field, ty_method} 2013-07-29 16:16:48 +02:00