about summary refs log tree commit diff
path: root/src/test/stdtest/vec.rs
AgeCommit message (Expand)AuthorLines
2012-01-17libcore: Move core tests into libcoreBrian Anderson-531/+0
2012-01-06port over the tests to use the new APINiko Matsakis-2/+2
2011-12-19libcore: add vec push.Erick Tryzelaar-0/+15
2011-12-19libcore: Add vec any2 and all2 functions.Erick Tryzelaar-0/+16
2011-12-16rename iter2 to iteri to match typical conventionNiko Matsakis-4/+4
2011-12-16reorder args to the various vec, option fns so blk comes lastNiko Matsakis-25/+25
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-7/+8
2011-11-17remove compile-command from local variable blocksNiko Matsakis-1/+0
2011-11-02Add vec::permute to the standard library (#1013)Matt Brubeck-0/+21
2011-10-29Cleanup the existing platform-specific ignored testsBrian Anderson-8/+2
2011-10-29stdlib: Add vec::concat to concatenate a vector of vectorsBrian Anderson-0/+5
2011-10-28stdlib: Add vec::init. Returns all but the last element.Brian Anderson-0/+26
2011-10-27Remove whitespaceBrian Anderson-2/+2
2011-10-27Add std::vec::foldrBrian Anderson-0/+10
2011-10-27Add a test for std::vec::iter2Brian Anderson-0/+11
2011-10-27Add reverse iterators to std::vecBrian Anderson-0/+28
2011-10-27Implement vec::foldl without recursionBrian Anderson-0/+10
2011-10-27Add std::vec::iterBrian Anderson-0/+14
2011-10-27Make vec::reversed take [mutable? T]Brian Anderson-0/+7
2011-10-12convert a few tests from unsafe fns to fns with unsafe bodiesNiko Matsakis-1/+1
2011-10-12add unsafe tags into various points in the translation chainsNiko Matsakis-1/+1
2011-10-07Add pass-by-ref annotation to the tests to make them typecheckMarijn Haverbeke-12/+12
2011-09-23Add vec::filterJesse Ruderman-0/+7
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-9/+9
2011-09-02Reformat. Issue #855Brian Anderson-2/+2
2011-08-30Add a precondition on vec::zipTim Chevalier-0/+2
2011-08-29Implement non-internal ivecsMarijn Haverbeke-12/+2
2011-08-25Change "pred" to "pure fn" in all libraries and test casesTim Chevalier-1/+1
2011-08-22Eliminate unused variable warnings in stdtestBrian Anderson-0/+1
2011-08-20ReformatBrian Anderson-140/+140
2011-08-16Port the tests to the expr foo::<T> syntax.Erick Tryzelaar-14/+14
2011-08-16Port the tests to the typaram foo<T> syntax.Erick Tryzelaar-2/+2
2011-08-16Rename std::ivec to std::vecBrian Anderson-0/+374
2011-08-12Remove stdtest::vecBrian Anderson-94/+0
2011-08-12Change a bunch of places in the stdlib to use blocks.Michael Sullivan-3/+2
2011-07-27Reformat for new syntaxMarijn Haverbeke-44/+39
2011-07-24The Big Test Suite OverhaulBrian Anderson-0/+100