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-trait
Age
Commit message (
Expand
)
Author
Lines
2012-10-01
De-export dlist, dvec. Part of #3583.
Graydon Hoare
-6
/
+6
2012-10-01
De-export option and option_iter. Part of #3583.
Graydon Hoare
-3
/
+3
2012-09-25
Demode iter-trait
Tim Chevalier
-10
/
+10
2012-09-23
core: Demode option
Brian Anderson
-2
/
+2
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-5
/
+5
2012-09-19
De-mode vec::each() and many of the str iteration routines
Niko Matsakis
-1
/
+6
2012-09-18
Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...
Niko Matsakis
-6
/
+1
2012-09-18
replace explicit calls to vec::each with vec::each_ref, partially demode str
Niko Matsakis
-1
/
+6
2012-09-18
Revert "rustc: Change all non-keyword uses of "link""
Patrick Walton
-4
/
+4
2012-09-18
rustc: Change all non-keyword uses of "link"
Patrick Walton
-4
/
+4
2012-09-10
Make more moves explicit in libcore
Tim Chevalier
-1
/
+1
2012-09-02
core: warn(non_camel_case_types) everywhere, with few exceptions
Brian Anderson
-0
/
+1
2012-08-26
Camel case the option type
Brian Anderson
-10
/
+10
2012-08-23
Make a bunch more of the iteration functions/methods marked pure. Closes #3253.
Michael Sullivan
-5
/
+5
2012-08-15
Convert more core types to camel case
Brian Anderson
-2
/
+4
2012-08-08
Convert impls to new syntax
Brian Anderson
-5
/
+0
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-2
/
+2
2012-08-05
Switch alts to use arrows
Brian Anderson
-4
/
+4
2012-07-25
Tighten pipe exports, and refactor traits.
Eric Holk
-2
/
+2
2012-07-17
dlist enhancements: concat/append/prepend/reverse/each_node (close #2917)
Ben Blum
-10
/
+10
2012-07-14
Merge branch 'vector-reform' into incoming
Michael Sullivan
-2
/
+2
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-2
/
+2
2012-07-14
dlist: handle iter early break properly
Ben Blum
-1
/
+1
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-12
/
+12
2012-07-02
Add doubly-linked list to libcore (to be used in task.rs).
Ben Blum
-0
/
+36
2012-07-01
Convert to new closure syntax
Brian Anderson
-1
/
+1
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-1
/
+1
2012-06-02
make vec fns/methods take imm slices.
Niko Matsakis
-9
/
+0
2012-05-18
add swappable/dvec modules
Niko Matsakis
-0
/
+16
2012-04-27
new, simpler approach to the iter library
Niko Matsakis
-0
/
+24