about summary refs log tree commit diff
path: root/src/test/run-pass/expr-copy.rs
AgeCommit message (Collapse)AuthorLines
2011-09-12Properly implement copy expressionsMarijn Haverbeke-1/+12
(And use them in some places that were doing {expr} before.)
2011-08-20ReformatBrian Anderson-5/+1
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-08-15Add operator 'copy', translates as fall-through.Graydon Hoare-0/+5