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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-10
libs: doc comments
Alexander Regueiro
-2
/
+2
2019-02-07
Add unstable feature attribute for unsigned const saturating add/sub intrinsi...
Patrick McCarter
-0
/
+2
2019-02-07
Refactor const saturating intrinsics emulation and add unstable feature attri...
Patrick McCarter
-0
/
+2
2019-02-06
Allow const assignment for int saturating_sub() for #58030
Patrick McCarter
-10
/
+44
2019-02-05
Allow const assignment for int saturating_add() calls for #58030
Patrick McCarter
-10
/
+47
2019-02-01
Simplify the overflowing_neg expression
Lokathor
-1
/
+1
2019-02-01
Don't know why I wasn't using `self` properly there
Lokathor
-1
/
+1
2019-02-01
Make overflowing and wrapping negation const
Lokathor
-9
/
+5
2019-01-29
Use LLVM intrinsics for saturating add/sub
Nikita Popov
-0
/
+20
2019-01-26
Bump bootstrap compiler to 1.33 beta
Mark Rousskov
-129
/
+5
2019-01-24
Stabilize no_panic_pow
Jewoo Lee
-16
/
+8
2019-01-17
Add signed num::NonZeroI* types
Simon Sapin
-15
/
+21
2019-01-17
Revert "Auto merge of #57670 - rust-lang:beta-next, r=Mark-Simulacrum"
Pietro Albini
-4
/
+0
2019-01-16
allow unused warnings related to rustc_layout_scalar_valid_range_start
Pietro Albini
-0
/
+4
2019-01-13
const stabilize .
Mazdak Farrokhzad
-22
/
+34
2018-12-31
const-stabilize const_int_ops + reverse_bits
Mazdak Farrokhzad
-21
/
+36
2018-12-31
now that some intrisics are safe, use that fact.
Mazdak Farrokhzad
-0
/
+24
2018-12-31
stabilize const_int_sign
Mazdak Farrokhzad
-2
/
+0
2018-12-31
stabilize const_int_rotate
Mazdak Farrokhzad
-4
/
+4
2018-12-31
stabilize const_int_wrapping.
Mazdak Farrokhzad
-10
/
+10
2018-12-28
Make the getter for NonZero types into a const fn
dylan_DPC
-1
/
+1
2018-12-26
Remove the private generic NonZero<T> wrapper type.
Simon Sapin
-6
/
+6
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-20
fix nits
Nicole Mazzuca
-2
/
+4
2018-12-20
Update src/libcore/num/mod.rs
David Tolnay
-1
/
+1
2018-12-17
rename div_euc -> div_euclid, and mod_euc -> rem_euclid
Nicole Mazzuca
-76
/
+96
2018-12-16
Rollup merge of #56855 - nikic:remove-cttz-hack, r=nagisa
Mazdak Farrokhzad
-14
/
+1
2018-12-16
Rollup merge of #56706 - oli-obk:const_unsafe_fn, r=Centril
Mazdak Farrokhzad
-1
/
+1
2018-12-15
Remove u8 cttz hack
Nikita Popov
-14
/
+1
2018-12-12
Bump to 1.33.0
Alex Crichton
-12
/
+2
2018-12-11
Make `const unsafe fn` bodies `unsafe`
Oliver Scherer
-1
/
+1
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-4
/
+4
2018-12-04
Make sure the initialization of constrained int range newtypes is unsafe
Oliver Scherer
-2
/
+2
2018-12-01
Rollup merge of #56355 - Zoxc:inline-things, r=michaelwoerister
kennytm
-0
/
+1
2018-12-01
Rollup merge of #56216 - SimonSapin:array-tryfrom-slice, r=withoutboats
kennytm
-0
/
+78
2018-11-29
Add inline attributes and add unit to CommonTypes
John Kåre Alsaker
-0
/
+1
2018-11-26
Auto merge of #55705 - ethanboxx:master, r=SimonSapin
bors
-1
/
+24
2018-11-25
Add TryFrom<&[T]> for [T; $N] where T: Copy
Simon Sapin
-0
/
+78
2018-11-25
fix missing borrow
Ethan Brierley
-1
/
+1
2018-11-25
Use a reference rather than take ownership
Ethan Brierley
-1
/
+1
2018-11-25
Stabilize the int_to_from_bytes feature
Simon Sapin
-36
/
+12
2018-11-11
Rollup merge of #55828 - oli-obk:promotion_strikes_again, r=eddyb
Pietro Albini
-0
/
+2
2018-11-09
Add missing `rustc_promotable` attribute to unsigned `min_value` and `max_value`
Oliver Scherer
-0
/
+2
2018-11-07
add unstable attribute
Ethan Brierley
-0
/
+4
2018-11-07
Fix incorrect documentation
Ethan Brierley
-2
/
+2
2018-11-07
Use method rather than public field
Ethan Brierley
-2
/
+5
2018-11-06
Document kind field
Ethan Brierley
-0
/
+1
2018-11-06
Fix mistake in my markdown
Ethan Brierley
-0
/
+2
2018-11-06
Add very useful documentation
Ethan Brierley
-0
/
+8
2018-11-05
Continue to try to make travis happy by adding a issue number
Ethan Brierley
-1
/
+2
[prev]
[next]