about summary refs log tree commit diff
path: root/src/test/compile-fail/unsafe-alt.rs
AgeCommit message (Expand)AuthorLines
2012-06-08remove alias analysis and replace with borrowckNiko Matsakis-8/+0
2012-06-07Revert "remove alias analysis and replace with borrowck"Brian Anderson-0/+8
2012-06-07remove alias analysis and replace with borrowckNiko Matsakis-8/+0
2012-05-24improve liveness so it reports unused vars / dead assignmentsNiko Matsakis-2/+2
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-2/+2
2012-01-19Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos...Graydon Hoare-1/+1
2012-01-19test: "tag" -> "enum" in compile-failPatrick Walton-1/+1
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-1/+1
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-1/+1
2011-09-13Apply implicit copying for unsafe references to alt patternsMarijn Haverbeke-2/+2
2011-09-12Rename alias to reference in docs and error messagesMarijn Haverbeke-1/+1
2011-08-20ReformatBrian Anderson-1/+1
2011-07-27Reformat for new syntaxMarijn Haverbeke-13/+4
2011-06-09A revised, improved alias-checkerMarijn Haverbeke-1/+2
2011-06-06First take on an alias-safety checkerMarijn Haverbeke-0/+16