about summary refs log tree commit diff
path: root/src/test/run-pass/resource-generic.rs
AgeCommit message (Collapse)AuthorLines
2011-10-07Add pass-by-ref annotation to the tests to make them typecheckMarijn Haverbeke-1/+1
Issue #1008
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-2/+2
Long lines were fixed in a very crude way, as I'll be following up with another reformat in a bit.
2011-08-20ReformatBrian Anderson-1/+1
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-08-16Port the tests to the decl foo<T> syntax.Erick Tryzelaar-2/+2
2011-07-27Reformat for new syntaxMarijn Haverbeke-10/+6
2011-06-30Support type parameters in resourcesMarijn Haverbeke-0/+13
Some rather dodgy code was added to trans in the process. I'd love to discuss it with someone who knows more about types during translation.