| .. |
|
num
|
std: Remove uint::iterate, replaced by range
|
2013-08-06 04:05:08 +02:00 |
|
rand
|
Change 'print(fmt!(...))' to printf!/printfln! in src/lib*
|
2013-07-24 09:45:20 -04:00 |
|
rt
|
Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing-nulls
|
2013-08-06 16:21:02 -07:00 |
|
str
|
Merge remote-tracking branch 'remotes/origin/master' into str-remove-null
|
2013-08-04 16:23:41 -07:00 |
|
task
|
auto merge of #8317 : bblum/rust/fast-spawn-unlinked, r=brson
|
2013-08-06 10:32:00 -07:00 |
|
unstable
|
Merge remote-tracking branch 'remotes/origin/master' into str-remove-null
|
2013-08-04 16:23:41 -07:00 |
|
at_vec.rs
|
Updated std::Option, std::Either and std::Result
|
2013-08-05 22:42:21 +02:00 |
|
bool.rs
|
Implement std::num::Zero for bool
|
2013-07-24 22:54:32 +03:00 |
|
borrow.rs
|
replace #[inline(always)] with #[inline]. r=burningtree.
|
2013-06-18 14:48:48 -07:00 |
|
c_str.rs
|
std: c_str should use regions on methods
|
2013-08-05 19:55:07 -07:00 |
|
cast.rs
|
Remove trailing null from strings
|
2013-08-04 15:45:16 -07:00 |
|
cell.rs
|
new snapshot
|
2013-07-22 01:09:48 -04:00 |
|
char.rs
|
replace all remaining for with foreach or do
|
2013-08-03 03:00:42 -04:00 |
|
cleanup.rs
|
librustc: Disallow "unsafe" for external functions
|
2013-08-02 21:57:59 -07:00 |
|
clone.rs
|
std: Implement Clone and DeepClone for extern "Rust" fn
|
2013-07-29 19:43:21 +02:00 |
|
cmp.rs
|
remove obsolete foreach keyword
|
2013-08-03 22:48:02 -04:00 |
|
comm.rs
|
Remove old tests and code for select
|
2013-08-04 15:11:56 -07:00 |
|
condition.rs
|
make in and foreach get treated as keywords
|
2013-08-01 00:21:13 -04:00 |
|
container.rs
|
Add default implementation of Map::contains_key function
|
2013-08-03 05:54:05 +04:00 |
|
either.rs
|
Updated std::Option, std::Either and std::Result
|
2013-08-05 22:42:21 +02:00 |
|
from_str.rs
|
Require documentation by default for libstd
|
2013-05-30 01:02:55 -05:00 |
|
hash.rs
|
remove obsolete foreach keyword
|
2013-08-03 22:48:02 -04:00 |
|
hashmap.rs
|
std: Rewrite the HashSet set operation iterators
|
2013-08-06 04:05:07 +02:00 |
|
io.rs
|
Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing-nulls
|
2013-08-06 16:21:02 -07:00 |
|
iter.rs
|
std: Change Times trait to use do instead of for
|
2013-08-01 16:54:22 +02:00 |
|
iterator.rs
|
std: Improve the documentation for iterator::Invert
|
2013-08-06 04:05:08 +02:00 |
|
kinds.rs
|
new snapshot
|
2013-07-22 01:09:48 -04:00 |
|
libc.rs
|
std and rustc: explicitly pass c strings to c functions
|
2013-08-04 15:45:16 -07:00 |
|
local_data.rs
|
Updated std::Option, std::Either and std::Result
|
2013-08-05 22:42:21 +02:00 |
|
logging.rs
|
std: Fix newsched logging truncation
|
2013-08-04 21:56:47 -07:00 |
|
macros.rs
|
A major refactoring that changes the way the runtime uses TLS. In the
|
2013-08-01 15:14:00 -07:00 |
|
managed.rs
|
Consolidate raw representations of rust values
|
2013-07-26 09:53:03 -07:00 |
|
nil.rs
|
Implement Zero for unit
|
2013-07-31 18:19:26 +04:00 |
|
ops.rs
|
std: add benchmark for allocating-and-dropping a struct with a dtor.
|
2013-07-22 16:56:11 -07:00 |
|
option.rs
|
std: Use method name Option::consume
|
2013-08-06 04:05:07 +02:00 |
|
os.rs
|
Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing-nulls
|
2013-08-06 16:21:02 -07:00 |
|
owned.rs
|
replace #[inline(always)] with #[inline]. r=burningtree.
|
2013-06-18 14:48:48 -07:00 |
|
path.rs
|
Merge remote-tracking branch 'remotes/origin/master' into str-remove-null
|
2013-08-04 16:23:41 -07:00 |
|
pipes.rs
|
Remove old tests and code for select
|
2013-08-04 15:11:56 -07:00 |
|
prelude.rs
|
std: replace str::as_c_str with std::c_str
|
2013-08-04 14:13:17 -07:00 |
|
ptr.rs
|
Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing-nulls
|
2013-08-06 16:21:02 -07:00 |
|
rand.rs
|
Updated std::Option, std::Either and std::Result
|
2013-08-05 22:42:21 +02:00 |
|
reflect.rs
|
Consolidate raw representations of rust values
|
2013-07-26 09:53:03 -07:00 |
|
repr.rs
|
remove obsolete foreach keyword
|
2013-08-03 22:48:02 -04:00 |
|
result.rs
|
std: Use method name Option::consume
|
2013-08-06 04:05:07 +02:00 |
|
run.rs
|
Merge remote-tracking branch 'remotes/origin/master' into str-remove-null
|
2013-08-04 16:23:41 -07:00 |
|
std.rs
|
Merge commit 'd89ff7eef9' into remove-str-trailing-nulls
|
2013-08-06 16:18:58 -07:00 |
|
str.rs
|
Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing-nulls
|
2013-08-06 16:21:02 -07:00 |
|
sys.rs
|
Merge commit 'd89ff7eef9' into remove-str-trailing-nulls
|
2013-08-06 16:18:58 -07:00 |
|
to_bytes.rs
|
std: Use do blocks instead of for with .iter_bytes()
|
2013-08-01 16:54:22 +02:00 |
|
to_str.rs
|
remove obsolete foreach keyword
|
2013-08-03 22:48:02 -04:00 |
|
trie.rs
|
Remove debug printing.
|
2013-08-05 02:51:43 +04:00 |
|
tuple.rs
|
rm obsolete no-op lints
|
2013-07-20 20:17:08 -04:00 |
|
unicode.rs
|
rustc: add a lint to enforce uppercase statics.
|
2013-07-01 17:52:57 +10:00 |
|
util.rs
|
(cleanup) Use more do...finally in extra::sync.
|
2013-08-02 17:31:45 -04:00 |
|
vec.rs
|
std: Fix bug in ChunkIter::idx
|
2013-08-06 04:05:08 +02:00 |