about summary refs log tree commit diff
path: root/src/test/stdtest/list.rs
AgeCommit message (Expand)AuthorLines
2012-01-17libstd: Move std tests into libstdBrian Anderson-114/+0
2011-12-30add test for list:is_empty()Lenny222-1/+16
2011-12-29list: use predicate to enforce non-empty requirementLenny222-7/+21
2011-12-22tests: add corner case (empty list)Lenny222-11/+19
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+2
2011-11-02Rename car/cdr to head/tail in std::listMarijn Haverbeke-8/+8
2011-10-28stdlib: Fix the list::foldl implementationBrian Anderson-1/+11
2011-10-28stdlib: Rename list::length to list::len to match vec::lenBrian Anderson-2/+2
2011-10-28stdlib: make list::from_vec take [mutable? T]Brian Anderson-0/+8
2011-10-07Add pass-by-ref annotation to the tests to make them typecheckMarijn Haverbeke-3/+3
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-3/+3
2011-08-22Eliminate unused variable warnings in stdtestBrian Anderson-1/+1
2011-08-20ReformatBrian Anderson-6/+6
2011-08-16Port the tests to the expr foo::<T> syntax.Erick Tryzelaar-4/+4
2011-08-16Port the tests to the typaram foo<T> syntax.Erick Tryzelaar-2/+2
2011-08-12Remove more vectors from stdBrian Anderson-6/+6
2011-07-27Reformat for new syntaxMarijn Haverbeke-14/+14
2011-07-24The Big Test Suite OverhaulBrian Anderson-0/+58