summary refs log tree commit diff
path: root/src/test/compile-fail/issue-13466.rs
AgeCommit message (Expand)AuthorLines
2015-03-05Fix compile-fail error messages after integer suffix removal.Eduard Burtescu-2/+2
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-1/+1
2015-01-12Fix testsuite errorsmdinger-2/+13
2015-01-06test fallout from isize/usizeCorey Richardson-3/+3
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-06-13Introduce VecPerParamSpace and use it to represent sets of types andNiko Matsakis-1/+0
2014-05-07test: Update with std => core movementAlex Crichton-2/+2
2014-04-12Check bounds when looking up type parametersEdward Wang-0/+22