summary refs log tree commit diff
path: root/src/test/compile-fail/unsized6.rs
AgeCommit message (Expand)AuthorLines
2015-04-21test: Fix fallout in testsAlex Crichton-3/+1
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+2
2015-01-31Kill more `isize`sTobias Bucher-2/+2
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-2/+2
2015-01-08Update compile fail tests to use isize.Huon Wilson-3/+3
2015-01-07markers -> markerNick Cameron-13/+13
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-14/+14
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-6/+6
2015-01-06FalloutNick Cameron-6/+6
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-1/+1
2014-09-15Update error messages in compile-fail testsNiko Matsakis-18/+14
2014-09-08Forbid unsized rvaluesNick Cameron-0/+2
2014-07-08Change DST syntax: type -> Sized?Nick Cameron-8/+8
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-2/+2
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+3
2014-04-24Prevent unsized types being stored in variablesNick Cameron-0/+43