about summary refs log tree commit diff
path: root/src/libcore/bool.rs
AgeCommit message (Expand)AuthorLines
2012-09-26libcore: De-export boolPatrick Walton-20/+16
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-7/+0
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+7
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-3/+2
2012-09-04libcore: "import" -> "use"Patrick Walton-1/+1
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-0/+8
2012-08-26Camel case the option typeBrian Anderson-5/+5
2012-08-13De-mode-ify a few minor libcore modules.Graydon Hoare-5/+11
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-08-05Switch alts to use arrowsBrian Anderson-3/+3
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-6/+6
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-23/+21
2012-07-01Convert to new closure syntaxBrian Anderson-2/+2
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-2/+2
2012-03-10core: Cleanup bool moduleBrian Anderson-20/+20
2012-03-09core: Convert to rustdocBrian Anderson-41/+18
2012-02-22Make the various from_str functions return optionsMarijn Haverbeke-5/+5
2012-02-15Rewrite exhaustiveness checkerMarijn Haverbeke-1/+2
2012-01-23s/block()/fn()/gNiko Matsakis-1/+1
2012-01-17libcore: Move core tests into libcoreBrian Anderson-0/+20
2012-01-11libcore: Fix long linesBrian Anderson-2/+4
2012-01-11make rustdocs more terse for bool.rs where it is obvious to programmers as pe...Roland Tanglao-45/+13
2012-01-11Change doc comments to rustdoc in bool.rsRoland Tanglao-83/+73
2011-12-16core: marked fns as pure where possibleStefan Plantikow-1/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+134