]> git.lizzy.rs Git - rust.git/commit
auto merge of #6106 : thestinger/rust/iter, r=bstrie
authorbors <bors@rust-lang.org>
Sun, 19 May 2013 15:13:30 +0000 (08:13 -0700)
committerbors <bors@rust-lang.org>
Sun, 19 May 2013 15:13:30 +0000 (08:13 -0700)
commit9f671698e6ac2666293298eb5234237a8033683f
treed1e295337ede3a4b68fb26e2392e1c4c56c0cda8
parent5cbdc53f89a95f410140c10c3ef80c2685772186
parentd953a5ce43ba2adecb50780c7debd3fea6248996
auto merge of #6106 : thestinger/rust/iter, r=bstrie

I don't have a strong opinion on the function vs. method, but there's no point in having both. I'd like to make a `repeat` adaptor like Python/Haskell for turning a value into an infinite stream of the value, so this has to at least be renamed.
src/libcore/task/mod.rs
src/libstd/base64.rs
src/libstd/timer.rs
src/libstd/uv_iotask.rs
src/test/run-pass/extern-stress.rs
src/test/run-pass/extern-yield.rs