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-03-07
Use assert_eq! rather than assert!
Ryan Prichard
-1
/
+1
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-9
/
+9
2015-03-03
Accommodate arith-overflow in `core::num`, `std::num`, `coretest::num`.
Felix S. Klock II
-8
/
+8
2015-03-03
Add `core::num::wrapping` and fix overflow errors.
James Miller
-0
/
+1
2015-03-01
Make Int::pow() take exp as u32 instead usize
Guillaume Gomez
-1
/
+1
2015-02-23
Rollup merge of #22658 - glacjay:issue-22535, r=Gankro
Manish Goregaokar
-0
/
+66
2015-02-22
shift int/uint tests around to avoid code repetition
GlacJAY
-0
/
+66
2015-02-20
make int/uint modules just re-exports
Alexis
-105
/
+105
2015-02-18
Convert required suffixes into a use of `as`.
Niko Matsakis
-39
/
+39
2015-02-18
Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.
Niko Matsakis
-3
/
+3
2015-02-16
Document std::num::Float with examples
mdinger
-42
/
+777
2015-02-04
std: Add reexports for core parse errors
Alex Crichton
-1
/
+1
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-23
/
+23
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-2
/
+2
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-2
/
+2
2015-01-23
grandfathered -> rust1
Brian Anderson
-37
/
+37
2015-01-23
Deprecated attributes don't take 'feature' names and are paired with stable/u...
Brian Anderson
-7
/
+14
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-28
/
+28
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-28
/
+28
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-72
/
+96
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
[next]