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
/
libtest
/
stats.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-2
/
+1
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-74
/
+73
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-4
/
+4
2015-04-14
test: Fixup many library unit tests
Alex Crichton
-3
/
+3
2015-03-31
Stabilize std::num
Aaron Turon
-0
/
+1
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-1
/
+1
2015-03-15
Use new io in print and println macroses
Simonas Kazlauskas
-19
/
+0
2015-03-02
core: Audit num module for int/uint
Brian Anderson
-12
/
+12
2015-02-22
Record default implementations in a separate step
Flavio Percoco
-0
/
+1
2015-02-18
rollup merge of #22497: nikomatsakis/suffixes
Alex Crichton
-1
/
+1
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-2
/
+2
2015-02-18
Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.
Niko Matsakis
-1
/
+1
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-9
/
+9
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter_mut()` -> `for x in &mut xs`
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-01-29
fix inference fallout
Jorge Aparicio
-1
/
+1
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-1
/
+1
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-1
/
+1
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-22
Remove remaining stats and boxplot code.
Ahmed Charles
-130
/
+0
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-2
/
+2
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-2
/
+2
2015-01-06
rollup merge of #20653: alexcrichton/entry-unstable
Alex Crichton
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-3
/
+3
2015-01-06
[breaking change] Revert Entry behaviour to take keys by value.
Dylan Ede
-1
/
+1
2015-01-06
Merge core::num::Float and std::num::FloatMath.
Huon Wilson
-4
/
+4
2015-01-05
rollup merge of #20556: japaric/no-for-sized
Alex Crichton
-1
/
+1
2015-01-05
rollup merge of #20554: huonw/mut-pattern
Alex Crichton
-1
/
+2
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-05
Change `&` pat to only work with &T, and `&mut` with &mut T.
Huon Wilson
-1
/
+2
2015-01-04
[breaking change] Update entry API as part of RFC 509.
Ben Foppa
-3
/
+5
2015-01-03
Remove deprecated functionality
Alex Crichton
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
test: fix fallout
Jorge Aparicio
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-2
/
+3
2014-12-21
Remove a ton of public reexports
Corey Farwell
-1
/
+1
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-2
/
+2
2014-12-06
libtest: remove unnecessary `as_slice()` calls
Jorge Aparicio
-1
/
+1
2014-12-05
test: expose boxplot and the extra stats test keeps track of
Erick Tryzelaar
-6
/
+6
2014-11-18
auto merge of #18885 : thestinger/rust/writer, r=aturon
bors
-3
/
+2
2014-11-18
implement Writer for Vec<u8>
Daniel Micay
-3
/
+2
2014-11-17
libtest: DSTify `Stats`
Jorge Aparicio
-28
/
+28
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-3
/
+3
2014-11-13
Remove Signed trait and add SignedInt trait
Brendan Zabarauskas
-0
/
+1
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-4
/
+5
2014-11-13
Deprecate Zero and One traits
Brendan Zabarauskas
-14
/
+12
2014-11-13
Deprecate Signed method wrappers
Brendan Zabarauskas
-5
/
+3
[next]