about summary refs log tree commit diff
path: root/src/test/compile-fail/no-self-dispatch.rs
AgeCommit message (Collapse)AuthorLines
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-07-27Reformat for new syntaxMarijn Haverbeke-8/+3
2011-05-23test: Un-xfail some compile-fail testsBrian Anderson-4/+1
Changed a few error patterns to match rustc's errors where it seemed reasonable.
2011-05-03Assume xfail-stage0 implies stage1 and stage2 in tests, for now.Graydon Hoare-0/+2
2011-03-25Switch xfail system to use comments embedded in source files.Graydon Hoare-0/+1
2010-07-19Fix over-optimistic resolution of self-methods within obj scopes. There is ↵Graydon Hoare-0/+11
no such feature in the language at present. Add test to prevent regression. Closes #114.