about summary refs log tree commit diff
path: root/src/test/run-pass/main-ivec.rs
AgeCommit message (Collapse)AuthorLines
2011-09-15Insert omitted semicolons for statementsMarijn Haverbeke-1/+1
2011-09-02Reformat. Issue #855Brian Anderson-3/+1
2011-08-30Allow main to take istrs. Issue #855Brian Anderson-1/+3
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-16Accept main(args: [str]) as main signatureBrian Anderson-0/+3