about summary refs log tree commit diff
path: root/src/libcore/u8.rs
AgeCommit message (Collapse)AuthorLines
2012-04-16core: Factor out uint/u8/16/32/64 mods into uint-templateBrian Anderson-41/+0
2012-03-15core: Make some functions pureBrian Anderson-1/+1
2012-03-09core: Convert to rustdocBrian Anderson-41/+4
2012-03-07add mutability annotations to libcoreNiko Matsakis-1/+1
2012-02-12core: Add compl functions for the rest of the integer typesBrian Anderson-0/+5
2012-02-12core: Formulate all unsigned max_values as 0 - 1 for consistencyBrian Anderson-1/+1
2012-02-11core: Fill out missing functions for basic typesBrian Anderson-7/+7
2012-02-11core: Add modules for remaining scalar typesBrian Anderson-0/+2
2012-02-07String split renaming:Kevin Cantu-0/+3
* Renamed str::split -> str::split_byte * Renamed str::splitn -> str::splitn_byte * Renamed str::split_func -> str::split * Renamed str::split_char -> str::split_char * Renamed str::split_chars_iter -> str::split_char_iter * Added u8::is_ascii * Fixed the behavior of str::split_str, so that it matches split_chars and split (i.e. ["", "XXX", "YYY", ""] == split_str(".XXX.YYY.", ".")) * Fixed str::split_byte and str::splitn_byte so that they handle splitting UTF-8 strings on a given UTF-8/ASCII byte and also handle "" as the others do
2012-01-23s/block()/fn()/gNiko Matsakis-1/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+68