about summary refs log tree commit diff
path: root/src/libstd/char.rs
AgeCommit message (Expand)AuthorLines
2014-01-20Add operator trait constraints to std::num::{Zero, One} and document their ap...Brendan Zabarauskas-10/+0
2013-12-27std: uniform modules titles for docLuca Bruno-1/+1
2013-12-15std: fix spelling in docs.Huon Wilson-2/+2
2013-11-27Fix handling of upper/lowercase, and whitespaceFlorian Zeitz-10/+8
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-2/+2
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-9/+9
2013-11-01Fix typo in to_digitGyorgy Andrasek-1/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-3/+3
2013-09-30std: Remove usage of fmt!Alex Crichton-3/+3
2013-09-23Added is_control function, method, and tests.Jesse Ray-0/+24
2013-09-18Remove and replace cond! Closes #9282.Jimmy Zelinskie-12/+12
2013-09-15Use std::iter::range_stepblake2-ppc-4/+3
2013-09-12std: Add a bunch of Default implsErick Tryzelaar-0/+10
2013-09-04stop treating char as an integer typeDaniel Micay-17/+37
2013-09-04Added ToStr impl for charMarvin Löbel-0/+15
2013-08-30remove several 'ne' methodsEric Martin-2/+0
2013-08-21Add Unicode decomposition mappings to std::unicodeFlorian Zeitz-1/+46
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