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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-2
/
+2
2015-01-17
Register new snapshots.
Eduard Burtescu
-28
/
+14
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-08
Rename `target_word_size` to `target_pointer_width`
Nick Cameron
-14
/
+28
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-06
Apply stability attributes to std::num::Float.
Huon Wilson
-28
/
+54
2015-01-06
Merge core::num::Float and std::num::FloatMath.
Huon Wilson
-6
/
+184
2015-01-06
num: remove deprecated functionality.
Huon Wilson
-2
/
+0
2015-01-03
Remove deprecated functionality
Alex Crichton
-11
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
use assoc types in binop traits
Jorge Aparicio
-3
/
+3
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-5
/
+3
2014-12-29
Fallout from globs/re-export/shadowing change
Nick Cameron
-2
/
+4
2014-12-23
Rename and namespace `FPCategory`
Tobias Bucher
-2
/
+1
2014-12-19
Reform power_of_two methods for perf increase & semantic change to consider 0...
Aaron Liblong
-5
/
+26
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-18
/
+18
2014-12-13
libstd: fix unit tests
Jorge Aparicio
-11
/
+13
2014-11-18
libs: stabilize most numerics after RFC changes
Aaron Turon
-1
/
+3
2014-11-18
libcore: add num::Int::pow() and deprecate num::pow().
NODA, Kai
-3
/
+3
2014-11-16
Remove use of deprecated function
Brendan Zabarauskas
-2
/
+3
2014-11-16
Move FromStr to core::str
Brendan Zabarauskas
-14
/
+1
2014-11-13
Remove Signed trait and add SignedInt trait
Brendan Zabarauskas
-2
/
+1
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-1
/
+8
2014-11-13
Deprecate Num, Unsigned and Primitive
Brendan Zabarauskas
-1
/
+1
2014-11-13
Deprecate Zero and One traits
Brendan Zabarauskas
-3
/
+0
2014-11-13
Move checked arithmetic operators into Int trait
Brendan Zabarauskas
-22
/
+21
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
/
+13
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-7
/
+0
2014-06-30
libstd: set baseline stability levels.
Aaron Turon
-0
/
+1
2014-06-24
std: Add stability attributes to primitive numeric modules
Brian Anderson
-0
/
+3
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-15
/
+15
2014-06-18
Merge the Bitwise and ByteOrder traits into the Int trait
Brendan Zabarauskas
-1
/
+1
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-1
/
+1
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-2
/
+2
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-2
/
+3
2014-05-19
Minor doc fixes in various places
Piotr Jawniak
-1
/
+1
2014-05-15
core: Move intrinsic float functionality from std
Alex Crichton
-150
/
+4
2014-05-07
core: Inherit what's possible from the num module
Alex Crichton
-849
/
+15
2014-04-24
add min_pos_value constant for floats
Aaron Turon
-0
/
+8
2014-04-23
fix std::f32 and std::f64 constants
Aaron Turon
-2
/
+2
2014-04-22
auto merge of #13597 : bjz/rust/float-api, r=brson
bors
-136
/
+99
2014-04-19
Reorder Float methods in trait definition and make consistent in impls
Brendan Zabarauskas
-95
/
+61
2014-04-19
Have floating point functions take their parameters by value.
Brendan Zabarauskas
-45
/
+45
2014-04-19
Merge the Round trait into the Float trait
Brendan Zabarauskas
-20
/
+17
2014-04-18
Reduce HashMap allocations.
Clark Gaebel
-0
/
+6
2014-04-18
std: Make ~[T] no longer a growable vector
Alex Crichton
-2
/
+1
[next]