summary refs log tree commit diff
path: root/src/test/run-pass/istr.rs
AgeCommit message (Expand)AuthorLines
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-3/+3
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-3/+3
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-3/+3
2011-09-02Reformat. Issue #855Brian Anderson-37/+30
2011-08-22Teach rustc to append istrs. Issue #855Brian Anderson-0/+19
2011-08-22Teach rustc to add istrs. Issue #855Brian Anderson-2/+23
2011-08-22Encode the istr shape correctly. Issue #855Brian Anderson-0/+6
2011-08-22Create correct drop glue for istrs. Issue #855Brian Anderson-0/+6
2011-08-22Translate istr literals. Issue #855Brian Anderson-0/+17