about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-4335.rs
AgeCommit message (Expand)AuthorLines
2017-12-14Move compile-fail tests with NOTE/HELP annotations to UIVadim Petrochenkov-27/+0
2017-01-31Removes FIXMEs related to #22405Wesley Wiser-1/+0
2016-11-28rustc: rework stability to be on-demand for type-directed lookup.Eduard Burtescu-0/+2
2016-08-05Update error format for E0373trixnz-1/+4
2016-07-31Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...Vadim Petrochenkov-2/+0
2015-04-10Improve error message where a closure escapes fn while trying to borrowNiko Matsakis-1/+1
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-1/+3
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
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-3/+5
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-04-08Register new snapshotsAlex Crichton-1/+1
2014-02-11test -- update tests with new error messagesNiko Matsakis-1/+1
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-1/+3
2013-11-08Update various tests and libraries that were incorrectlyNiko Matsakis-1/+1
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-1/+1
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/test/Birunthan Mohanathas-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+1
2013-03-28testsuite: Update and un-xfail test for #4335Tim Chevalier-3/+2
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-01-19testsuite: Add xfailed test for #4335Tim Chevalier-0/+19