index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
iter.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-27
core: Rename iter::to_list to to_vec. Closes #2056
Brian Anderson
-11
/
+11
2012-03-23
Implement new inference algorithm.
Niko Matsakis
-2
/
+2
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-3
/
+2
2012-03-15
Comments only: associate core::iter FIXMEs with issue numbers
Tim Chevalier
-0
/
+3
2012-03-07
add mutability annotations to libcore
Niko Matsakis
-4
/
+4
2012-02-12
core: Add iter::filter_map
Brian Anderson
-0
/
+25
2012-02-12
core: Add iterable implementation for strings
Brian Anderson
-0
/
+6
2012-02-12
core: Rename iter::reverse to iter::reversed for consistency with vec mod
Brian Anderson
-4
/
+4
2012-02-12
core: Implement foldl/r without copying the accumulator
Brian Anderson
-12
/
+18
2012-02-12
core: Add iter::foldr
Brian Anderson
-0
/
+19
2012-02-12
core: Add iter::count
Brian Anderson
-0
/
+15
2012-02-12
core: Add iter::reverse
Brian Anderson
-0
/
+10
2012-02-12
core: Add iter::min/max
Brian Anderson
-0
/
+45
2012-01-31
add iter library in preliminary form (limited syntactic support)
Niko Matsakis
-0
/
+171