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
2015-08-11
Stabilize the Duration API
Steven Fackler
-1
/
+1
2015-07-09
Use vec![elt; n] where possible
Ulrik Sverdrup
-5
/
+4
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-1
/
+1
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-1
/
+1
2015-05-13
std: Redesign Duration, implementing RFC 1040
Alex Crichton
-2
/
+2
2015-04-21
Model lexer: Fix remaining issues
Piotr Czarnecki
-1
/
+0
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
2015-04-14
bench: Fix fallout in benchmarks
Alex Crichton
-23
/
+5
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-1
/
+1
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-1
/
+2
2015-02-18
Fix remaining bench/debuginfo tests (and a few stragglers)
Niko Matsakis
-7
/
+7
2015-02-16
Replace some uses of deprecated os functions
Simonas Kazlauskas
-3
/
+1
2015-02-13
Cleanup getenv from tests and benchmarks
Simonas Kazlauskas
-1
/
+2
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-8
/
+8
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-4
/
+4
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-1
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-2
/
+2
2015-01-05
Un-gate macro_rules
Keegan McAllister
-1
/
+0
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-2
/
+3
2015-01-03
Remove deprecated functionality
Alex Crichton
-8
/
+9
2014-12-30
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-12-28
Rename TaskRng to ThreadRng
Simonas Kazlauskas
-3
/
+3
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-1
/
+1
2014-12-13
Fix benches
Jorge Aparicio
-1
/
+2
2014-11-12
time: Deprecate the library in the distribution
Alex Crichton
-10
/
+6
2014-10-29
Rename fail! to panic!
Steve Klabnik
-2
/
+2
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-5
/
+11
2014-07-21
Add a ton of ignore-lexer-test
Corey Richardson
-0
/
+1
2014-06-26
Remove unnecessary to_string calls
Piotr Jawniak
-1
/
+1
2014-06-25
tidy macro just a bit
John Clements
-13
/
+13
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-2
/
+2
2014-05-29
std: Recreate a `rand` module
Alex Crichton
-2
/
+2
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-3
/
+3
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-2
/
+2
2014-05-14
test: Remove all uses of `~str` from the test suite.
Patrick Walton
-4
/
+6
2014-05-08
Handle fallout in bench tests
Kevin Ballard
-1
/
+1
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-1
/
+1
2014-04-14
Use new attribute syntax in python files in src/etc too (#13478)
Manish Goregaokar
-1
/
+1
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
[next]