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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libextra
/
serialize.rs
Age
Commit message (
Expand
)
Author
Lines
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-18
/
+18
2013-08-02
replace `range` with an external iterator
Daniel Micay
-9
/
+8
2013-08-01
std: Replace `for` with `do { .. }` expr where internal iterators are used
blake2-ppc
-4
/
+6
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-10
/
+10
2013-07-21
serialize: implement Encodable for DList
blake2-ppc
-0
/
+13
2013-07-18
librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes.
Patrick Walton
-2
/
+2
2013-07-17
libsyntax: Remove some multi-gigabyte clones that were preventing bootstrappi...
Patrick Walton
-12
/
+12
2013-07-17
librustc: Remove all uses of the `Copy` bound.
Patrick Walton
-4
/
+1
2013-07-11
dlist: Name the type DList for doubly-linked list
blake2-ppc
-5
/
+5
2013-07-11
extra: Rename deque::Deque to ringbuf::RingBuf and impl trait Deque
blake2-ppc
-6
/
+7
2013-07-11
dlist: A new implementation of an owned doubly-linked list
blake2-ppc
-8
/
+8
2013-07-06
deque: Remove obsolete methods .each() and .eachi()
blake2-ppc
-1
/
+1
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-6
/
+5
2013-06-26
treemap: remove .each in favor of .iter().advance
Ramkumar Ramachandra
-2
/
+2
2013-06-25
remove `each` from vec, HashMap and HashSet
Daniel Micay
-2
/
+2
2013-06-21
vec: rm old_iter implementations, except BaseIter
Daniel Micay
-4
/
+4
2013-05-31
Implement unimplemented methods in ebml
Alex Crichton
-0
/
+12
2013-05-30
libextra: Require documentation by default
Alex Crichton
-0
/
+1
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+3
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+907