about summary refs log tree commit diff
path: root/src/test/compile-fail/unsafe-alias.rs
AgeCommit message (Expand)AuthorLines
2012-06-08remove alias analysis and replace with borrowckNiko Matsakis-10/+0
2012-06-07Revert "remove alias analysis and replace with borrowck"Brian Anderson-0/+10
2012-06-07remove alias analysis and replace with borrowckNiko Matsakis-10/+0
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-3/+3
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-10-20Make fn denote a bare function. Convert fn to fn@ as neededBrian Anderson-1/+1
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-4/+2
2011-09-12Fix tests for new argument-passing conventionMarijn Haverbeke-3/+8
2011-08-20ReformatBrian Anderson-2/+2
2011-07-27Reformat for new syntaxMarijn Haverbeke-10/+3
2011-06-09A revised, improved alias-checkerMarijn Haverbeke-3/+7
2011-06-06First take on an alias-safety checkerMarijn Haverbeke-0/+10