rust/src/libcore
Tim Chevalier 9d274ec5f2 Re-rename option functions
get_with_default (nee from_maybe) => get_default
with_option (nee maybe) => map_default
with_option_do (nee may) => iter

As per discussion of 21be1379d5
2012-04-06 12:20:13 -07:00
..
bool.rs
box.rs
char.rs Remove char::to_lower, char::to_upper, use libc versions instead 2012-03-23 16:25:10 -07:00
cmath.rs Associate FIXMEs with issue numbers (comments only) 2012-03-15 15:40:43 -07:00
comm.rs Remove a FIXME and workaround that appear to be obsolete 2012-03-23 16:25:10 -07:00
core.rc Update crate URLs to point to interesting things. 2012-03-28 13:52:47 -07:00
core.rs Explicitly use version 0.2 of crates 2012-04-05 20:29:42 -07:00
either.rs Move some code over to iterator-for to see how it performs. 2012-03-27 15:46:33 +02:00
extfmt.rs Move some code over to iterator-for to see how it performs. 2012-03-27 15:46:33 +02:00
f32.rs Comments only: associate FIXMEs in float libs with issue numbers 2012-03-15 18:46:17 -07:00
f64.rs Comments only: associate FIXMEs in float libs with issue numbers 2012-03-15 18:46:17 -07:00
float.rs Comments only: associate FIXMEs in float libs with issue numbers 2012-03-15 18:46:17 -07:00
future.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
i8.rs Tidy up predicate names in libcore. Should close #1431. 2012-04-04 18:08:55 -07:00
i16.rs Tidy up predicate names in libcore. Should close #1431. 2012-04-04 18:08:55 -07:00
i32.rs Tidy up predicate names in libcore. Should close #1431. 2012-04-04 18:08:55 -07:00
i64.rs Tidy up predicate names in libcore. Should close #1431. 2012-04-04 18:08:55 -07:00
int.rs Tidy up predicate names in libcore. Should close #1431. 2012-04-04 18:08:55 -07:00
io.rs Move some code over to iterator-for to see how it performs. 2012-03-27 15:46:33 +02:00
iter.rs Re-rename option functions 2012-04-06 12:20:13 -07:00
libc.rs Merge branch 'issue-1983' of https://github.com/thomaslee/rust into issue-2090 2012-04-02 21:47:20 -07:00
logging.rs
option.rs Re-rename option functions 2012-04-06 12:20:13 -07:00
os.rs Re-rename option functions 2012-04-06 12:20:13 -07:00
path.rs Implement an initial version of placement new. 2012-03-20 20:39:40 -07:00
ptr.rs core: Export is_null, is_not_null 2012-04-03 22:32:55 -07:00
rand.rs core: Docs 2012-03-15 18:58:30 -07:00
result.rs Tidy up predicate names in libcore. Should close #1431. 2012-04-04 18:08:55 -07:00
run.rs Move some code over to iterator-for to see how it performs. 2012-03-27 15:46:33 +02:00
str.rs Merge pull request #2139 from Jonanin/add_str_len 2012-04-05 23:49:55 -07:00
sys.rs Remove last vestiges of old-style intrinsics 2012-03-23 16:08:01 +01:00
task.rs Re-rename option functions 2012-04-06 12:20:13 -07:00
to_str.rs Move some code over to iterator-for to see how it performs. 2012-03-27 15:46:33 +02:00
tuple.rs core: Docs 2012-03-15 18:58:30 -07:00
u8.rs core: Make some functions pure 2012-03-15 13:57:26 -07:00
u16.rs Tidy up predicate names in libcore. Should close #1431. 2012-04-04 18:08:55 -07:00
u32.rs core: Make some functions pure 2012-03-15 13:57:26 -07:00
u64.rs core: Make some functions pure 2012-03-15 13:57:26 -07:00
uint.rs core: Make some functions pure 2012-03-15 13:57:26 -07:00
unicode.rs
unsafe.rs Remove last vestiges of old-style intrinsics 2012-03-23 16:08:01 +01:00
vec.rs Convert old-style for loops to new-style 2012-04-06 20:38:23 +02:00