about summary refs log tree commit diff
path: root/src/test/compile-fail/autoderef-full-lval.rs
AgeCommit message (Expand)AuthorLines
2015-09-17Changes to testsNick Cameron-1/+0
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2015-01-08fallout: part of changes to compile-fail tests. (follows same pattern as pri...Felix S. Klock II-0/+3
2015-01-06test fallout from isize/usizeCorey Richardson-5/+5
2014-10-02tests: remove uses of Gc.Eduard Burtescu-16/+11
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
2014-06-16Change prints: @T -> Gc<T> , ~T -> Box<T>John Schmidt-2/+2
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-7/+9
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+2
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-2/+2
2014-02-07Added tests to make tidyDerek Guenther-1/+2
2014-01-12more backtickskud1ing-2/+2
2013-10-23register snapshotsDaniel Micay-0/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-2/+2
2013-09-30cfail: Remove usage of fmt!Alex Crichton-2/+2
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-2/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-2/+2
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2
2013-03-20Make typechecker compositionalTim Chevalier-3/+2
2013-03-11Remove uses of logBrian Anderson-2/+2
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-2/+2
2013-03-02Remove REC, change related tests/docsJihyun Yu-6/+11
2013-02-14libcore: Move the numeric operations out of Num. r=brsonPatrick Walton-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-2/+2
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-2/+2
2011-08-12Eliminate autoderef on binops and unary negation.Michael Sullivan-0/+17