| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-04-16 | core: Factor out uint/u8/16/32/64 mods into uint-template | Brian Anderson | -41/+0 | |
| 2012-03-15 | core: Make some functions pure | Brian Anderson | -1/+1 | |
| 2012-03-09 | core: Convert to rustdoc | Brian Anderson | -41/+4 | |
| 2012-03-07 | add mutability annotations to libcore | Niko Matsakis | -1/+1 | |
| 2012-02-12 | core: Add compl functions for the rest of the integer types | Brian Anderson | -0/+5 | |
| 2012-02-12 | core: Formulate all unsigned max_values as 0 - 1 for consistency | Brian Anderson | -1/+1 | |
| 2012-02-11 | core: Fill out missing functions for basic types | Brian Anderson | -7/+7 | |
| 2012-02-11 | core: Add modules for remaining scalar types | Brian Anderson | -0/+2 | |
| 2012-02-07 | String 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-23 | s/block()/fn()/g | Niko Matsakis | -1/+1 | |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -0/+68 | |
