summary refs log tree commit diff
path: root/src/test/compile-fail/regions-steal-closure.rs
AgeCommit message (Expand)AuthorLines
2016-07-31Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...Vadim Petrochenkov-2/+0
2015-03-03Switched to Box::new in many places.Felix S. Klock II-2/+2
2015-03-02Remove the synthetic "region bound" from closures and instead update howNiko Matsakis-2/+2
2015-01-31Kill more `isize`sTobias Bucher-1/+1
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-1/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+1
2015-01-05fix cfail testsJorge Aparicio-5/+7
2014-04-08Register new snapshotsAlex Crichton-2/+2
2014-02-11test -- update tests with new error messagesNiko Matsakis-1/+1
2013-12-11Make 'self lifetime illegal.Erik Price-2/+2
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-2/+2
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-1/+1
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-3/+3
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-01Fix some compile-fail testsBrian Anderson-1/+1
2012-09-07Convert field terminators to commas. Stop parsing semis.Brian Anderson-1/+1
2012-08-21more sound treatment of fn& regions; change all & to be distinctNiko Matsakis-0/+15