rust/src/libcore
2012-08-01 19:12:23 -04:00
..
int-template convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 2012-07-04 19:18:13 -07:00
iter-trait Tighten pipe exports, and refactor traits. 2012-07-25 12:12:25 -07:00
uint-template Make uint::iterate pure 2012-07-29 18:39:15 -07:00
arc.rs core::arc - add an assert 2012-08-01 19:07:28 -04:00
at_vec.rs test: Move two tests from run-pass into the libs 2012-07-31 17:30:54 -07:00
bool.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
box.rs convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 2012-07-04 19:18:13 -07:00
char.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
cmath.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
cmp.rs core: Mark a bunch of numeric functions as pure 2012-07-26 14:43:44 -07:00
comm.rs Update some str functions to slices, merge as_buf and unpack_slice. 2012-07-24 12:35:52 -07:00
core.rc core.rc export core::util 2012-08-01 19:12:23 -04:00
core.rs core: More magic to make core build with --test 2012-07-28 16:06:25 -07:00
dlist.rs Undo dlist's destructor-involving type structure in light of #3039 2012-07-26 21:20:02 -04:00
dvec.rs Introduce 'return', 'match' and 'module' as synonyms 2012-07-31 17:22:30 -07:00
either.rs convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 2012-07-04 19:18:13 -07:00
extfmt.rs Change syntax extension syntax: #m[...] -> m!{...}. 2012-07-30 18:38:15 -07:00
f32.rs core: Mark a bunch of numeric functions as pure 2012-07-26 14:43:44 -07:00
f64.rs core: Mark a bunch of numeric functions as pure 2012-07-26 14:43:44 -07:00
float.rs Change remaining "iface" occurrences to "trait"; deprecate "iface" 2012-07-31 11:52:16 -07:00
future.rs rustc: Implement unary move. Closes #917. 2012-07-31 17:33:20 -07:00
hash.rs Add hash tests: idempotent, no_bytes_dropped. 2012-07-31 18:32:58 -04:00
int-template.rs Change remaining "iface" occurrences to "trait"; deprecate "iface" 2012-07-31 11:52:16 -07:00
io.rs Change remaining "iface" occurrences to "trait"; deprecate "iface" 2012-07-31 11:52:16 -07:00
iter-trait.rs rustc: Implement and enforce instance coherence 2012-07-17 15:46:43 -07:00
iter.rs Change remaining "iface" occurrences to "trait"; deprecate "iface" 2012-07-31 11:52:16 -07:00
libc.rs convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 2012-07-04 19:18:13 -07:00
logging.rs convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 2012-07-04 19:18:13 -07:00
num.rs Change remaining "iface" occurrences to "trait"; deprecate "iface" 2012-07-31 11:52:16 -07:00
ops.rs rustc: Use coherence for operator overloading. 2012-07-27 19:35:24 -07:00
option.rs make option::map_default<T,U> instead of U:copy 2012-07-31 13:22:32 -04:00
os.rs Change syntax extension syntax: #m[...] -> m!{...}. 2012-07-30 18:38:15 -07:00
path.rs remove typestate from code, tests, and docs 2012-07-14 17:37:20 -07:00
pipes.rs Working on documentation of pipes. 2012-08-01 12:30:07 -07:00
priv.rs Change syntax extension syntax: #m[...] -> m!{...}. 2012-07-30 18:38:15 -07:00
ptr.rs test: Move two tests from run-pass into the libs 2012-07-31 17:30:54 -07:00
rand.rs Change remaining "iface" occurrences to "trait"; deprecate "iface" 2012-07-31 11:52:16 -07:00
result.rs Change syntax extension syntax: #m[...] -> m!{...}. 2012-07-30 18:38:15 -07:00
rt.rs Don't emit invoke instructions inside landing pads. 2012-07-24 12:20:39 -07:00
run.rs Change remaining "iface" occurrences to "trait"; deprecate "iface" 2012-07-31 11:52:16 -07:00
send_map.rs send_map - fix size bug; add is_empty and test case for same 2012-08-01 19:07:28 -04:00
stackwalk.rs Change syntax extension syntax: #m[...] -> m!{...}. 2012-07-30 18:38:15 -07:00
str.rs Change syntax extension syntax: #m[...] -> m!{...}. 2012-07-30 18:38:15 -07:00
sys.rs rust_cond_lock acquire/release should be inside the atomically { .. } 2012-07-24 20:28:30 -04:00
task.rs Change remaining "iface" occurrences to "trait"; deprecate "iface" 2012-07-31 11:52:16 -07:00
to_bytes.rs Change remaining "iface" occurrences to "trait"; deprecate "iface" 2012-07-31 11:52:16 -07:00
to_str.rs Change remaining "iface" occurrences to "trait"; deprecate "iface" 2012-07-31 11:52:16 -07:00
tuple.rs rustc: Fix coherence errors in the build 2012-07-17 16:49:54 -07:00
uint-template.rs core: Make #fmt pure 2012-07-27 15:11:22 -07:00
unicode.rs convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 2012-07-04 19:18:13 -07:00
unsafe.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
util.rs Add core::util, with swap, replace, and noncopyable 2012-08-01 19:07:28 -04:00
vec.rs rustc: Parse by-reference pattern bindings with the "ref" keyword 2012-07-31 19:26:25 -07:00