summary refs log tree commit diff
path: root/src/test/compile-fail/unboxed-closure-sugar-equiv.rs
AgeCommit message (Expand)AuthorLines
2015-04-02Fallout in testsNiko Matsakis-3/+1
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+3
2015-01-28Update test files; mostly the problem is that they were using theNiko Matsakis-14/+16
2015-01-08Update compile fail tests to use usize.Huon Wilson-11/+11
2015-01-08Update compile fail tests to use isize.Huon Wilson-14/+14
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-3/+3
2015-01-06FalloutNick Cameron-3/+3
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-1/+1
2014-12-15Remove all shadowed lifetimes.Niko Matsakis-8/+8
2014-12-05Implement lifetime elision for Foo(...) -> ... type sugar.Huon Wilson-3/+3
2014-11-18Update test for equivalency to include region binders in object types, add ne...Niko Matsakis-5/+21
2014-11-18Place parenthetical notation under the `unboxed_closure` feature-gate.Niko Matsakis-0/+1
2014-11-06Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th...Niko Matsakis-0/+39