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
2025-09-01
Constify conversion traits
ltdk
-9
/
+10
2025-07-21
Constify Try, From, TryFrom
Evgenii Zheltonozhskii
-8
/
+16
2025-06-02
remove f16: From<u16>
usamoi
-1
/
+0
2025-03-11
Add `From<{integer}>` for `f16`/`f128` impls
beetrees
-2
/
+48
2024-07-26
Fix doc nits
John Arundel
-4
/
+4
2024-05-04
Re-add `From<f16> for f64`
beetrees
-2
/
+3
2024-04-11
Remove `From` impls for unstable types that break inference
Trevor Gross
-2
/
+2
2024-04-10
Add basic library support for `f16` and `f128`
Trevor Gross
-0
/
+7
2024-03-25
Import the 2021 prelude in the core crate
Daniel Paoliello
-4
/
+0
2024-02-19
Refactor trait implementations in `core::convert::num`.
Markus Reiter
-367
/
+325
2023-12-10
remove redundant imports
surechen
-1
/
+1
2023-08-25
use the correct link
cui fliter
-2
/
+2
2023-04-16
rm const traits in libcore
Deadbeef
-16
/
+8
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