about summary refs log tree commit diff
path: root/src/lib/either.rs
AgeCommit message (Expand)AuthorLines
2011-08-20ReformatBrian Anderson-9/+10
2011-08-16Port the stdlib to the decl foo<T> syntax.Erick Tryzelaar-5/+5
2011-08-16Port the stdlib to the typaram foo<T> syntax.Erick Tryzelaar-7/+7
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-3/+3
2011-08-12Change a bunch of places in the stdlib to use blocks.Michael Sullivan-5/+2
2011-08-09Port the stdlib to the ivec type [T] syntax.Erick Tryzelaar-7/+7
2011-07-27Reformat for new syntaxMarijn Haverbeke-30/+17
2011-07-26Remove all uses of tuples from the compiler and stdlibMarijn Haverbeke-2/+3
2011-07-12stdlib: Port std::either over to interior vectorsPatrick Walton-11/+11
2011-06-16Reformat a bunch of recent churn.Graydon Hoare-11/+8
2011-06-15stdlib: Add an either moduleBrian Anderson-0/+64