summary refs log tree commit diff
path: root/src/test/compile-fail/regions-ret-borrowed-1.rs
AgeCommit message (Expand)AuthorLines
2015-01-08Update compile fail tests to use isize.Huon Wilson-2/+2
2015-01-05fix cfail testsJorge Aparicio-1/+1
2014-11-07Update parser with `for` syntaxNiko Matsakis-1/+1
2014-08-29Introduce new inference scheme: variables are now instantiated with at most o...Niko Matsakis-2/+0
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+3
2014-08-26DST coercions and DST structsNick Cameron-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+1
2014-02-11test -- update tests with new error messagesNiko Matsakis-1/+1
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-1/+1
2013-11-08Update various tests and libraries that were incorrectlyNiko Matsakis-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-07-01Defer reasoning about region relationships until after regionck.Niko Matsakis-0/+2
2013-05-06refinement to technique used to not run regionckNiko Matsakis-2/+0
2013-04-30new borrow checker (mass squash)Niko Matsakis-0/+1
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-2/+2
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-2/+2
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-1/+1
2012-07-25avoid capture of bound regions when infering types for closureNiko Matsakis-0/+17