rust/src/libcore
Kevin Cantu a3f5626ad1 String split renaming:
* 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-02-07 16:25:35 -08:00
..
bessel.rs Merge branch 'master' into kmath 2012-01-05 16:25:51 +01:00
bool.rs s/block()/fn()/g 2012-01-23 19:06:33 -08:00
box.rs libcore: Move core tests into libcore 2012-01-17 19:41:05 -08:00
char.rs Remove remaining references to option::t outside option itself 2012-02-01 16:49:57 -08:00
cmath.rs add lgamma functions for FreeBSD 2012-01-16 00:38:52 -08:00
comm.rs Remove native types from stdlib 2012-02-01 12:23:13 +01:00
core.rc add iter library in preliminary form (limited syntactic support) 2012-01-31 19:21:26 -08:00
core.rs Change option::t to option 2012-01-31 17:05:20 -08:00
ctypes.rs Remove native types from stdlib 2012-02-01 12:23:13 +01:00
either.rs s/block()/fn()/g 2012-01-23 19:06:33 -08:00
extfmt.rs core: Resolve some FIXMEs 2012-02-05 17:30:47 -08:00
f32.rs core: Long lines 2012-01-26 23:12:30 -08:00
f64.rs rustdocs for f32.rs and f64.rs 2012-01-26 22:46:39 -08:00
float.rs Change all ternary ops to if/then/else 2012-01-30 18:21:01 +01:00
int.rs s/block()/fn()/g 2012-01-23 19:06:33 -08:00
iter.rs add iter library in preliminary form (limited syntactic support) 2012-01-31 19:21:26 -08:00
logging.rs libcore: Add core::logging::console_on/off functions 2012-01-13 13:44:09 -08:00
math.rs Change all ternary ops to if/then/else 2012-01-30 18:21:01 +01:00
option.rs s/block()/fn()/g 2012-01-23 19:06:33 -08:00
ptr.rs core: Whitespace policia 2012-02-07 15:08:54 -08:00
result.rs s/block()/fn()/g 2012-01-23 19:06:33 -08:00
str.rs String split renaming: 2012-02-07 16:25:35 -08:00
sys.rs core: Resolve some FIXMEs 2012-02-05 17:30:47 -08:00
task.rs core: Resolve some FIXMEs 2012-02-05 17:30:47 -08:00
tuple.rs libcore: Remove bogus FIXME from core::tuple 2012-01-17 11:20:20 -08:00
u8.rs String split renaming: 2012-02-07 16:25:35 -08:00
u32.rs s/block()/fn()/g 2012-01-23 19:06:33 -08:00
u64.rs s/block()/fn()/g 2012-01-23 19:06:33 -08:00
uint.rs Replace uses of str::unsafe_from_byte 2012-01-24 23:47:32 -08:00
unicode.rs Add support to libcore for encoded-in-rust unicode character properties, at least. Add script to compute them from unicode.org. 2011-12-23 18:48:08 -08:00
unsafe.rs made leak an intrinsic to avoid a c-call. added memmove and memcpy intrinsics 2012-02-07 15:08:54 -08:00
vec.rs Merge remote-tracking branch 'erickt/master' 2012-02-05 15:15:21 -08:00