about summary refs log tree commit diff
path: root/src/test/run-pass/block-vec-map2.rs
AgeCommit message (Collapse)AuthorLines
2011-12-16reorder args to the various vec, option fns so blk comes lastNiko Matsakis-2/+3
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-2/+2
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-1/+1
Long lines were fixed in a very crude way, as I'll be following up with another reformat in a bit.
2011-08-20ReformatBrian Anderson-4/+4
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-08-16Rename std::ivec to std::vecBrian Anderson-4/+4
2011-08-15Tests for type inferred lambda-blocks.Michael Sullivan-0/+10