rust/src/libstd
blake2-ppc ce682cb45f std: Add .consume_iter() for Option, to make it reusable
Let Option be a base for a widely useful one- or zero- item iterator.
Refactor OptionIterator to support any generic element type, so the same
iterator impl can be used for both &T, &mut T and T iterators.
2013-08-06 03:59:56 +02:00
..
num Updated std::Option, std::Either and std::Result 2013-08-05 22:42:21 +02:00
rand
rt Updated std::Option, std::Either and std::Result 2013-08-05 22:42:21 +02:00
str remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
task Updated std::Option, std::Either and std::Result 2013-08-05 22:42:21 +02:00
unstable auto merge of #8264 : thestinger/rust/snapshot, r=Aatch 2013-08-03 23:25:55 -07:00
at_vec.rs Updated std::Option, std::Either and std::Result 2013-08-05 22:42:21 +02:00
bool.rs
borrow.rs
cast.rs
cell.rs
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
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
hash.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
hashmap.rs auto merge of #8264 : thestinger/rust/snapshot, r=Aatch 2013-08-03 23:25:55 -07:00
io.rs Open files in binary mode. Closes #3948 2013-08-04 21:54:24 -07:00
iter.rs std: Change Times trait to use do instead of for 2013-08-01 16:54:22 +02:00
iterator.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
kinds.rs
libc.rs librustc: Disallow "unsafe" for external functions 2013-08-02 21:57:59 -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
nil.rs Implement Zero for unit 2013-07-31 18:19:26 +04:00
ops.rs
option.rs std: Add .consume_iter() for Option, to make it reusable 2013-08-06 03:59:56 +02:00
os.rs Updated std::Option, std::Either and std::Result 2013-08-05 22:42:21 +02:00
owned.rs
path.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
pipes.rs Remove old tests and code for select 2013-08-04 15:11:56 -07:00
prelude.rs replace range with an external iterator 2013-08-02 00:51:14 -04:00
ptr.rs register snapshots 2013-08-03 21:09:28 -04:00
rand.rs Updated std::Option, std::Either and std::Result 2013-08-05 22:42:21 +02:00
reflect.rs
repr.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
result.rs Updated std::Option, std::Either and std::Result 2013-08-05 22:42:21 +02:00
run.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
std.rs std: Remove gc and stackwalk 2013-08-03 23:39:04 -07:00
str.rs Updated std::Option, std::Either and std::Result 2013-08-05 22:42:21 +02:00
sys.rs std: Remove gc and stackwalk 2013-08-03 23:39:04 -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
unicode.rs
util.rs (cleanup) Use more do...finally in extra::sync. 2013-08-02 17:31:45 -04:00
vec.rs Updated std::Option, std::Either and std::Result 2013-08-05 22:42:21 +02:00