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
Age
Commit message (
Expand
)
Author
Lines
2020-02-12
Remove uint_macros that was identical to int_macros
Linus Färnstrand
-41
/
+13
2020-02-12
Replace min/max_value() with MIN/MAX in integer docs
Linus Färnstrand
-52
/
+52
2020-02-12
Use new preferred consts in int docs
Linus Färnstrand
-35
/
+13
2020-02-12
Add "soft deprecation" notice to old MIN/MAX docs
Linus Färnstrand
-12
/
+41
2020-02-12
Add "soft deprecation" notice to old min/max_value() docs
Linus Färnstrand
-40
/
+60
2020-02-12
Stabilize assoc_int_consts
Linus Färnstrand
-36
/
+32
2020-02-10
Rollup merge of #68986 - ecstatic-morse:const-ascii-ctype, r=Centril
Dylan DPC
-10
/
+20
2020-02-08
Make `u8::is_ascii` a stable `const fn`
Dylan MacKenzie
-1
/
+2
2020-02-08
Make the ASCII ctype inherent methods const
Dylan MacKenzie
-10
/
+20
2020-02-08
Make integer power methods const
Dylan MacKenzie
-14
/
+28
2020-02-08
Use bespoke macro instead of `?` inside const fns
Dylan MacKenzie
-6
/
+16
2020-02-08
[!] Use `rustc_inherit_overflow_checks` in `next_power_of_two`
Dylan MacKenzie
-3
/
+2
2020-02-08
Make `num::NonZeroX::new` an unstable `const fn`
Dylan MacKenzie
-1
/
+2
2020-02-04
Use consistent feature naming
Dylan MacKenzie
-45
/
+45
2020-02-04
Make saturating arithmetic using intrinsics `const`
Dylan MacKenzie
-2
/
+4
2020-02-04
Make checked division `const`
Dylan MacKenzie
-4
/
+8
2020-02-04
Make wrapping arithmetic `const`
Dylan MacKenzie
-4
/
+8
2020-02-04
Make `saturating_mul` a `const fn`
Dylan MacKenzie
-6
/
+12
2020-02-04
Make overflowing arithmetic `const`
Dylan MacKenzie
-4
/
+8
2020-02-04
Make checked arithmetic besides division `const`
Dylan MacKenzie
-13
/
+26
2020-02-04
Make euclidean division `const`
Dylan MacKenzie
-16
/
+32
2020-01-30
Auto merge of #68325 - faern:move-numeric-consts-to-associated-consts-step1, ...
bors
-56
/
+191
2020-01-29
Document `From` implementation for NonZero nums
LeSeulArtichaut
-2
/
+6
2020-01-23
Unlock assoc_int_consts in documentation examples using it
Linus Färnstrand
-0
/
+4
2020-01-23
Fix some float operations to work together with the assoc consts
Linus Färnstrand
-5
/
+5
2020-01-23
Add relevant associated constants to the float types
Linus Färnstrand
-28
/
+135
2020-01-23
Add MIN/MAX associated constants to the integer types
Linus Färnstrand
-23
/
+47
2020-01-15
Mark leading_trailing_ones with tracking issue 57969
Thom Chiovoloni
-4
/
+4
2020-01-12
Add {leading,trailing}_ones to primitive int types
Thom Chiovoloni
-0
/
+83
2020-01-09
Rollup merge of #67966 - popzxc:core-std-matches, r=Centril
Mazdak Farrokhzad
-40
/
+10
2020-01-09
Rollup merge of #67884 - anp:allow-unused-const-attr, r=oli-obk
Mazdak Farrokhzad
-0
/
+3
2020-01-08
Use matches macro in libcore and libstd
Igor Aleksanov
-40
/
+10
2020-01-06
Use Self instead of $type
Lzu Tao
-2
/
+2
2020-01-04
Fix incremental builds of core by allowing unused attribute.
Adam Perry
-0
/
+3
2020-01-05
Re-add comment about behaviour of inline.
jumbatm
-0
/
+3
2020-01-04
Also remove const-hack for abs
jumbatm
-18
/
+6
2019-12-31
Rollup merge of #67430 - tspiteri:minus-inf, r=Dylan-DPC
Dylan DPC
-2
/
+2
2019-12-30
Rollup merge of #67657 - jumbatm:cleanup-const-hack, r=oli-obk
Yuki Okushi
-12
/
+17
2019-12-27
Clean up const-hack from #58044
jumbatm
-1
/
+6
2019-12-27
Clean up const-hack from #61635
jumbatm
-1
/
+5
2019-12-27
Clean up const-hack from #63786
jumbatm
-10
/
+6
2019-12-26
Remove redundant link texts
Matthew Kraai
-2
/
+2
2019-12-24
Show value for consts in the documentation
Ohad Ravid
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-3
/
+6
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-7
/
+7
2019-12-19
doc: minus (U+2212) instead of dash (U+002D) for negative infinity
Trevor Spiteri
-2
/
+2
2019-12-18
Propagate cfg bootstrap
Mark Rousskov
-333
/
+78
2019-12-15
use Self alias in place of macros
Lzu Tao
-2
/
+2
2019-12-15
Rollup merge of #67305 - kappa:patch-1, r=jonas-schievink
Mazdak Farrokhzad
-1
/
+1
2019-12-14
Doc typo
Alex Kapranoff
-1
/
+1
[prev]
[next]