about summary refs log tree commit diff
path: root/src/test/compile-fail/regions-freevar.rs
AgeCommit message (Expand)AuthorLines
2015-01-05fix cfail testsJorge Aparicio-18/+0
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-04-08Register new snapshotsAlex Crichton-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+1
2014-02-11test -- update tests with new error messagesNiko Matsakis-2/+1
2014-02-07Added tests to make tidyDerek Guenther-1/+2
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-2/+2
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-1/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-09-30cfail: Remove usage of fmt!Alex Crichton-1/+1
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-1/+1
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-06Cleanup how we handle proto in types, remove unsound subtypingNiko Matsakis-2/+1
2012-10-12Replace several common macros of the form #m[...] with m!(...)Kevin Cantu-1/+1
2012-08-21more sound treatment of fn& regions; change all & to be distinctNiko Matsakis-0/+9