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
2014-03-31
vec: convert `append` and `append_one` to methods
Daniel Micay
-3
/
+3
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-11
/
+10
2014-03-21
test: Automatically remove all `~[T]` from tests.
Patrick Walton
-9
/
+10
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-7
/
+7
2014-03-12
rand: deprecate `rng`.
Huon Wilson
-3
/
+3
2014-03-12
Update users for the std::rand -> librand move.
Huon Wilson
-2
/
+2
2014-02-21
Move time out of extra (cc #8784)
Arcterus
-2
/
+2
2014-02-14
extern mod => extern crate
Alex Crichton
-1
/
+1
2014-02-11
Move replace and swap to std::mem. Get rid of std::util
Edward Wang
-2
/
+2
2014-01-21
[std::vec] Rename .shift_opt() to .shift(), drop the old .shift() behavior
Simon Sapin
-1
/
+1
2014-01-17
Tweak the interface of std::io
Alex Crichton
-1
/
+1
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
[next]