about summary refs log tree commit diff
path: root/src/test/run-pass/generic-fn-box.rs
AgeCommit message (Collapse)AuthorLines
2011-08-16Port the tests to the decl foo<T> syntax.Erick Tryzelaar-2/+2
2011-07-27Reformat for new syntaxMarijn Haverbeke-2/+2
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-7/+3
2011-05-14Remove xfail-boot lines from testsBrian Anderson-1/+0
2011-03-25Switch xfail system to use comments embedded in source files.Graydon Hoare-0/+1
2011-02-24Cast more aggressively to the callee type when calling generic functions. ↵Patrick Walton-0/+9
Add a test-case for this, and XFAIL it in rustboot.
2011-02-24Revert "Cast more aggressively to the callee type when calling generic ↵Patrick Walton-9/+0
functions. Add a test-case for this, and XFAIL it in rustboot." due to test failures This reverts commit 0a65283c5eeae0b98fff7d213dbaad59889e677e.
2011-02-24Cast more aggressively to the callee type when calling generic functions. ↵Patrick Walton-0/+9
Add a test-case for this, and XFAIL it in rustboot.