about summary refs log tree commit diff
path: root/src/test/compile-fail/nested-ty-params.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-16/+0
2018-03-08Update testsBasile Desloges-1/+1
2014-04-17Change error for out of scope type params to be more helpful.Kevin Butler-1/+1
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-01Convert ret to returnBrian Anderson-2/+2
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-1/+1
2012-01-09Fix error message case in two cfail testMarijn Haverbeke-1/+1
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-2/+2
2011-08-20ReformatBrian Anderson-1/+1
2011-08-16Port the tests to the decl foo<T> syntax.Erick Tryzelaar-1/+1
2011-08-16Port the tests to the typaram foo<T> syntax.Erick Tryzelaar-1/+2
2011-08-12Convert most working tests to ivecsBrian Anderson-2/+2
2011-08-03Remove all xfail-stage0 directivesBrian Anderson-1/+0
2011-07-27Reformat for new syntaxMarijn Haverbeke-6/+4
2011-07-12Make resolve check for type-variable name-shadowingTim Chevalier-5/+2
2011-06-21Emit a better error message for unbound type parameters in nested functionsTim Chevalier-0/+11