| .. |
|
num
|
librustc: Disallow multiple patterns from appearing in a "let" declaration.
|
2013-06-04 21:45:42 -07:00 |
|
rand
|
librustc: Disallow multiple patterns from appearing in a "let" declaration.
|
2013-06-04 21:45:42 -07:00 |
|
rt
|
librustc: Disallow multiple patterns from appearing in a "let" declaration.
|
2013-06-04 21:45:42 -07:00 |
|
str
|
Remove all uses of pub impl. rs=style
|
2013-06-01 09:18:27 -07:00 |
|
task
|
std::cell: Modernize constructors
|
2013-06-04 12:03:58 +02:00 |
|
unstable
|
Made fns in the impls for the Atomic structs pub
|
2013-06-05 00:37:52 +02:00 |
|
at_vec.rs
|
Require documentation by default for libstd
|
2013-05-30 01:02:55 -05: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
|
Require documentation by default for libstd
|
2013-05-30 01:02:55 -05:00 |
|
cell.rs
|
std::cell: Modernize constructors
|
2013-06-04 12:03:58 +02:00 |
|
char.rs
|
Require documentation by default for libstd
|
2013-05-30 01:02:55 -05:00 |
|
cleanup.rs
|
make arm register definition consistent with rt
|
2013-05-24 10:42:09 +08:00 |
|
clone.rs
|
clone: fix docstring
|
2013-06-04 18:40:50 -04:00 |
|
cmp.rs
|
Require documentation by default for libstd
|
2013-05-30 01:02:55 -05: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
|
Require documentation by default for libstd
|
2013-05-30 01:02:55 -05:00 |
|
core.rc
|
Deduplicate words in code comments
|
2013-06-06 10:48:27 +03:00 |
|
either.rs
|
Remove all uses of pub impl. rs=style
|
2013-06-01 09:18:27 -07:00 |
|
from_str.rs
|
Require documentation by default for libstd
|
2013-05-30 01:02:55 -05:00 |
|
gc.rs
|
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
|
2013-05-22 21:57:05 -07:00 |
|
hash.rs
|
Require documentation by default for libstd
|
2013-05-30 01:02:55 -05:00 |
|
hashmap.rs
|
Add a get_mut method to accompany the get method.
|
2013-06-02 16:22:43 +01:00 |
|
io.rs
|
librustc: Disallow multiple patterns from appearing in a "let" declaration.
|
2013-06-04 21:45:42 -07:00 |
|
iter.rs
|
Added iter::FromIter
|
2013-06-06 22:11:47 +02:00 |
|
iterator.rs
|
std: work-around for take/skip type inference (#6967)
|
2013-06-06 16:40:12 +10:00 |
|
kinds.rs
|
Add 'Sized' builtin kind; doesn't do anything yet
|
2013-05-30 21:41:41 -04:00 |
|
libc.rs
|
Require documentation by default for libstd
|
2013-05-30 01:02:55 -05:00 |
|
local_data.rs
|
Remove unnecessary 'use' forms
|
2013-05-30 13:08:18 -07: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
|
librustc: Disallow multiple patterns from appearing in a "let" declaration.
|
2013-06-04 21:45:42 -07:00 |
|
nil.rs
|
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
|
2013-05-22 21:57:05 -07:00 |
|
old_iter.rs
|
Require documentation by default for libstd
|
2013-05-30 01:02:55 -05:00 |
|
ops.rs
|
Require documentation by default for libstd
|
2013-05-30 01:02:55 -05:00 |
|
option.rs
|
std::util: Modernize NonCopyable constructor
|
2013-06-04 14:08:25 +02:00 |
|
os.rs
|
Remove a bunch of unnecessary allocations and copies
|
2013-05-30 11:49:04 +02:00 |
|
owned.rs
|
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
|
2013-05-22 21:57:05 -07:00 |
|
path.rs
|
Remove all uses of pub impl. rs=style
|
2013-06-01 09:18:27 -07:00 |
|
pipes.rs
|
rename the Ptr trait to RawPtr
|
2013-06-03 13:50:29 -04:00 |
|
prelude.rs
|
auto merge of #6907 : steveklabnik/rust/prelude_docs, r=graydon
|
2013-06-03 14:37:39 -07:00 |
|
ptr.rs
|
rename the Ptr trait to RawPtr
|
2013-06-03 13:50:29 -04:00 |
|
rand.rs
|
rand example fixup
|
2013-06-05 12:01:39 -07:00 |
|
reflect.rs
|
Remove all uses of pub impl. rs=style
|
2013-06-01 09:18:27 -07:00 |
|
repr.rs
|
Remove all uses of pub impl. rs=style
|
2013-06-01 09:18:27 -07:00 |
|
result.rs
|
Remove all uses of pub impl. rs=style
|
2013-06-01 09:18:27 -07:00 |
|
run.rs
|
std: fix run tests when symlink is in the rust checkout path
|
2013-06-01 10:59:24 -07:00 |
|
stackwalk.rs
|
Require documentation by default for libstd
|
2013-05-30 01:02:55 -05:00 |
|
str.rs
|
librustc: Disallow multiple patterns from appearing in a "let" declaration.
|
2013-06-04 21:45:42 -07:00 |
|
sys.rs
|
sys: get rid of shape functions
|
2013-06-04 19:00:19 -04:00 |
|
to_bytes.rs
|
Require documentation by default for libstd
|
2013-05-30 01:02:55 -05: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 all uses of pub impl. rs=style
|
2013-06-01 09:18:27 -07:00 |
|
tuple.rs
|
librustc: Disallow multiple patterns from appearing in a "let" declaration.
|
2013-06-04 21:45:42 -07:00 |
|
unicode.rs
|
Require documentation by default for libstd
|
2013-05-30 01:02:55 -05:00 |
|
util.rs
|
std::util: fix missed old constructor
|
2013-06-04 17:29:38 +02:00 |
|
vec.rs
|
Deduplicate words in code comments
|
2013-06-06 10:48:27 +03:00 |