rust/src/libcore
Niko Matsakis 3f6e6532ac make vec fns/methods take imm slices.
this also repairs the unsoundness in typing of unpack_slice,
which was silently converting a const ptr to an imm one.
2012-06-02 19:14:57 -07:00
..
int-template core: Generalize int-string conversions to all int types 2012-05-15 23:46:40 -07:00
iter-trait make vec fns/methods take imm slices. 2012-06-02 19:14:57 -07:00
uint-template core: Generalize uint-string conversions to all uint types 2012-05-15 22:50:35 -07:00
bool.rs core: Cleanup bool module 2012-03-10 18:01:01 -08:00
box.rs core: Convert to rustdoc 2012-03-09 22:56:53 -08:00
char.rs Implement 2 kinds of char / str escaping. Use in rustc. Close #2306. 2012-05-31 15:32:29 -07:00
cmath.rs Associate FIXMEs with issue numbers (comments only) 2012-03-15 15:40:43 -07:00
comm.rs core: Don't fail during port dtor 2012-05-15 16:13:42 -07:00
core.rc make vec fns/methods take imm slices. 2012-06-02 19:14:57 -07:00
core.rs make vec fns/methods take imm slices. 2012-06-02 19:14:57 -07:00
dvec.rs make all arguments modes immutable 2012-05-29 16:22:17 -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 core: Fix handling of 0-padded floats with precision in #fmt 2012-06-01 16:10:37 -07: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 (float) fix some rounding errors when showing as str 2012-06-02 16:38:18 -07:00
future.rs Send is no longer a subkind of copy. This allows for sendable, but non-copyable resources. Closes #2420. 2012-05-22 14:10:32 -07:00
int-template.rs core: Make range follow the for loop protocol 2012-05-26 02:28:00 -07:00
io.rs make vec fns/methods take imm slices. 2012-06-02 19:14:57 -07:00
iter-trait.rs new, simpler approach to the iter library 2012-04-27 16:57:50 -07:00
iter.rs new, simpler approach to the iter library 2012-04-27 16:57:50 -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 core: Convert to rustdoc 2012-03-09 22:56:53 -08:00
option.rs add some purity annotations in core 2012-06-02 10:08:00 -07:00
os.rs core: Ignore 2 busticated getenv tests on windows 2012-05-02 17:50:15 -07:00
path.rs Make extracting syntax extension arguments easier. 2012-05-18 10:05:24 -07:00
priv.rs core: Make range follow the for loop protocol 2012-05-26 02:28:00 -07:00
ptr.rs make vec fns/methods take imm slices. 2012-06-02 19:14:57 -07:00
rand.rs Add xorshift to core::rand, which gave a 3x speedup for graph generation in the bfs code. Also, remove trailing white space. 2012-05-30 17:39:53 -07:00
result.rs Add methods iter, iter_err, map, map_err to the result type. 2012-05-28 12:03:25 -07:00
run.rs add option exec-env to set env variables during test execution 2012-04-13 12:41:37 -07:00
str.rs add some purity annotations in core 2012-06-02 10:08:00 -07:00
swappable.rs add swappable/dvec modules 2012-05-18 20:00:50 -07:00
sys.rs rustc: Remove old align_of intrinsic 2012-04-27 15:40:43 -07:00
task.rs Comment only: fix typo 2012-06-01 20:40:34 -07:00
to_str.rs core: Add to_str impls for remaining int types 2012-05-25 23:47:02 -07:00
tuple.rs core: Docs 2012-03-15 18:58:30 -07:00
uint-template.rs core: Make range follow the for loop protocol 2012-05-26 02:28:00 -07:00
unicode.rs core: Convert to rustdoc 2012-03-09 22:56:53 -08:00
unsafe.rs Remove last vestiges of old-style intrinsics 2012-03-23 16:08:01 +01:00
vec.rs make vec fns/methods take imm slices. 2012-06-02 19:14:57 -07:00