about summary refs log tree commit diff
path: root/src/libstd/from_str.rs
AgeCommit message (Expand)AuthorLines
2014-11-16Move FromStr to core::strBrendan Zabarauskas-71/+0
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-2/+1
2014-06-30libstd: set baseline stability levels.Aaron Turon-0/+2
2014-06-24std: Add stability attributes to primitive numeric modulesBrian Anderson-0/+1
2014-06-05std: Recreate a `collections` moduleAlex Crichton-0/+9
2014-05-07core: Inherit the bool moduleAlex Crichton-1/+35
2013-12-27std: uniform modules titles for docLuca Bruno-1/+1
2013-09-05Add from_str docsCorey Richardson-0/+1
2013-09-05Add a from_str function that calls out to the associated method on the traitCorey Richardson-0/+4
2013-05-30Require documentation by default for libstdAlex Crichton-0/+4
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+17