rust/src/libstd
blake2-ppc 78cde5b9fb std: Change Times trait to use do instead of for
Change the former repetition::

    for 5.times { }

to::

    do 5.times { }

.times() cannot be broken with `break` or `return` anymore; for those
cases, use a numerical range loop instead.
2013-08-01 16:54:22 +02:00
..
num std: Change Times trait to use do instead of for 2013-08-01 16:54:22 +02:00
rand Change 'print(fmt!(...))' to printf!/printfln! in src/lib* 2013-07-24 09:45:20 -04:00
rt std: Change Times trait to use do instead of for 2013-08-01 16:54:22 +02:00
str migrate many for loops to foreach 2013-08-01 05:34:55 -04:00
task std: Change Times trait to use do instead of for 2013-08-01 16:54:22 +02:00
unstable std: Change Times trait to use do instead of for 2013-08-01 16:54:22 +02:00
at_vec.rs migrate many for loops to foreach 2013-08-01 05:34:55 -04: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
cast.rs Consolidate raw representations of rust values 2013-07-26 09:53:03 -07:00
cell.rs new snapshot 2013-07-22 01:09:48 -04:00
char.rs Faster check for ascii-space 2013-07-06 01:54:29 -04:00
cleanup.rs std: Replace for with do { .. } expr where internal iterators are used 2013-08-01 16:54:22 +02:00
clone.rs std: Implement Clone and DeepClone for extern "Rust" fn 2013-07-29 19:43:21 +02:00
cmp.rs auto merge of #8030 : thestinger/rust/iterator, r=huonw 2013-07-25 13:49:43 -07:00
comm.rs Change concurrency primitives to standard naming conventions 2013-07-27 22:06:29 -07: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 Require documentation by default for libstd 2013-05-30 01:02:55 -05:00
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 std: Remove the internal iterator methods from trait Set 2013-08-01 16:54:22 +02: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 std: Change Times trait to use do instead of for 2013-08-01 16:54:22 +02:00
kinds.rs new snapshot 2013-07-22 01:09:48 -04:00
libc.rs librustc: Remove pub extern and priv extern from the language. 2013-07-20 17:39:38 -07:00
local_data.rs new snapshot 2013-07-22 01:09:48 -04:00
logging.rs librustc: Remove pub extern and priv extern from the language. 2013-07-20 17:39:38 -07:00
macros.rs std::rt: Improve the rtabort! macro 2013-06-18 16:27:48 -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 migrate many for loops to foreach 2013-08-01 05:34:55 -04:00
os.rs std: Replace for with do { .. } expr where internal iterators are used 2013-08-01 16:54:22 +02:00
owned.rs replace #[inline(always)] with #[inline]. r=burningtree. 2013-06-18 14:48:48 -07:00
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 std: move StrUtil::as_c_str into StrSlice 2013-07-23 16:56:22 -07:00
ptr.rs implement pointer arithmetic with GEP 2013-07-30 02:50:31 -04:00
rand.rs std: Change Times trait to use do instead of for 2013-08-01 16:54:22 +02:00
reflect.rs Consolidate raw representations of rust values 2013-07-26 09:53:03 -07:00
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 migrate many for loops to foreach 2013-08-01 05:34:55 -04:00
stackwalk.rs std: Replace for with do { .. } expr in std::gc 2013-08-01 16:54:22 +02:00
std.rs Remove unnecessary #[path = "***/mod.rs"] lines. 2013-07-27 15:53:30 +09:00
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 std: Replace for with do { .. } expr where internal iterators are used 2013-08-01 16:54:22 +02: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 std: various additional language benchmarks in util. 2013-07-22 16:56:11 -07:00
vec.rs std: Replace for with do { .. } expr where internal iterators are used 2013-08-01 16:54:22 +02:00