about summary refs log tree commit diff
path: root/src/libstd/bool.rs
AgeCommit message (Expand)AuthorLines
2013-08-16doc: correct spelling in documentation.Huon Wilson-1/+1
2013-08-09Remove redundant Ord method impls.OGINO Masanori-6/+0
2013-07-24Implement std::num::Zero for boolBirunthan Mohanathas-4/+11
2013-07-09Impl Not for boolBrendan Zabarauskas-0/+25
2013-07-01Small documentation changesSteven Fackler-0/+1
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-9/+9
2013-05-31bool: rm functions duplicating methodsDaniel Micay-45/+38
2013-05-27syntax highlight code examples in docstringsDaniel Micay-13/+50
2013-05-27Fix docs to use std instead of core.Steve Klabnik-20/+20
2013-05-26Add documentation for libstd/bool.rs.Steve Klabnik-19/+194
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+153
2011-12-14Remove some duplicated unused parts of std now that they're present in core.Graydon Hoare-134/+0
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+134