rust/src/libcore
Niko Matsakis 97452c0ca1 Remove modes from map API and replace with regions.
API is (for now) mostly by value, there are options to use it by
reference if you like.  Hash and equality functions must be pure
and by reference (forward looking to the day when something
like send_map becomes the standard map).
2012-08-02 15:53:28 -07:00
..
int-template Remove modes from map API and replace with regions. 2012-08-02 15:53:28 -07:00
iter-trait Tighten pipe exports, and refactor traits. 2012-07-25 12:12:25 -07:00
uint-template Remove modes from map API and replace with regions. 2012-08-02 15:53:28 -07:00
arc.rs Convert ret to return 2012-08-01 19:16:06 -07:00
at_vec.rs Convert ret to return 2012-08-01 19:16:06 -07:00
bool.rs
box.rs
char.rs Convert ret to return 2012-08-01 19:16:06 -07:00
cmath.rs
cmp.rs Remove modes from map API and replace with regions. 2012-08-02 15:53:28 -07:00
comm.rs Convert ret to return 2012-08-01 19:16:06 -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 Convert ret to return 2012-08-01 19:16:06 -07:00
either.rs Convert ret to return 2012-08-01 19:16:06 -07:00
extfmt.rs Remove modes from map API and replace with regions. 2012-08-02 15:53:28 -07:00
f32.rs Convert ret to return 2012-08-01 19:16:06 -07:00
f64.rs Convert ret to return 2012-08-01 19:16:06 -07:00
float.rs Convert ret to return 2012-08-01 19:16:06 -07:00
future.rs rustc: Implement unary move. Closes #917. 2012-07-31 17:33:20 -07:00
hash.rs Convert ret to return 2012-08-01 19:16:06 -07:00
int-template.rs Remove modes from map API and replace with regions. 2012-08-02 15:53:28 -07:00
io.rs Remove modes from map API and replace with regions. 2012-08-02 15:53:28 -07:00
iter-trait.rs Convert ret to return 2012-08-01 19:16:06 -07:00
iter.rs Convert ret to return 2012-08-01 19:16:06 -07:00
libc.rs
logging.rs
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 option::swap_unwrap, the ubiquitous 'option dance'. 2012-08-02 14:59:37 -04:00
os.rs Remove modes from map API and replace with regions. 2012-08-02 15:53:28 -07:00
path.rs Convert ret to return 2012-08-01 19:16:06 -07:00
pipes.rs Convert ret to return 2012-08-01 19:16:06 -07:00
priv.rs Change syntax extension syntax: #m[...] -> m!{...}. 2012-07-30 18:38:15 -07:00
ptr.rs Convert ret to return 2012-08-01 19:16:06 -07:00
rand.rs Convert ret to return 2012-08-01 19:16:06 -07:00
result.rs Convert ret to return 2012-08-01 19:16:06 -07:00
rt.rs Convert ret to return 2012-08-01 19:16:06 -07:00
run.rs Convert ret to return 2012-08-01 19:16:06 -07:00
send_map.rs Convert ret to return 2012-08-01 19:16:06 -07:00
stackwalk.rs Convert ret to return 2012-08-01 19:16:06 -07:00
str.rs Remove modes from map API and replace with regions. 2012-08-02 15:53:28 -07:00
sys.rs Remove modes from map API and replace with regions. 2012-08-02 15:53:28 -07:00
task.rs Clean up task.rs docs and use replace/swap_unwrap 2012-08-02 14:59:37 -04: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 Convert ret to return 2012-08-01 19:16:06 -07:00
uint-template.rs Remove modes from map API and replace with regions. 2012-08-02 15:53:28 -07:00
unicode.rs Convert ret to return 2012-08-01 19:16:06 -07:00
unsafe.rs Convert ret to return 2012-08-01 19:16:06 -07:00
util.rs option::swap_unwrap, the ubiquitous 'option dance'. 2012-08-02 14:59:37 -04:00
vec.rs Remove modes from map API and replace with regions. 2012-08-02 15:53:28 -07:00