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
/
sort.rs
Age
Commit message (
Expand
)
Author
Lines
2013-08-15
vec: rm obsolete zip and zip_slice
Daniel Micay
-6
/
+1
2013-08-10
Mass rename of .consume{,_iter}() to .move_iter()
Erick Tryzelaar
-1
/
+1
2013-08-07
std: Fix for-range loops that can use iterators
blake2-ppc
-8
/
+2
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-8
/
+8
2013-08-02
replace `range` with an external iterator
Daniel Micay
-8
/
+6
2013-08-01
std: Change `Times` trait to use `do` instead of `for`
blake2-ppc
-4
/
+4
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-2
/
+2
2013-07-20
Fix warnings in stdtest and extratest. Maybe somebody will care.
Ben Blum
-2
/
+0
2013-07-18
Fix warnings in libextra tests
blake2-ppc
-1
/
+0
2013-07-17
test: Fix tests.
Patrick Walton
-0
/
+1
2013-07-17
test: Fix tests.
Patrick Walton
-1
/
+5
2013-07-17
librustc: Remove all uses of the `Copy` bound.
Patrick Walton
-10
/
+7
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-30
/
+32
2013-07-14
Purge the last remnants of the old TLS api
Alex Crichton
-35
/
+0
2013-07-11
Remove all external requirements of `@` from TLS
Alex Crichton
-1
/
+1
2013-07-09
Rename local_data methods/types for less keystrokes
Alex Crichton
-2
/
+2
2013-07-08
Forgot to grep for a function
Jens Nockert
-1
/
+1
2013-06-30
Convert vec::{reverse, swap} to methods.
Huon Wilson
-21
/
+21
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-19
/
+14
2013-06-29
'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f...
Ben Blum
-3
/
+4
2013-06-29
Change taskgroup key type to fn:Copy in prep for noncopyable stack closures.
Ben Blum
-1
/
+1
2013-06-27
Convert vec::[mut_]slice to methods, remove vec::const_slice.
Huon Wilson
-12
/
+12
2013-06-25
Change finalize -> drop.
Luqman Aden
-1
/
+1
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-1
/
+1
2013-06-21
vec: rm old_iter implementations, except BaseIter
Daniel Micay
-2
/
+2
2013-06-18
replace #[inline(always)] with #[inline]. r=burningtree.
Graydon Hoare
-2
/
+2
2013-06-16
Add copies to type params with Copy bound
Niko Matsakis
-9
/
+9
2013-06-16
remove unused imports
Huon Wilson
-3
/
+0
2013-06-08
remove deprecated vec::{is_empty, len} functions
Daniel Micay
-12
/
+12
2013-06-09
remove unused import warnings
Huon Wilson
-3
/
+0
2013-05-30
libextra: Require documentation by default
Alex Crichton
-0
/
+2
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-1
/
+12
2013-05-28
Silence various warnings throughout test modules
Alex Crichton
-2
/
+0
2013-05-23
cleanup warnings from libextra
Erick Tryzelaar
-1
/
+1
2013-05-22
test: Update tests and import the prelude in some more places.
Patrick Walton
-0
/
+9
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
/
+1221