rust/src/libstd
bors 430652c970 auto merge of #11370 : alexcrichton/rust/issue-10465, r=pwalton
Turned out to be a 2-line fix, but the compiler fallout was huge.
2014-01-08 10:06:45 -08:00
..
comm std: Fill in all missing imports 2014-01-07 23:51:38 -08:00
fmt Remove std::either 2014-01-03 10:25:23 -08:00
io stdtest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
num Fix remaining cases of leaking imports 2014-01-07 23:51:38 -08:00
path stdtest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
rand stdtest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
rt Fixup the rest of the tests in the compiler 2014-01-07 23:51:38 -08:00
sync Test fixes and rebase conflicts 2013-12-25 23:10:46 -08:00
unstable extratest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
any.rs std: uniform modules titles for doc 2013-12-27 09:49:11 +01:00
ascii.rs stdtest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
at_vec.rs std: Fill in all missing imports 2014-01-07 23:51:38 -08:00
bool.rs stdtest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
borrow.rs 'borrowed pointer' -> 'reference' 2014-01-07 18:49:13 -08:00
c_str.rs stdtest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
cast.rs 'borrowed pointer' -> 'reference' 2014-01-07 18:49:13 -08:00
cell.rs Register new snapshots 2014-01-06 09:26:47 -08:00
char.rs std: uniform modules titles for doc 2013-12-27 09:49:11 +01:00
cleanup.rs Remove some unnecessary type casts 2014-01-06 21:28:54 +01:00
clone.rs 'borrowed pointer' -> 'reference' 2014-01-07 18:49:13 -08:00
cmp.rs
condition.rs std: Fix all code examples 2013-12-23 09:10:36 -08:00
container.rs std: uniform modules titles for doc 2013-12-27 09:49:11 +01:00
default.rs libstd: Remove all support code related to @mut 2014-01-03 14:02:00 -08:00
from_str.rs std: uniform modules titles for doc 2013-12-27 09:49:11 +01:00
gc.rs stdtest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
hash.rs Don't allow newtype structs to be dereferenced. #6246 2014-01-04 14:44:12 -08:00
hashmap.rs Fix issue #11216 - Replace std::hashmap::{each_key, each_value} with iterators. 2013-12-31 20:29:39 +00:00
iter.rs Renamed Option::map_default and mutate_default to map_or and mutate_or_set 2014-01-08 00:53:40 +01:00
kinds.rs std: uniform modules titles for doc 2013-12-27 09:49:11 +01:00
lib.rs 'borrowed pointer' -> 'reference' 2014-01-07 18:49:13 -08:00
libc.rs auto merge of #11186 : alexcrichton/rust/native-udp, r=brson 2013-12-31 16:21:55 -08:00
local_data.rs Conservatively export all trait methods and impls 2013-12-31 12:42:13 -08:00
logging.rs Support arbitrary stdout/stderr/logger handles 2014-01-06 13:19:53 -08:00
managed.rs libstd: Remove all support code related to @mut 2014-01-03 14:02:00 -08:00
mem.rs
ops.rs std: uniform modules titles for doc 2013-12-27 09:49:11 +01:00
option.rs stdtest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
os.rs stdtest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
owned.rs
prelude.rs Remove std::either 2014-01-03 10:25:23 -08:00
ptr.rs std: silence warnings when compiling test. 2013-12-20 01:26:03 +11:00
rc.rs stdtest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
reflect.rs
repr.rs libstd: Remove all support code related to @mut 2014-01-03 14:02:00 -08:00
result.rs stdtest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
rtdeps.rs Convert some C functions to rust functions 2013-12-30 14:35:55 -08:00
run.rs stdtest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
send_str.rs stdtest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
str.rs stdtest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
task.rs Support arbitrary stdout/stderr/logger handles 2014-01-06 13:19:53 -08:00
to_bytes.rs libstd: Remove all support code related to @mut 2014-01-03 14:02:00 -08:00
to_str.rs Rename To{Str,Bytes}Consume traits to Into*. 2013-12-15 01:04:22 +11:00
trie.rs std::trie: make lower_bound and upper_bound about 15% faster. 2014-01-08 00:31:24 +11:00
tuple.rs
unicode.rs
unit.rs
util.rs stdtest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
vec.rs auto merge of #11370 : alexcrichton/rust/issue-10465, r=pwalton 2014-01-08 10:06:45 -08:00