.. |
num
|
std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_with_null[_consume]().
|
2013-06-12 12:21:04 +10:00 |
rand
|
librustc: Disallow multiple patterns from appearing in a "let" declaration.
|
2013-06-04 21:45:42 -07:00 |
rt
|
automated whitespace fixes
|
2013-06-13 18:03:08 -04:00 |
str
|
fix tests, remove some warnings
|
2013-06-11 02:34:14 +10:00 |
task
|
Remove unused imports
|
2013-06-13 10:46:17 -07:00 |
unstable
|
Prototyped a dynamic library facility interface
|
2013-06-12 17:32:13 -07:00 |
at_vec.rs
|
remove unused import warnings
|
2013-06-09 02:22:23 +10:00 |
bool.rs
|
bool: rm functions duplicating methods
|
2013-05-31 18:12:12 -04:00 |
borrow.rs
|
ptr: split out borrowed pointer utilities
|
2013-06-02 19:24:33 -04:00 |
cast.rs
|
|
|
cell.rs
|
std::cell: Modernize constructors
|
2013-06-04 12:03:58 +02:00 |
char.rs
|
|
|
cleanup.rs
|
|
|
clone.rs
|
clone: fix docstring
|
2013-06-04 18:40:50 -04:00 |
cmp.rs
|
cmp: remove duplicate free functions
|
2013-06-09 20:47:40 -04:00 |
comm.rs
|
Swap return value of pipes::init Fixes #4501
|
2013-06-01 18:19:16 -07:00 |
condition.rs
|
Remove all uses of pub impl . rs=style
|
2013-06-01 09:18:27 -07:00 |
container.rs
|
|
|
core.rc
|
automated whitespace fixes
|
2013-06-13 18:03:08 -04:00 |
either.rs
|
Remove all uses of pub impl . rs=style
|
2013-06-01 09:18:27 -07:00 |
from_str.rs
|
|
|
gc.rs
|
|
|
hash.rs
|
|
|
hashmap.rs
|
auto merge of #7105 : sstewartgallus/rust/removed_unused_imports, r=sanxiyn
|
2013-06-13 12:08:05 -07:00 |
io.rs
|
std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_with_null[_consume]().
|
2013-06-12 12:21:04 +10:00 |
iter.rs
|
remove unused import warnings
|
2013-06-09 02:22:23 +10:00 |
iterator.rs
|
auto merge of #7073 : influenza/rust/iterator-doc-fixes, r=catamorphism
|
2013-06-12 12:13:53 -07:00 |
kinds.rs
|
Add 'Sized' builtin kind; doesn't do anything yet
|
2013-05-30 21:41:41 -04:00 |
libc.rs
|
libc: omit memcpy, memmove and memset
|
2013-06-06 15:18:45 -04:00 |
local_data.rs
|
|
|
logging.rs
|
|
|
macros.rs
|
|
|
managed.rs
|
librustc: Disallow multiple patterns from appearing in a "let" declaration.
|
2013-06-04 21:45:42 -07:00 |
nil.rs
|
|
|
old_iter.rs
|
|
|
ops.rs
|
|
|
option.rs
|
option: remove redundant old_iter impls
|
2013-06-11 14:06:12 -04:00 |
os.rs
|
std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_with_null[_consume]().
|
2013-06-12 12:21:04 +10:00 |
owned.rs
|
|
|
path.rs
|
std: make all strings Equiv-alent to each other, generalise Path.push_many to take any type of string.
|
2013-06-13 10:19:34 +10:00 |
pipes.rs
|
Tag a bunch of destructors that need mutable self with FIXME for #4330. Close #4943.
|
2013-06-10 18:18:04 -04:00 |
prelude.rs
|
std: make all strings Equiv-alent to each other, generalise Path.push_many to take any type of string.
|
2013-06-13 10:19:34 +10:00 |
ptr.rs
|
fix the docstring for copy_nonoverlapping_memory
|
2013-06-11 19:06:01 -04:00 |
rand.rs
|
std: convert {vec,str}::to_owned to methods.
|
2013-06-12 12:21:03 +10:00 |
reflect.rs
|
Remove all uses of pub impl . rs=style
|
2013-06-01 09:18:27 -07:00 |
repr.rs
|
std: remove each_char* fns and methods from str, replaced by iterators.
|
2013-06-09 02:22:23 +10:00 |
result.rs
|
remove deprecated vec::{is_empty, len} functions
|
2013-06-08 23:19:30 -04:00 |
run.rs
|
std: fix windows
|
2013-06-12 13:42:41 +10:00 |
stackwalk.rs
|
|
|
str.rs
|
std: remove the invalid NullTerminatedStr instance for &'static str.
|
2013-06-13 14:12:08 +10:00 |
sys.rs
|
remove unused import warnings
|
2013-06-09 02:22:23 +10:00 |
to_bytes.rs
|
std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_with_null[_consume]().
|
2013-06-12 12:21:04 +10:00 |
to_str.rs
|
libstd: use fmt! in to_str impl for (one|two)-tuple
|
2013-06-06 20:50:29 +05:30 |
trie.rs
|
remove unused import warnings
|
2013-06-09 02:22:23 +10:00 |
tuple.rs
|
librustc: Disallow multiple patterns from appearing in a "let" declaration.
|
2013-06-04 21:45:42 -07:00 |
unicode.rs
|
|
|
util.rs
|
std::util: fix missed old constructor
|
2013-06-04 17:29:38 +02:00 |
vec.rs
|
std: convert {vec,str}::to_owned to methods.
|
2013-06-12 12:21:03 +10:00 |