rust/src/libstd
bors 07feeb95c5 auto merge of #7487 : huonw/rust/vec-kill, r=cmr
Continuation of #7430.

I haven't removed the `map` method, since the replacement `v.iter().transform(f).collect::<~[SomeType]>()` is a little ridiculous at the moment.
2013-06-30 21:14:13 -07:00
..
num auto merge of #7487 : huonw/rust/vec-kill, r=cmr 2013-06-30 21:14:13 -07:00
rand librustc: Disallow "mut" from distributing over bindings. 2013-06-28 10:44:15 -04:00
rt add a closure_exchange_malloc lang item 2013-06-30 16:24:47 -04:00
str vec: remove BaseIter implementation 2013-06-23 02:05:20 -04:00
task Removing a lot of usage of '&const' 2013-06-29 08:35:48 -07:00
unstable add a contains_managed intrinsic 2013-06-30 03:45:39 -04:00
at_vec.rs Removing a lot of usage of '&const' 2013-06-29 08:35:48 -07:00
bool.rs replace #[inline(always)] with #[inline]. r=burningtree. 2013-06-18 14:48:48 -07:00
borrow.rs replace #[inline(always)] with #[inline]. r=burningtree. 2013-06-18 14:48:48 -07:00
cast.rs Remove all #[cfg(stage0)]-protected code 2013-06-21 02:43:02 +12:00
cell.rs Rename #[mutable] to #[no_freeze] 2013-06-29 00:56:36 -04:00
char.rs Specialize to_str_common for floats/integers in strconv 2013-06-30 09:19:25 -07:00
cleanup.rs Remove unused TyDesc parameter from the glue functions 2013-06-23 13:02:00 +02:00
clone.rs librustc: Change "Owned" to "Send" everywhere 2013-06-28 10:44:15 -04:00
cmp.rs replace #[inline(always)] with #[inline]. r=burningtree. 2013-06-18 14:48:48 -07:00
comm.rs librustc: Change "Owned" to "Send" everywhere 2013-06-28 10:44:15 -04:00
condition.rs Change finalize -> drop. 2013-06-25 21:14:39 -04:00
container.rs container: remove internal iterators from Map 2013-06-25 16:26:23 -04:00
either.rs vec: remove BaseIter implementation 2013-06-23 02:05:20 -04:00
from_str.rs Require documentation by default for libstd 2013-05-30 01:02:55 -05:00
gc.rs Remove unused TyDesc parameter from the glue functions 2013-06-23 13:02:00 +02:00
hash.rs librustc: Remove the broken overloaded assign-ops from the language. 2013-06-28 10:44:16 -04:00
hashmap.rs Convert vec::{rposition, rposition_elem, position_elem, contains} to methods. 2013-06-30 21:15:24 +10:00
io.rs Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this 2013-06-30 21:59:44 +10:00
iter.rs vec: remove BaseIter implementation 2013-06-23 02:05:20 -04:00
iterator.rs Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this 2013-06-30 21:59:44 +10:00
kinds.rs librustc: Change "Owned" to "Send" everywhere 2013-06-28 10:44:15 -04:00
libc.rs std: unused import fix for android 2013-06-27 23:21:40 -04:00
local_data.rs Change taskgroup key type to fn:Copy in prep for noncopyable stack closures. 2013-06-29 03:58:50 -04:00
logging.rs Require documentation by default for libstd 2013-05-30 01:02:55 -05:00
macros.rs libstd: Rename libcore to libstd and libstd to libextra; update makefiles. 2013-05-22 21:57:05 -07:00
managed.rs managed: rm RC_EXCHANGE_UNIQUE constant 2013-06-30 16:22:58 -04:00
nil.rs replace #[inline(always)] with #[inline]. r=burningtree. 2013-06-18 14:48:48 -07:00
ops.rs Change finalize -> drop. 2013-06-25 21:14:39 -04:00
option.rs Removing a lot of usage of '&const' 2013-06-29 08:35:48 -07:00
os.rs auto merge of #7487 : huonw/rust/vec-kill, r=cmr 2013-06-30 21:14:13 -07:00
owned.rs replace #[inline(always)] with #[inline]. r=burningtree. 2013-06-18 14:48:48 -07:00
path.rs Add each_parent to WindowsPath 2013-06-28 10:47:59 -04:00
pipes.rs librustc: Change "Owned" to "Send" everywhere 2013-06-28 10:44:15 -04:00
prelude.rs Convert vec::dedup to a method. 2013-06-30 21:17:09 +10:00
ptr.rs Removing a lot of usage of '&const' 2013-06-29 08:35:48 -07:00
rand.rs Convert vec::{reverse, swap} to methods. 2013-06-30 21:15:25 +10:00
reflect.rs Remove intrinsic module 2013-06-23 12:49:16 +02:00
repr.rs Specialize to_str_common for floats/integers in strconv 2013-06-30 09:19:25 -07:00
result.rs vec: remove BaseIter implementation 2013-06-23 02:05:20 -04:00
run.rs std: adjust run.rs test for android 2013-06-28 19:02:39 +09:00
stackwalk.rs Require documentation by default for libstd 2013-05-30 01:02:55 -05:00
std.rs Bump version from 0.7-pre to 0.7 2013-06-30 16:36:48 -07:00
str.rs Specialize to_str_common for floats/integers in strconv 2013-06-30 09:19:25 -07:00
sys.rs Remove rust_call_tydesc_glue 2013-06-23 12:49:16 +02:00
to_bytes.rs 'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep for making them noncopyable. 2013-06-29 04:39:34 -04:00
to_str.rs librustc: Fix merge fallout and test cases. 2013-06-28 10:44:17 -04:00
trie.rs Removing a lot of usage of '&const' 2013-06-29 08:35:48 -07:00
tuple.rs Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this 2013-06-30 21:59:44 +10:00
unicode.rs Convert vec::{bsearch, bsearch_elem} to methods. 2013-06-30 21:15:25 +10:00
util.rs fix stage0 build 2013-06-28 00:23:38 -04:00
vec.rs auto merge of #7487 : huonw/rust/vec-kill, r=cmr 2013-06-30 21:14:13 -07:00