summary refs log tree commit diff
path: root/src/libcore/result.rs
AgeCommit message (Expand)AuthorLines
2012-03-27Move some code over to iterator-for to see how it performs.Marijn Haverbeke-1/+1
2012-03-26Improve type inference to compute LUB/GLBNiko Matsakis-34/+23
2012-03-23Implement new inference algorithm.Niko Matsakis-0/+34
2012-03-16core: Store reexporting result and either. Closes #1997Brian Anderson-0/+2
2012-03-15core: Make some functions pureBrian Anderson-2/+2
2012-03-13rewrite unify in a modal style, extend result moduleNiko Matsakis-0/+80
2012-03-13Name types after their modules instead of 't'Brian Anderson-11/+13
2012-03-09core: Convert to rustdocBrian Anderson-54/+25
2012-01-23s/block()/fn()/gNiko Matsakis-1/+1
2012-01-19Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos...Graydon Hoare-1/+1
2012-01-19lib: ';' to ',' in enums in more placesPatrick Walton-2/+2
2012-01-19libcore: "tag" -> "enum"Patrick Walton-1/+1
2012-01-17libcore: Move core tests into libcoreBrian Anderson-0/+19
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-2/+2
2011-12-16std: added either::flip, to_result and result::to_eitherStefan Plantikow-3/+10
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+112