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
/
libcore
/
num
/
uint_macros.rs
Age
Commit message (
Expand
)
Author
Lines
2017-01-29
Fix a few impl stability attributes
Oliver Middleton
-3
/
+3
2017-01-06
Make members of {std,core}::{i128,u128} unstable
est31
-11
/
+12
2016-12-30
Such large. Very 128. Much bits.
Simonas Kazlauskas
-1
/
+1
2016-06-14
Add/improve num const docs
Oliver Middleton
-2
/
+2
2016-05-31
mk: Prepare for a new stage0 compiler
Alex Crichton
-13
/
+0
2016-04-30
Impl int/uint::MIN/MAX in terms of min/max_value
Simonas Kazlauskas
-0
/
+13
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-15
/
+0
2016-02-15
libcore/num: Remove unused macro argument.
NODA, Kai
-1
/
+1
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-0
/
+4
2015-08-15
core: Fill out issues for unstable features
Alex Crichton
-2
/
+4
2015-06-21
Temp fix for all constants that are missing docs.
Eljay
-0
/
+4
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-2
/
+4
2015-03-30
Change the type of constants BYTES/BITS to usize
Vadim Petrochenkov
-2
/
+2
2015-03-27
Change the trivial cast lints to allow by default
Nick Cameron
-1
/
+0
2015-03-25
Change lint names to plurals
Nick Cameron
-1
/
+1
2015-03-25
Add trivial cast lints.
Nick Cameron
-0
/
+1
2015-03-03
Accommodate arith-overflow in `core::num`, `std::num`, `coretest::num`.
Felix S. Klock II
-1
/
+1
2015-03-02
core: Audit num module for int/uint
Brian Anderson
-2
/
+2
2015-01-23
grandfathered -> rust1
Brian Anderson
-2
/
+2
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+2
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-2
/
+2
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-4
/
+4
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-1
/
+0
2014-12-19
Stabilize integer modules
Aaron Turon
-3
/
+2
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-2
/
+3
2014-10-09
core: Convert statics to constants
Alex Crichton
-4
/
+4
2014-06-29
Extract tests from libcore to a separate crate
Steven Fackler
-107
/
+0
2014-06-24
std: Add stability attributes to primitive numeric modules
Brian Anderson
-0
/
+4
2014-06-18
Shorten endian conversion method names
Brendan Zabarauskas
-16
/
+16
2014-06-18
Merge the Bitwise and ByteOrder traits into the Int trait
Brendan Zabarauskas
-15
/
+54
2014-06-18
Add a ByteOrder trait for abstracting over endian conversions
Brendan Zabarauskas
-11
/
+0
2014-06-13
Add Bitwise::{swap_bytes, rotate_left, rotate_right} methods
Brendan Zabarauskas
-0
/
+27
2014-05-28
Move trait impls for primitives near trait definition
Piotr Jawniak
-161
/
+0
2014-05-07
core: Fix an unsigned negation warning
Alex Crichton
-1
/
+1
2014-05-07
core: Get coretest working
Alex Crichton
-3
/
+4
2014-05-07
core: Add a limited implementation of failure
Alex Crichton
-15
/
+15
2014-05-07
core: Inherit the specific numeric modules
Alex Crichton
-0
/
+234