summary refs log tree commit diff
path: root/src/test/run-pass/issue-16668.rs
AgeCommit message (Expand)AuthorLines
2017-01-31Removes FIXMEs related to #22405Wesley Wiser-1/+0
2016-10-18Fix some pretty printing testsVadim Petrochenkov-2/+0
2016-07-31Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...Vadim Petrochenkov-1/+0
2015-03-03Switched to Box::new in many places.Felix S. Klock II-3/+3
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
2015-01-30Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-28Update test files; mostly the problem is that they were using theNiko Matsakis-1/+1
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+2
2015-01-05replace `f.call_mut(a, b, ..)` with `f(a, b, ..)`Jorge Aparicio-2/+2
2014-11-05Add blanket impls to allow the various `Fn` traits to be interconverted.Niko Matsakis-2/+2
2014-10-31Teach variance checker about the lifetime bounds that appear in trait object ...Niko Matsakis-1/+1
2014-10-27Test fixes and rebase conflicts from rollupAlex Crichton-0/+2
2014-10-26Add test cases for E-needstest issuesJakub Bukaj-0/+30