about summary refs log tree commit diff
path: root/src/test/stdtest/treemap.rs
AgeCommit message (Collapse)AuthorLines
2012-01-17libstd: Move std tests into libstdBrian Anderson-62/+0
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-3/+6
2011-12-07Disallow binding by-mut-ref and by-move argumentsMarijn Haverbeke-2/+2
Fix bug in bound by-copy arguments. Closes #1261
2011-10-07Add pass-by-ref annotation to the tests to make them typecheckMarijn Haverbeke-1/+1
Issue #1008
2011-10-04Hide unused variable warnings in stdtest::treemapBrian Anderson-2/+2
2011-09-12Pretty-print for new arg-mode syntaxMarijn Haverbeke-1/+1
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-09-02Reformat. Issue #855Brian Anderson-28/+13
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-3/+3
2011-08-31Start paring down std::str. Issue #855Brian Anderson-7/+7
2011-08-26stdlib: more test cases for treemap.Eric Holk-1/+16
2011-08-26stdlib: Added a treemap traversal function.Eric Holk-0/+17
2011-08-26stdlib: Added an incredibly simple treemap.Eric Holk-0/+42