summary refs log tree commit diff
path: root/src/libstd/list.rs
AgeCommit message (Collapse)AuthorLines
2012-01-19lib: ";" to "," in enumsPatrick Walton-2/+2
2012-01-19stdlib: "tag" -> "enum"Patrick Walton-1/+1
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-9/+9
Does what it says on the tin. The next commit will remove support for this syntax.
2012-01-17libstd: Move std tests into libstdBrian Anderson-0/+112
2012-01-05Switch to new param kind bound syntaxMarijn Haverbeke-9/+9
And remove support for the old syntax
2012-01-05Express some list primitives in a way that doesn't copyMarijn Haverbeke-20/+22
It was somewhat embarassing that list::len copied its elements.
2011-12-29list: use predicate to enforce non-empty requirementLenny222-4/+31
2011-12-16Merge pull request #1317 from boggle/fix1315Graydon Hoare-3/+3
fix to #1315 + small additions to std::either and result
2011-12-16std: declared fns as pure where sensibleStefan Plantikow-3/+3
2011-12-16reorder args to the various vec, option fns so blk comes lastNiko Matsakis-1/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+2
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+161