rust/src/libcore
Tim Chevalier 321fd80219 Add an infinite loop construct
Add a loop {} construct for infinite loops, and use it in test
cases. See #1906 for details.
2012-03-09 16:40:58 -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 core: Resolve a FIXME in box::ptr_eq 2012-03-06 19:15:39 -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 add mutability annotations to libcore 2012-03-07 07:47:50 -08:00
core.rc Export os, libc and path from libcore. 2012-03-06 16:03:39 -08:00
core.rs Change util::unreachable to core::unreachable 2012-03-08 14:30:01 -08:00
ctypes.rs Remove native types from stdlib 2012-02-01 12:23:13 +01:00
either.rs add mutability annotations to libcore 2012-03-07 07:47:50 -08:00
extfmt.rs add mutability annotations to libcore 2012-03-07 07:47:50 -08: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 add mutability annotations to libcore 2012-03-07 07:47:50 -08:00
future.rs add mutability annotations to libcore 2012-03-07 07:47:50 -08:00
i8.rs add mutability annotations to libcore 2012-03-07 07:47:50 -08:00
i16.rs add mutability annotations to libcore 2012-03-07 07:47:50 -08:00
i32.rs add mutability annotations to libcore 2012-03-07 07:47:50 -08:00
i64.rs add mutability annotations to libcore 2012-03-07 07:47:50 -08:00
int.rs add mutability annotations to libcore 2012-03-07 07:47:50 -08:00
iter.rs add mutability annotations to libcore 2012-03-07 07:47:50 -08:00
libc.rs Add a couple more missing pieces to libc and os. 2012-03-09 16:38:23 -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 Add a couple more missing pieces to libc and os. 2012-03-09 16:38:23 -08:00
path.rs Rename last to last_opt, last_unsafe to last 2012-03-08 15:25:56 -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 add mutability annotations to libcore 2012-03-07 07:47:50 -08:00
sys.rs retool inline encoding to handle methods, fix tests 2012-03-02 06:47:25 -08:00
task.rs add mutability annotations to libcore 2012-03-07 07:47:50 -08:00
to_str.rs add mutability annotations to libcore 2012-03-07 07:47:50 -08:00
tuple.rs libcore: Remove bogus FIXME from core::tuple 2012-01-17 11:20:20 -08:00
u8.rs add mutability annotations to libcore 2012-03-07 07:47:50 -08:00
u16.rs add mutability annotations to libcore 2012-03-07 07:47:50 -08:00
u32.rs add mutability annotations to libcore 2012-03-07 07:47:50 -08:00
u64.rs add mutability annotations to libcore 2012-03-07 07:47:50 -08:00
uint.rs Add an infinite loop construct 2012-03-09 16:40:58 -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 Rename last to last_opt, last_unsafe to last 2012-03-08 15:25:56 -08:00