about summary refs log tree commit diff
path: root/src/libcore/either.rs
AgeCommit message (Expand)AuthorLines
2012-10-04Forbid deprecated modes again in coreTim Chevalier-1/+1
2012-10-02Removing explicit uses of + modeTim Chevalier-3/+4
2012-10-01De-export either. Part of #3583.Graydon Hoare-12/+13
2012-09-28core: Demode patternsBrian Anderson-0/+3
2012-09-28Fix patterns in eitherTim Chevalier-10/+10
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-14/+14
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-22/+0
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+22
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-3/+3
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-6/+6
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-6/+6
2012-09-10Make more moves explicit in libcoreTim Chevalier-5/+5
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-5/+5
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+1
2012-09-04libcore: "import" -> "use"Patrick Walton-2/+2
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-0/+20
2012-08-27Convert core::result to camel caseBrian Anderson-4/+4
2012-08-25Add either::unwrap_{left,right}Ben Blum-0/+16
2012-08-15Convert more core types to camel caseBrian Anderson-35/+35
2012-08-13De-mode-ify a few minor libcore modules.Graydon Hoare-23/+26
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-8/+8
2012-08-05Switch alts to use arrowsBrian Anderson-11/+20
2012-08-01Convert ret to returnBrian Anderson-3/+3
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-26/+26
2012-07-01Convert to new closure syntaxBrian Anderson-3/+3
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-20/+20
2012-06-27Removed pretty much all the vector+ from core (issue #2719)Eric Holk-3/+6
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-23/+23
2012-03-27Move some code over to iterator-for to see how it performs.Marijn Haverbeke-3/+3
2012-03-16core: Store reexporting result and either. Closes #1997Brian Anderson-0/+2
2012-03-13Name types after their modules instead of 't'Brian Anderson-19/+20
2012-03-09core: Convert to rustdocBrian Anderson-74/+44
2012-03-07add mutability annotations to libcoreNiko Matsakis-4/+4
2012-02-12Fix typo in either.rsTomoki Aonuma-1/+1
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/+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