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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
num
Age
Commit message (
Expand
)
Author
Lines
2014-12-21
rollup merge of #20062: aturon/stab-2-ints
Alex Crichton
-2
/
+2
2014-12-21
Remove a ton of public reexports
Corey Farwell
-19
/
+23
2014-12-19
Stabilize integer modules
Aaron Turon
-2
/
+2
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-6
/
+4
2014-12-20
auto merge of #19640 : aliblong/rust/power_of_two_reform, r=Gankro
bors
-5
/
+26
2014-12-19
Reform power_of_two methods for perf increase & semantic change to consider 0...
Aaron Liblong
-5
/
+26
2014-12-19
libstd: use `#[deriving(Copy)]`
Jorge Aparicio
-7
/
+3
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-38
/
+38
2014-12-16
auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brson
bors
-5
/
+3
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-5
/
+3
2014-12-13
libstd: fix unit tests
Jorge Aparicio
-11
/
+13
2014-12-13
libstd: use unboxed closures
Jorge Aparicio
-2
/
+18
2014-12-09
Rollback accidental documentation changes
Tobias Bucher
-29
/
+21
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-19
/
+32
2014-12-06
libstd: remove unnecessary `to_string()` calls
Jorge Aparicio
-16
/
+16
2014-11-27
Documentation fix for std::num::strconv
Barosl Lee
-41
/
+35
2014-11-25
/** -> ///
Steve Klabnik
-25
/
+26
2014-11-21
Fix various deprecation warnings from char changes
Brian Anderson
-1
/
+2
2014-11-18
libs: stabilize most numerics after RFC changes
Aaron Turon
-11
/
+29
2014-11-18
auto merge of #19031 : nodakai/rust/libcore-pow-and-sq, r=bjz
bors
-3
/
+3
2014-11-18
libcore: add num::Int::pow() and deprecate num::pow().
NODA, Kai
-3
/
+3
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+4
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-1
/
+1
2014-11-16
Move ToString to collections::string
Brendan Zabarauskas
-1
/
+1
2014-11-16
Remove use of deprecated function
Brendan Zabarauskas
-2
/
+3
2014-11-16
Move FromStr to core::str
Brendan Zabarauskas
-562
/
+22
2014-11-14
auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton
bors
-6
/
+6
2014-11-13
Remove Signed trait and add SignedInt trait
Brendan Zabarauskas
-2
/
+2
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-1
/
+10
2014-11-13
Deprecate Num, Unsigned and Primitive
Brendan Zabarauskas
-2
/
+2
2014-11-13
Deprecate Zero and One traits
Brendan Zabarauskas
-16
/
+13
2014-11-13
Deprecate Bounded trait
Brendan Zabarauskas
-3
/
+2
2014-11-13
Move checked arithmetic operators into Int trait
Brendan Zabarauskas
-26
/
+25
2014-11-13
Move saturating operator methods into Int
Brendan Zabarauskas
-1
/
+1
2014-11-13
Create UnsignedInt trait and deprecate free functions
Brendan Zabarauskas
-8
/
+8
2014-11-13
Move abs_sub to FloatMath
Brendan Zabarauskas
-1
/
+23
2014-11-13
Take parameters by-value in Signed trait
Brendan Zabarauskas
-20
/
+20
2014-11-12
Fix remaining documentation to reflect fail!() -> panic!()
Barosl Lee
-6
/
+6
2014-11-07
Fixing #18659
juxiliary
-1
/
+17
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-2
/
+2
2014-11-04
Deprecate {f32, f64}::from_str_hex
Brendan Zabarauskas
-80
/
+27
2014-11-04
Simplify float string conversion function further
Brendan Zabarauskas
-161
/
+115
2014-11-04
Clean up from_str_float and use iterators
Brendan Zabarauskas
-156
/
+125
2014-11-04
Remove unnecessary features from strconv
Brendan Zabarauskas
-121
/
+33
2014-11-04
Separate string->integer implementation in strconv
Brendan Zabarauskas
-181
/
+131
2014-11-01
collections: Remove all collections traits
Alex Crichton
-1
/
+0
2014-10-30
rollup merge of #18445 : alexcrichton/index-mut
Alex Crichton
-2
/
+2
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-6
/
+6
2014-10-30
collections: Enable IndexMut for some collections
Alex Crichton
-2
/
+2
2014-10-29
Rename fail! to panic!
Steve Klabnik
-7
/
+7
[next]