about summary refs log tree commit diff
path: root/src/libstd/char.rs
AgeCommit message (Expand)AuthorLines
2013-08-12Implement formatting arguments for strings and integersAlex Crichton-0/+38
2013-08-09Remove redundant Ord method impls.OGINO Masanori-6/+0
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-2/+3
2013-07-06Faster check for ascii-spaceGary Linscott-1/+2
2013-06-30Specialize to_str_common for floats/integers in strconvAlex Crichton-1/+1
2013-06-30Change char::escape_{default,unicode} to take callbacks instead of allocatingAlex Crichton-49/+58
2013-06-28Rewrite each_path to allow performance improvements in the future.Patrick Walton-0/+1
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-12/+12
2013-06-14Add Zero impls for lots of common typesAlex Crichton-2/+8
2013-05-30Require documentation by default for libstdAlex Crichton-0/+5
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+406
2011-12-14Remove some duplicated unused parts of std now that they're present in core.Graydon Hoare-150/+0
2011-12-07Change literal representation to not truncateMarijn Haverbeke-5/+18
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+137