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
/
test
/
bench
/
core-std.rs
Age
Commit message (
Expand
)
Author
Lines
2013-12-11
std::io: Add Buffer.lines(), change .bytes() api
klutzy
-2
/
+1
2013-12-04
Revert "libstd: Change `Path::new` to `Path::init`."
Kevin Ballard
-1
/
+1
2013-11-29
libstd: Change `Path::new` to `Path::init`.
Patrick Walton
-1
/
+1
2013-11-26
test: Remove most uses of `&fn()` from the tests.
Patrick Walton
-1
/
+1
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-2
/
+2
2013-11-03
Fill out the remaining functionality in io::file
Alex Crichton
-2
/
+2
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-3
/
+2
2013-10-23
std::rand: add distributions::Range for generating [lo, hi).
Huon Wilson
-3
/
+3
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-2
/
+2
2013-10-15
path2: Adjust the API to remove all the _str mutation methods
Kevin Ballard
-2
/
+2
2013-10-15
path2: Replace the path module outright
Kevin Ballard
-2
/
+2
2013-10-10
Remove some users of io::file_reader
Alex Crichton
-2
/
+5
2013-10-06
Add appropriate #[feature] directives to tests
Alex Crichton
-0
/
+2
2013-10-01
remove the `float` type
Daniel Micay
-1
/
+1
2013-09-30
bench: Remove usage of fmt!
Alex Crichton
-2
/
+2
2013-09-26
Update the compiler to not use printf/printfln
Alex Crichton
-1
/
+1
2013-09-23
std: merge rand::{Rng,RngUtil} with default methods.
Huon Wilson
-4
/
+4
2013-09-06
make macro hygienic
John Clements
-8
/
+8
2013-08-30
Revert "src/test/bench: restructure"
Corey Richardson
-0
/
+150
2013-08-28
src/test/bench: restructure
Corey Richardson
-150
/
+0
2013-08-17
Fix warnings it tests
Erick Tryzelaar
-3
/
+0
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-4
/
+4
2013-08-02
replace `range` with an external iterator
Daniel Micay
-4
/
+4
2013-07-27
to_either + fixes
Erick Tryzelaar
-1
/
+1
2013-07-24
Change 'print(fmt!(...))' to printf!/printfln! in src/test/
Birunthan Mohanathas
-1
/
+1
2013-07-20
Fix warnings in src/test/bench tests. Nobody will ever care.
Ben Blum
-2
/
+2
2013-07-17
test: Fix tests.
Patrick Walton
-1
/
+1
2013-07-11
Add is_utf8 bench tests
Gary Linscott
-0
/
+24
2013-07-07
remove some method resolve workarounds
Daniel Micay
-1
/
+1
2013-06-28
librustc: Remove the broken overloaded assign-ops from the language.
Patrick Walton
-3
/
+2
2013-06-27
Convert vec::[mut_]slice to methods, remove vec::const_slice.
Huon Wilson
-1
/
+1
2013-06-21
vec: rm old_iter implementations, except BaseIter
Daniel Micay
-1
/
+1
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+7
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-5
/
+5
2013-05-10
Stop using the '<->' operator
Alex Crichton
-1
/
+2
2013-05-08
test: Fix tests and the pipe compiler
Patrick Walton
-6
/
+9
2013-04-24
libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`.
Huon Wilson
-5
/
+3
2013-04-24
libcore: remove @Rng from rand, and use traits instead.
Huon Wilson
-3
/
+3
2013-03-26
std: Remove the oldmap module
Alex Crichton
-1
/
+0
2013-03-26
test: Remove uses of oldmap::HashMap
Alex Crichton
-20
/
+0
2013-03-14
test: Remove deprecated features from benchmark tests. rs=burningtree
Patrick Walton
-0
/
+1
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-1
/
+1
2013-03-02
test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun
Patrick Walton
-1
/
+1
2013-02-14
Convert all uses of vec::slice to vec::view Issue #3869
Nick Desaulniers
-1
/
+1
2013-02-05
oldmap: use &K instead of K in find and get
Patrick Walton
-1
/
+1
2013-02-05
Revert "oldmap: use &K instead of K in find and get"
Graydon Hoare
-1
/
+1
2013-02-03
oldmap: use &K instead of K in find and get
Daniel Micay
-1
/
+1
2013-02-03
rename map -> oldmap and mark it as deprecated
Daniel Micay
-6
/
+6
2012-12-18
core: add macro_rules! for "condition! { c: in -> out; }".
Graydon Hoare
-1
/
+1
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
[next]