rust/src/libcore
2012-03-06 16:03:39 -08:00
..
bessel.rs Merge branch 'master' into kmath 2012-01-05 16:25:51 +01:00
bool.rs Make the various from_str functions return options 2012-02-22 13:18:15 +01:00
box.rs libcore: Move core tests into libcore 2012-01-17 19:41:05 -08:00
char.rs Make the various from_str functions return options 2012-02-22 13:18:15 +01:00
cmath.rs add lgamma functions for FreeBSD 2012-01-16 00:38:52 -08:00
comm.rs rt: Add a hack to fix a port detach bug 2012-03-05 20:02:25 -08:00
core.rc Export os, libc and path from libcore. 2012-03-06 16:03:39 -08:00
core.rs First cut at consolidated core::os module built on core::libc. 2012-03-02 18:46:13 -08:00
ctypes.rs Remove native types from stdlib 2012-02-01 12:23:13 +01:00
either.rs Fix typo in either.rs 2012-02-12 03:42:11 +09:00
extfmt.rs Finish cleanup of core::str 2012-02-23 17:00:19 +01:00
f32.rs core: Fill out missing functions for basic types 2012-02-11 23:49:13 -08:00
f64.rs core: Fill out missing functions for basic types 2012-02-11 23:49:13 -08:00
float.rs expose float::pow_with_uint. 2012-02-28 18:00:50 -08:00
future.rs core: Define futures in terms of local functions, of which port::recv is one possibility 2012-02-18 15:23:56 -08:00
i8.rs core: Add abs functions for signed integer types 2012-02-12 22:04:06 -08:00
i16.rs core: Add abs functions for signed integer types 2012-02-12 22:04:06 -08:00
i32.rs core: Add abs functions for signed integer types 2012-02-12 22:04:06 -08:00
i64.rs core: Add abs functions for signed integer types 2012-02-12 22:04:06 -08:00
int.rs Make the various from_str functions return options 2012-02-22 13:18:15 +01:00
iter.rs core: Add iter::filter_map 2012-02-12 22:30:58 -08:00
libc.rs UTF-16-ify the win32 env routines. 2012-03-06 16:03:39 -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 Make the various from_str functions return options 2012-02-22 13:18:15 +01:00
os.rs UTF-16-ify the win32 env routines. 2012-03-06 16:03:39 -08:00
path.rs First cut at consolidated core::os module built on core::libc. 2012-03-02 18:46:13 -08:00
ptr.rs core: Inline a bunch of unsafe functions 2012-03-06 11:20:43 -08:00
result.rs s/block()/fn()/g 2012-01-23 19:06:33 -08:00
str.rs UTF-16-ify the win32 env routines. 2012-03-06 16:03:39 -08:00
sys.rs retool inline encoding to handle methods, fix tests 2012-03-02 06:47:25 -08:00
task.rs core: Remove some explicit move capture clauses 2012-03-06 13:05:03 -08:00
to_str.rs Add core::to_str module 2012-02-22 13:06:38 +01:00
tuple.rs libcore: Remove bogus FIXME from core::tuple 2012-01-17 11:20:20 -08:00
u8.rs core: Add compl functions for the rest of the integer types 2012-02-12 21:58:06 -08:00
u16.rs core: Add compl functions for the rest of the integer types 2012-02-12 21:58:06 -08:00
u32.rs core: Add compl functions for the rest of the integer types 2012-02-12 21:58:06 -08:00
u64.rs (core::str) remove len_bytes alias 2012-02-23 17:00:19 +01:00
uint.rs rewrite vec to be more unsafe, more inlined 2012-03-05 16:47:52 -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 core: Inline a bunch of unsafe functions 2012-03-06 11:20:43 -08:00
vec.rs rewrite vec to be more unsafe, more inlined 2012-03-05 16:47:52 -08:00