about summary refs log tree commit diff
path: root/src/test/run-pass/alt-implicit-copy.rs
AgeCommit message (Collapse)AuthorLines
2012-12-07test: Remove alt-implicit-copy.rs test. Incompatible with current borrow ↵Patrick Walton-6/+0
check semantics. rs=bustage
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-08-05Switch alts to use arrowsBrian Anderson-1/+1
2012-06-08remove alias analysis and replace with borrowckNiko Matsakis-1/+1
This reverts commit 7ef825bb607c4e934c92bd0b73ecbc4c24f3286b.
2012-06-07Revert "remove alias analysis and replace with borrowck"Brian Anderson-1/+1
18s perf regression compiling rustc with opts This reverts commit 7f6ee0ce0df8af4c21b065cb49b95079ae643f77.
2012-06-07remove alias analysis and replace with borrowckNiko Matsakis-1/+1
cc #2540
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-1/+1
2011-09-13Apply implicit copying for unsafe references to alt patternsMarijn Haverbeke-0/+6