about summary refs log tree commit diff
path: root/src/test/compile-fail/minus-string.rs
AgeCommit message (Collapse)AuthorLines
2011-09-02Print the type of istrs as 'str' in error messages. Issue #855Brian Anderson-1/+1
2011-09-01Fix the error-patterns in 2 cfail tests. Issue #855Brian Anderson-1/+1
2011-08-20ReformatBrian Anderson-3/+1
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-08-12Properly typecheck unary minusMarijn Haverbeke-0/+5
Closes #813