summary refs log tree commit diff
path: root/src/libcore/option.rs
AgeCommit message (Expand)AuthorLines
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-2/+2
2012-03-20core: Rename unsafe::leak to unsafe::forget. Closes #2031Brian Anderson-1/+1
2012-03-20Revert order of arguments to option::maybe and from_maybeMarijn Haverbeke-2/+2
2012-03-13Name types after their modules instead of 't'Brian Anderson-10/+10
2012-03-09core: Convert to rustdocBrian Anderson-64/+40
2012-02-22Make the various from_str functions return optionsMarijn Haverbeke-0/+10
2012-02-21core: Fix unused variable warningBrian Anderson-1/+1
2012-02-21core: Add option::unwrapBrian Anderson-0/+51
2012-02-20core: Remove a useless test from option modBrian Anderson-3/+0
2012-01-23s/block()/fn()/gNiko Matsakis-3/+3
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
2012-01-17libcore: Move core tests into libcoreBrian Anderson-0/+3
2012-01-05Switch to new param kind bound syntaxMarijn Haverbeke-4/+4
2012-01-02Add 'copy' bounds to functions that were faultily accepted withoutMarijn Haverbeke-3/+3
2011-12-16Merge pull request #1317 from boggle/fix1315Graydon Hoare-2/+2
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