summary refs log tree commit diff
path: root/src/test/run-pass/autobind.rs
AgeCommit message (Expand)AuthorLines
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-4/+4
2012-06-29Get rid of basically all of the remaining old style vecs in tests.Michael Sullivan-1/+1
2012-06-28Make a bunch of tests stop using the deprecated vector syntax.Michael Sullivan-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-2/+2
2012-06-14run-pass/autobind seems to work, so un-xfail itTim Chevalier-5/+1
2011-10-25Update our code to new type parameter kind syntaxMarijn Haverbeke-1/+1
2011-10-20Make fn denote a bare function. Convert fn to fn@ as neededBrian Anderson-0/+4
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-3/+3
2011-08-23Add kind-checking for assign-op, copy, ret, be, fail exprs. Fix caught kindin...Graydon Hoare-1/+1
2011-08-20ReformatBrian Anderson-4/+4
2011-08-16Port the tests to the decl foo<T> syntax.Erick Tryzelaar-1/+1
2011-08-09Change the ivec type syntax to [T].Erick Tryzelaar-4/+4
2011-07-27Reformat for new syntaxMarijn Haverbeke-10/+6
2011-07-08Auto-bind generic functions when their value is taken in non-call contextMarijn Haverbeke-0/+13