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-set.rs
Age
Commit message (
Expand
)
Author
Lines
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-13
/
+0
2015-08-10
Stabilize the Duration API
Steven Fackler
-1
/
+1
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-0
/
+1
2015-05-13
std: Redesign Duration, implementing RFC 1040
Alex Crichton
-7
/
+7
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-1
/
+1
2015-02-18
rollup merge of #22491: Gankro/into_iter
Alex Crichton
-4
/
+4
2015-02-18
Implement RFC 580
Aaron Turon
-4
/
+4
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-2
/
+1
2015-02-16
Replace some uses of deprecated os functions
Simonas Kazlauskas
-24
/
+23
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-10
/
+10
2015-01-09
Merge pull request #20718 from tshepang/bench-fix-some-warnings
bors
-1
/
+0
2015-01-08
bench: fix a few compiler warnings
Tshepang Lekhonkhobe
-1
/
+0
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-1
/
+2
2015-01-05
fix benchmarks
Jorge Aparicio
-4
/
+7
2015-01-03
Remove deprecated functionality
Alex Crichton
-2
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+2
2014-12-18
s/Tree/BTree
Alexis Beingessner
-5
/
+5
2014-12-13
Remove some unnecessary `move` keywords
Jorge Aparicio
-6
/
+6
2014-12-13
Fix benches
Jorge Aparicio
-7
/
+9
2014-11-18
std: Stabilize std::fmt
Alex Crichton
-1
/
+1
2014-11-12
time: Deprecate the library in the distribution
Alex Crichton
-20
/
+17
2014-11-02
refactor libcollections as part of collection reform
Alexis Beingessner
-1
/
+1
2014-11-01
collections: Remove all collections traits
Alex Crichton
-0
/
+23
2014-08-26
Use temp vars for implicit coercion to ^[T]
Nick Cameron
-1
/
+1
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-5
/
+5
2014-06-06
auto merge of #14667 : aochagavia/rust/pr2, r=huonw
bors
-5
/
+5
2014-06-06
Change to_str().to_string() to just to_str()
Adolfo OchagavĂa
-5
/
+5
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-3
/
+3
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-5
/
+5
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-3
/
+3
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-1
/
+1
2014-05-14
test: Remove all uses of `~str` from the test suite.
Patrick Walton
-8
/
+8
2014-05-13
Touch up and rebase previous commits
Alex Crichton
-2
/
+2
2014-05-08
Handle fallout in bench tests
Kevin Ballard
-0
/
+1
2014-03-12
Update users for the std::rand -> librand move.
Huon Wilson
-1
/
+1
2014-02-23
Move std::{trie, hashmap} to libcollections
Alex Crichton
-2
/
+2
2014-02-21
Move time out of extra (cc #8784)
Arcterus
-5
/
+5
2014-02-14
extern mod => extern crate
Alex Crichton
-2
/
+2
2014-02-11
Change `xfail` directives in compiletests to `ignore`, closes #11363
Florian Hahn
-2
/
+2
2014-02-07
moved collections from libextra into libcollections
HeroesGrave
-2
/
+3
2014-01-11
Remove re-exports of std::io::stdio::{print, println} in the prelude.
Brendan Zabarauskas
-1
/
+1
2013-11-26
librustc: Fix merge fallout.
Patrick Walton
-0
/
+2
2013-11-26
test: Remove all remaining non-procedure uses of `do`.
Patrick Walton
-12
/
+12
2013-11-26
test: Remove most uses of `&fn()` from the tests.
Patrick Walton
-13
/
+12
2013-10-24
Remove even more of std::io
Alex Crichton
-4
/
+2
2013-10-09
std::rand: Add a trait for seeding RNGs: SeedableRng.
Huon Wilson
-4
/
+4
2013-10-09
std::rand: Add an implementation of ISAAC64.
Huon Wilson
-2
/
+2
2013-10-01
remove the `float` type
Daniel Micay
-14
/
+14
2013-09-30
bench: Remove usage of fmt!
Alex Crichton
-1
/
+1
[next]