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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2017-11-14
Fixed several pulldown warnings when documenting libstd.
kennytm
-1
/
+1
2017-11-05
Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcr...
bors
-0
/
+644
2017-11-04
Use Add::add for overflow checks instead of [rustc_inherit_overflow_checks]
Scott McMurray
-2
/
+3
2017-11-03
Fix #18604: next_power_of_two should panic on overflow
Scott McMurray
-0
/
+1
2017-11-03
Mark several ascii methods as unstable again
Lukas Kalbertodt
-10
/
+30
2017-11-03
Fix lists in doc comments for ascii methods of u8 and char
Lukas Kalbertodt
-2
/
+4
2017-11-03
Add missing space in match arm
Lukas Kalbertodt
-2
/
+2
2017-11-03
Tweak documentation for `u8::eq_ignore_ascii_case()`
Lukas Kalbertodt
-2
/
+1
2017-11-03
Revert signature of eq_ignore_ascii_case() to original
Lukas Kalbertodt
-2
/
+2
2017-11-03
Make ascii methods on u8 insta-stable
Lukas Kalbertodt
-48
/
+16
2017-11-03
Add all methods of AsciiExt to u8 directly
Lukas Kalbertodt
-0
/
+655
2017-10-26
Bump to 1.23 and update bootstrap
Alex Crichton
-4
/
+4
2017-09-29
Auto merge of #44174 - jimmycuadra:try-from-infallible, r=sfackler
bors
-29
/
+21
2017-09-29
Fix more TryFrom impls for integers.
Jimmy Cuadra
-4
/
+4
2017-09-29
Simplify implementation of From<Infallible> for TryFromIntError.
Jimmy Cuadra
-2
/
+3
2017-09-28
Remove conflicting TryFrom impls on 32-bit targets.
Jimmy Cuadra
-2
/
+2
2017-09-23
Add back mistakenly removed numeric conversions.
Jimmy Cuadra
-4
/
+4
2017-09-16
change #![feature(const_fn)] to specific gates
Alex Burka
-0
/
+4
2017-09-01
impl From<Infallible> for TryFromIntError.
Jimmy Cuadra
-1
/
+8
2017-08-30
Implement TryFrom explicitly for infallible numeric conversions.
Jimmy Cuadra
-6
/
+8
2017-08-29
Add blanket TryFrom impl when From is implemented.
Jimmy Cuadra
-27
/
+9
2017-07-30
Document the `from_str_radix` panic
Tobias Bucher
-0
/
+4
2017-07-26
Rollup merge of #43471 - ollie27:try_from_ints, r=nagisa
Mark Simulacrum
-11
/
+14
2017-07-25
Bump master to 1.21.0
Alex Crichton
-13
/
+8
2017-07-25
Add missing impl and tests for int to int TryFrom impls
Oliver Middleton
-11
/
+14
2017-07-25
Auto merge of #43248 - llogiq:num-try-from, r=nagisa
bors
-38
/
+177
2017-07-24
improve the TryFrom implementations
Andre Bogus
-38
/
+177
2017-07-20
std: Cut down #[inline] annotations where not necessary
Alex Crichton
-11
/
+11
2017-06-16
Auto merge of #42430 - nagisa:core-float, r=alexcrichton
bors
-0
/
+7
2017-06-14
Re-implement float min/max in rust
Simonas Kazlauskas
-0
/
+7
2017-06-08
Use ctlz_nonzero to improve ASM from next_power_of_two
Scott McMurray
-1
/
+16
2017-06-08
Auto merge of #40706 - irfanhudda:doc-next-power-of-two, r=alexcrichton
bors
-11
/
+27
2017-05-31
Simplify helper functions
Irfan Hudda
-15
/
+13
2017-05-23
Add comments to explain helper functions
Irfan Hudda
-5
/
+13
2017-05-20
Correct some stability versions
Oliver Middleton
-45
/
+45
2017-05-12
Remove some unused macros from the rust codebase
est31
-7
/
+0
2017-04-29
Update stage0 bootstrap compiler
Alex Crichton
-72
/
+0
2017-04-29
Simplify `checked_next_power_of_two` function
Irfan Hudda
-6
/
+1
2017-04-29
Add comment about overflow behavior for next_power_of_two
Irfan Hudda
-0
/
+3
2017-04-28
Add helper functions for `next_power_of_two` and `checked_next_power_of_two`
Irfan Hudda
-10
/
+14
2017-04-20
Remove float_extras
Josh Stone
-51
/
+0
2017-04-20
Remove num::{Zero,One}
Josh Stone
-72
/
+0
2017-04-20
remove redundant wrapping_sub
Irfan Hudda
-1
/
+1
2017-04-19
next_power_of_two panic on overflow
Irfan Hudda
-2
/
+8
2017-04-18
Improve documentation of next_power_of_two
Irfan Hudda
-1
/
+3
2017-04-03
Move libXtest into libX/tests
Stjepan Glavina
-1
/
+1
2017-03-22
Various fixes to wording consistency in the docs
Stjepan Glavina
-4
/
+4
2017-03-19
Rollup merge of #40521 - TimNN:panic-free-shift, r=alexcrichton
Corey Farwell
-18
/
+99
2017-03-19
Rollup merge of #40281 - jimmycuadra:try-from-from-str, r=aturon
Corey Farwell
-3
/
+3
2017-03-18
add inline attributes to stage 0 methods
Tim Neumann
-0
/
+4
[next]