about summary refs log tree commit diff
path: root/src/libcore/old_iter.rs
AgeCommit message (Expand)AuthorLines
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-348/+0
2013-05-19Register snapshotsBrian Anderson-29/+0
2013-05-18replace old_iter::repeat with the Times traitDaniel Micay-20/+0
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-2/+2
2013-05-12libstd: Fix merge fallout.Patrick Walton-6/+10
2013-05-12librustc: Make `self` and `static` into keywordsPatrick Walton-31/+33
2013-05-12libcore: Change `each_val` to follow new for-loop protocolgifnksm-1/+1
2013-05-10core: Use the new `for` protocolAlex Crichton-2/+47
2013-04-28make way for a new iter moduleDaniel Micay-0/+346