| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-08-16 | doc: correct spelling in documentation. | Huon Wilson | -1/+1 | |
| 2013-08-09 | Remove redundant Ord method impls. | OGINO Masanori | -6/+0 | |
| Basically, generic containers should not use the default methods since a type of elements may not guarantees total order. str could use them since u8's Ord guarantees total order. Floating point numbers are also broken with the default methods because of NaN. Thanks for @thestinger. Timespec also guarantees total order AIUI. I'm unsure whether extra::semver::Identifier does so I left it alone. Proof needed. Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com> | ||||
| 2013-07-24 | Implement std::num::Zero for bool | Birunthan Mohanathas | -4/+11 | |
| Closes #8024. | ||||
| 2013-07-09 | Impl Not for bool | Brendan Zabarauskas | -0/+25 | |
| 2013-07-01 | Small documentation changes | Steven Fackler | -0/+1 | |
| I'm leaving the Sized kind undocumented since it isn't fully implemented yet. | ||||
| 2013-06-18 | replace #[inline(always)] with #[inline]. r=burningtree. | Graydon Hoare | -9/+9 | |
| 2013-05-31 | bool: rm functions duplicating methods | Daniel Micay | -45/+38 | |
| 2013-05-27 | syntax highlight code examples in docstrings | Daniel Micay | -13/+50 | |
| 2013-05-27 | Fix docs to use std instead of core. | Steve Klabnik | -20/+20 | |
| When I submitted #6748 yesterday, I used the old name. | ||||
| 2013-05-26 | Add documentation for libstd/bool.rs. | Steve Klabnik | -19/+194 | |
| There was some before, but now we have a big header, as well as lots of individual bits of documentation. | ||||
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+153 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
| 2011-12-14 | Remove some duplicated unused parts of std now that they're present in core. | Graydon Hoare | -134/+0 | |
| 2011-12-06 | Establish 'core' library separate from 'std'. | Graydon Hoare | -0/+134 | |
