summary refs log tree commit diff
path: root/src/libcore/option.rs
AgeCommit message (Collapse)AuthorLines
2012-01-19lib: ";" to "," in enumsPatrick Walton-2/+2
2012-01-19libcore: "tag" -> "enum"Patrick Walton-1/+1
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-6/+6
Does what it says on the tin. The next commit will remove support for this syntax.
2012-01-17libcore: Move core tests into libcoreBrian Anderson-0/+3
2012-01-05Switch to new param kind bound syntaxMarijn Haverbeke-4/+4
And remove support for the old syntax
2012-01-02Add 'copy' bounds to functions that were faultily accepted withoutMarijn Haverbeke-3/+3
Issue #1390
2011-12-16Merge pull request #1317 from boggle/fix1315Graydon Hoare-2/+2
fix to #1315 + small additions to std::either and result
2011-12-16core: marked fns as pure where possibleStefan Plantikow-2/+2
2011-12-16reorder args to the various vec, option fns so blk comes lastNiko Matsakis-3/+3
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+93