summary refs log tree commit diff
path: root/src/libcore/either.rs
AgeCommit message (Expand)AuthorLines
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/+93
2012-01-05Switch to new param kind bound syntaxMarijn Haverbeke-5/+5
2012-01-04Add either::is_left and either::is_rightMarijn Haverbeke-0/+18
2011-12-16std: added either::flip, to_result and result::to_eitherStefan Plantikow-0/+25
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+89