.. |
num
|
replace range with an external iterator
|
2013-08-02 00:51:14 -04:00 |
rand
|
|
|
rt
|
Add an assert_may_sleep() check on every context switch.
|
2013-08-02 17:31:45 -04:00 |
str
|
migrate many for loops to foreach
|
2013-08-01 05:34:55 -04:00 |
task
|
Fix embarrassing bug where 'unkillable' would unwind improperly when it receives a kill signal.
|
2013-08-02 17:31:45 -04:00 |
unstable
|
auto merge of #8195 : bblum/rust/task-cleanup, r=brson
|
2013-08-02 07:31:52 -07:00 |
at_vec.rs
|
replace range with an external iterator
|
2013-08-02 00:51:14 -04:00 |
bool.rs
|
|
|
borrow.rs
|
|
|
cast.rs
|
|
|
cell.rs
|
|
|
char.rs
|
|
|
cleanup.rs
|
std: Replace for with do { .. } expr where internal iterators are used
|
2013-08-01 16:54:22 +02:00 |
clone.rs
|
|
|
cmp.rs
|
|
|
comm.rs
|
Add SendDeferred trait and use it to fix #8214.
|
2013-08-02 17:31:44 -04:00 |
condition.rs
|
make in and foreach get treated as keywords
|
2013-08-01 00:21:13 -04:00 |
container.rs
|
std: Remove the internal iterator methods from trait Set
|
2013-08-01 16:54:22 +02:00 |
either.rs
|
migrate many for loops to foreach
|
2013-08-01 05:34:55 -04:00 |
from_str.rs
|
|
|
gc.rs
|
std: Replace for with do { .. } expr in std::gc
|
2013-08-01 16:54:22 +02:00 |
hash.rs
|
std: Use do blocks instead of for with .iter_bytes()
|
2013-08-01 16:54:22 +02:00 |
hashmap.rs
|
replace range with an external iterator
|
2013-08-02 00:51:14 -04:00 |
io.rs
|
std: Replace for with do { .. } expr where internal iterators are used
|
2013-08-01 16:54:22 +02:00 |
iter.rs
|
std: Change Times trait to use do instead of for
|
2013-08-01 16:54:22 +02:00 |
iterator.rs
|
replace range with an external iterator
|
2013-08-02 00:51:14 -04:00 |
kinds.rs
|
|
|
libc.rs
|
Add a boatload of Linux x86/x86-64/arm errnos
|
2013-08-01 15:37:01 -04:00 |
local_data.rs
|
|
|
logging.rs
|
|
|
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
|
|
|
nil.rs
|
Implement Zero for unit
|
2013-07-31 18:19:26 +04:00 |
ops.rs
|
|
|
option.rs
|
migrate many for loops to foreach
|
2013-08-01 05:34:55 -04:00 |
os.rs
|
replace range with an external iterator
|
2013-08-02 00:51:14 -04:00 |
owned.rs
|
|
|
path.rs
|
migrate many for loops to foreach
|
2013-08-01 05:34:55 -04:00 |
pipes.rs
|
migrate many for loops to foreach
|
2013-08-01 05:34:55 -04:00 |
prelude.rs
|
replace range with an external iterator
|
2013-08-02 00:51:14 -04:00 |
ptr.rs
|
|
|
rand.rs
|
replace range with an external iterator
|
2013-08-02 00:51:14 -04:00 |
reflect.rs
|
|
|
repr.rs
|
migrate many for loops to foreach
|
2013-08-01 05:34:55 -04:00 |
result.rs
|
migrate many for loops to foreach
|
2013-08-01 05:34:55 -04:00 |
run.rs
|
replace range with an external iterator
|
2013-08-02 00:51:14 -04:00 |
stackwalk.rs
|
std: Replace for with do { .. } expr in std::gc
|
2013-08-01 16:54:22 +02:00 |
std.rs
|
|
|
str.rs
|
std: Change Times trait to use do instead of for
|
2013-08-01 16:54:22 +02:00 |
sys.rs
|
Give tasks useful names. #2891
|
2013-07-31 14:37:22 -04: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
|
migrate many for loops to foreach
|
2013-08-01 05:34:55 -04:00 |
trie.rs
|
replace range with an external iterator
|
2013-08-02 00:51:14 -04:00 |
tuple.rs
|
|
|
unicode.rs
|
|
|
util.rs
|
(cleanup) Use more do...finally in extra::sync.
|
2013-08-02 17:31:45 -04:00 |
vec.rs
|
replace range with an external iterator
|
2013-08-02 00:51:14 -04:00 |