rust/src/libstd
Daniel Micay 940d1ae2f3 remove type descriptors from proc and @T
This also drops support for the managed pointer POISON_ON_FREE feature
as it's not worth adding back the support for it. After a snapshot, the
leftovers can be removed.
2014-02-07 20:08:35 -05:00
..
comm std: Remove try_send_deferred plus all fallout 2014-02-03 12:05:16 -08:00
fmt Remove std::condition 2014-02-06 15:48:56 -08:00
io Make a double-write UDP test more robust 2014-02-05 18:47:49 -08:00
num
path auto merge of #12062 : kballard/rust/from_utf8_lossy, r=huonw 2014-02-07 00:56:31 -08:00
rand std: Remove io::io_error 2014-02-03 09:32:33 -08:00
rt remove type descriptors from proc and @T 2014-02-07 20:08:35 -05:00
sync auto merge of #11230 : csherratt/rust/cow, r=alexcrichton 2014-02-04 14:41:36 -08:00
unstable remove type descriptors from proc and @T 2014-02-07 20:08:35 -05:00
any.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
ascii.rs Cleaned up imports per coding standards. 2014-02-07 09:59:19 -08:00
bool.rs
c_str.rs Remove std::condition 2014-02-06 15:48:56 -08:00
cast.rs
cell.rs Cleaned up imports per coding standards. 2014-02-07 09:59:19 -08:00
char.rs
cleanup.rs remove type descriptors from proc and @T 2014-02-07 20:08:35 -05:00
clone.rs
cmp.rs
container.rs
default.rs
from_str.rs
gc.rs Fix @str removal tests. 2014-02-02 02:58:57 +11:00
hash.rs std: Remove io::io_error 2014-02-03 09:32:33 -08:00
hashmap.rs Rename reserve to reserve_exact and reserve_at_least to reserve 2014-02-04 12:33:41 +11:00
iter.rs
kinds.rs
lib.rs Remove std::condition 2014-02-06 15:48:56 -08:00
libc.rs Implement clone() for TCP/UDP/Unix sockets 2014-02-05 11:43:49 -08:00
local_data.rs Cleaned up imports per coding standards. 2014-02-07 09:59:19 -08:00
logging.rs std: Remove io::io_error 2014-02-03 09:32:33 -08:00
macros.rs Remove std::condition 2014-02-06 15:48:56 -08:00
managed.rs
mem.rs
ops.rs
option.rs Implement clone() for TCP/UDP/Unix sockets 2014-02-05 11:43:49 -08:00
os.rs Removed prelude::* from libstd files. 2014-02-07 09:59:19 -08:00
owned.rs
prelude.rs
ptr.rs
rc.rs Ensure an Rc isn't freed while running its own destructor. 2014-02-06 09:05:59 +11:00
reference.rs Cleaned up imports per coding standards. 2014-02-07 09:59:19 -08:00
reflect.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
repr.rs Register new snapshots 2014-02-04 00:06:08 -08:00
result.rs std: Remove io::io_error 2014-02-03 09:32:33 -08:00
rtdeps.rs
run.rs Cleaned up imports per coding standards. 2014-02-07 09:59:19 -08:00
send_str.rs
str.rs Add new function str::from_utf8_lossy() 2014-02-06 23:44:26 -08:00
task.rs Replace NonCopyable usage with NoPod 2014-02-04 00:15:27 +01:00
to_bytes.rs std: Remove io::io_error 2014-02-03 09:32:33 -08:00
to_str.rs std,extra: remove use of & support for @[]. 2014-02-02 02:59:03 +11:00
trie.rs Cleaned up imports per coding standards. 2014-02-07 09:59:19 -08:00
tuple.rs
unicode.rs
unit.rs Cleaned up imports per coding standards. 2014-02-07 09:59:19 -08:00
util.rs Implement clone() for TCP/UDP/Unix sockets 2014-02-05 11:43:49 -08:00
vec_ng.rs Removed prelude::* from libstd files. 2014-02-07 09:59:19 -08:00
vec.rs Implement clone() for TCP/UDP/Unix sockets 2014-02-05 11:43:49 -08:00