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
/
libcore
/
num
Age
Commit message (
Expand
)
Author
Lines
2018-05-17
Rollup merge of #50808 - SimonSapin:nonzero, r=alexcrichton
kennytm
-28
/
+8
2018-05-16
Stabilize num::NonZeroU*
Simon Sapin
-9
/
+7
2018-05-16
Remove unstable deprecated num::NonZeroI* types
Simon Sapin
-17
/
+1
2018-05-16
Make core::nonzero private
Simon Sapin
-3
/
+1
2018-05-16
fix a typo in signed-integer::from_str_radix()
SHA Miao
-1
/
+1
2018-05-15
Separate feature gate for wrapping_next_power_of_two
Clar Charr
-4
/
+6
2018-05-09
move See also links to top
Michael Lamparski
-4
/
+4
2018-05-08
Add missing Wrapping methods, use doc_comment!
Clar Charr
-199
/
+486
2018-05-08
Add more logarithm constants
Clar Charr
-0
/
+16
2018-04-24
core: Minor cleanup
Daiki Mizukami
-1
/
+1
2018-04-24
core: Fix overflow in `int::mod_euc` when `self < 0 && rhs == MIN`
Daiki Mizukami
-1
/
+5
2018-04-22
Auto merge of #49896 - SimonSapin:inherent, r=alexcrichton
bors
-92
/
+591
2018-04-21
Make the unstable StrExt and SliceExt traits private to libcore in not(stage0)
Simon Sapin
-19
/
+12
2018-04-21
Move intrinsics-based float methods out of libcore into libstd
Simon Sapin
-72
/
+0
2018-04-21
Add some f32 and f64 inherent methods in libcore
Simon Sapin
-1
/
+579
2018-04-20
Revert "Stabilize the TryFrom and TryInto traits"
Felix S. Klock II
-6
/
+6
2018-04-14
Rollup merge of #49871 - SimonSapin:int-bytes, r=sfackler
kennytm
-0
/
+89
2018-04-14
Add to_bytes and from_bytes to primitive integers
Simon Sapin
-0
/
+89
2018-04-13
Auto merge of #49389 - fanzier:euclidean-division, r=KodrAus
bors
-0
/
+440
2018-04-12
Address more nits.
Fabian Zaiser
-7
/
+6
2018-03-30
Deprecate signed std::num::NonZeroI* with a call for use cases
Simon Sapin
-7
/
+23
2018-03-29
Fix doctest (typo).
Fabian Zaiser
-2
/
+2
2018-03-28
Fix #![feature]s.
Fabian Zaiser
-37
/
+40
2018-03-28
Address nits and tidy errors.
Fabian Zaiser
-13
/
+15
2018-03-27
Remove TryFrom impls that might become conditionally-infallible with a portab...
Simon Sapin
-60
/
+10
2018-03-26
Stabilize the TryFrom and TryInto traits
Simon Sapin
-7
/
+7
2018-03-26
Don’t use `type Error = !` for target-dependant TryFrom impls.
Simon Sapin
-1
/
+1
2018-03-26
TryFrom for integers: use From instead for truely-infallible impls
Simon Sapin
-9
/
+20
2018-03-26
Implement RFC #2169 (Euclidean division).
Fabian Zaiser
-0
/
+436
2018-03-26
fix last two tidy
Mark Mansi
-7
/
+1
2018-03-26
Fix a few more
Mark Mansi
-2
/
+2
2018-03-26
Fix missed i128 feature gates
Mark Mansi
-12
/
+12
2018-03-26
Stabilize i128 feature too
Mark Mansi
-11
/
+4
2018-03-26
Stabilize i128_type
Mark Mansi
-4
/
+2
2018-03-23
Rollup merge of #48265 - SimonSapin:nonzero, r=KodrAus
Alex Crichton
-0
/
+89
2018-03-22
Rollup merge of #49038 - canndrew:replace-infallible-with-never, r=SimonSapin
kennytm
-9
/
+8
2018-03-19
Fix trailing whitespace
Phlosioneer
-1
/
+1
2018-03-19
Make Wrapping::pow use wrapping_pow, add example
Phlosioneer
-4
/
+14
2018-03-19
Impl Integer methods for Wrapping
Phlosioneer
-0
/
+299
2018-03-18
num::NonZero* types now have their own tracking issue: #49137
Simon Sapin
-2
/
+2
2018-03-17
Deprecate core::nonzero in favor of ptr::NonNull and num::NonZero*
Simon Sapin
-1
/
+3
2018-03-17
Add 12 num::NonZero* types for each primitive integer
Simon Sapin
-0
/
+87
2018-03-16
Add From<!> for TryFromIntError
Andrew Cann
-0
/
+7
2018-03-15
replace `convert::Infallible` with `!`
Andrew Cann
-13
/
+5
2018-03-08
Rollup merge of #48738 - Songbird0:parseinterror_potential_cause, r=joshtriplett
Manish Goregaokar
-0
/
+7
2018-03-06
Add reverse_bits to integer types
Amanieu d'Antras
-0
/
+54
2018-03-05
Fix spelling error for `whitespaces`.
Songbird0
-1
/
+1
2018-03-05
Modify wording and remove useless whitespaces.
Songbird0
-3
/
+3
2018-03-04
Tidy error: add a new line
Songbird0
-1
/
+2
2018-03-04
Add a potential cause raising `ParseIntError`.
Songbird0
-0
/
+6
[prev]
[next]