about summary refs log tree commit diff
path: root/src/test/stdtest/map.rs
AgeCommit message (Expand)AuthorLines
2012-01-17libstd: Move std tests into libstdBrian Anderson-249/+0
2012-01-11Implement std::map as an iface/impl instead of an objMarijn Haverbeke-9/+1
2011-12-22Merge all 3 log syntaxes, tidy up residual misuses.Graydon Hoare-24/+18
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-27/+27
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-6/+6
2011-11-10Cleanup unused imports in testsHaitao Li-1/+0
2011-10-25Properly take mutable object fields into account during alias analysisMarijn Haverbeke-2/+5
2011-10-20Make fn denote a bare function. Convert fn to fn@ as neededBrian Anderson-2/+2
2011-10-07Add pass-by-ref annotation to the tests to make them typecheckMarijn Haverbeke-4/+4
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-4/+4
2011-09-02Reformat. Issue #855Brian Anderson-74/+70
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-20/+20
2011-08-31Start paring down std::str. Issue #855Brian Anderson-67/+66
2011-08-27Convert std::uint to istrs. Issue #855Brian Anderson-24/+27
2011-08-23Resolve a number of FIXMEsBrian Anderson-27/+6
2011-08-16Port the tests to the expr foo::<T> syntax.Erick Tryzelaar-11/+11
2011-08-16Port the tests to the typaram foo<T> syntax.Erick Tryzelaar-19/+19
2011-07-27Fix damage done by the pretty-printerMarijn Haverbeke-2/+2
2011-07-27Reformat for new syntaxMarijn Haverbeke-50/+50
2011-07-24The Big Test Suite OverhaulBrian Anderson-0/+284