summary refs log tree commit diff
path: root/src/test/compile-fail/unboxed-closure-sugar-region.rs
AgeCommit message (Expand)AuthorLines
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+1
2015-01-28Update test files; mostly the problem is that they were using theNiko Matsakis-5/+7
2015-01-08Update compile fail tests to use isize.Huon Wilson-3/+3
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-3/+3
2015-01-05rollup merge of #20556: japaric/no-for-sizedAlex Crichton-1/+1
2015-01-06FalloutNick Cameron-3/+3
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-1/+1
2015-01-05Remove uses of default_type_params feature gate from tests.Huon Wilson-1/+1
2014-11-18Update tests for `()` notation to use traits not structsNiko Matsakis-9/+8
2014-11-18Place parenthetical notation under the `unboxed_closure` feature-gate.Niko Matsakis-1/+1
2014-11-06Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th...Niko Matsakis-0/+45