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
/
library
/
core
/
src
/
convert
/
num.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-09
Add examples section which demonstrates the behaviour (specifically the sign ...
bmoxb
-0
/
+20
2023-03-09
Add missing comment for f64
bmoxb
-1
/
+2
2023-03-09
Indicate that `0.0` refers to positive `0.0`
bmoxb
-2
/
+2
2023-03-09
Document the resulting values produced when using `From<bool>` on floats
bmoxb
-1
/
+2
2023-01-25
Set version placeholders to 1.68
Mark Rousskov
-2
/
+2
2022-12-15
Implement `From<bool>` for f32, f64
Jacob Pratt
-0
/
+20
2022-12-04
Make integer-to-integer `From` impls `#[inline(always)]`
Eduardo Sánchez Muñoz
-1
/
+1
2022-05-08
Warn on unused doc(hidden) on trait impl items
León Orell Valerian Liehr
-1
/
+0
2021-10-20
Make `From` impls of NonZero integer const.
woppopo
-2
/
+3
2021-08-07
impl const From<num> for num
Albin Hedman
-5
/
+10
2021-06-23
Use HTTPS links where possible
Smitty
-1
/
+1
2021-04-22
Get rid of "[+] show undocumented items" toggle on numeric From impls
Michael Howell
-4
/
+12
2021-03-02
FloatToInit: Replacing round_unchecked_to --> to_int_unchecked
Peter Kehl
-1
/
+1
2020-10-15
Bump nzint_try_from_nzint_conv stabilization version to 1.49.
Mara Bos
-1
/
+1
2020-09-29
Implement TryFrom between NonZero types.
Mara Bos
-0
/
+46
2020-07-27
mv std libs to library/
mark
-0
/
+487