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
/
char
/
convert.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-01
Constify conversion traits
ltdk
-9
/
+19
2025-08-26
remove deprecated Error::description in impls
Marijn Schouten
-11
/
+6
2025-07-21
Constify Try, From, TryFrom
Evgenii Zheltonozhskii
-5
/
+10
2025-05-21
Add some track_caller info to precondition panics
Ben Kimock
-0
/
+1
2025-05-12
update cfg(bootstrap)
Pietro Albini
-2
/
+2
2025-04-24
Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc
bendn
-0
/
+2
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-12
/
+4
2024-09-08
add FIXME(const-hack)
Ralf Jung
-1
/
+1
2024-03-25
Import the 2021 prelude in the core crate
Daniel Paoliello
-1
/
+0
2024-03-23
move assert_unsafe_preconditions to its own file
Ralf Jung
-1
/
+1
2024-03-08
Distinguish between library and lang UB in assert_unsafe_precondition
Ben Kimock
-0
/
+1
2024-02-08
Rewrite assert_unsafe_precondition around the new intrinsic
Ben Kimock
-1
/
+1
2023-12-15
Use assert_unsafe_precondition for char::from_u32_unchecked
Chris Denton
-1
/
+8
2023-10-03
Bump version placeholders
Mark Rousskov
-1
/
+1
2023-07-25
`impl TryFrom<char> for u16`
Lukas Markeffsky
-2
/
+36
2023-04-16
rm const traits in libcore
Deadbeef
-8
/
+4
2023-02-10
Remove a couple of `#[doc(hidden)] pub fn` and their `#[feature]` gates
Tobias Bucher
-15
/
+13
2022-09-29
Split out from_u32_unchecked from const_char_convert
est31
-1
/
+0
2022-07-05
Fix links in std/core documentation
Guillaume Gomez
-2
/
+2
2022-04-01
Avoid duplication of doc comments in `std::char` constants and functions.
Eduardo Sánchez Muñoz
-132
/
+7
2022-03-07
Add missing documentation for std::char types
Guillaume Gomez
-1
/
+6
2022-02-17
fix
Mario Carneiro
-2
/
+0
2022-02-17
Optimize char_try_from_u32
Mario Carneiro
-1
/
+14
2022-01-07
Implement `TryFrom<char>` for `u8`
Ian Douglas Scott
-0
/
+15
2021-11-19
Rollup merge of #89258 - est31:const_char_convert, r=oli-obk
Yuki Okushi
-10
/
+22
2021-10-18
Make more `From` impls `const`
woppopo
-4
/
+8
2021-10-16
Make char conversion functions unstably const
est31
-10
/
+22
2021-10-10
Add #[must_use] to from_value conversions
John Kugelman
-0
/
+3
2021-01-10
Rollup merge of #79502 - Julian-Wollersberger:from_char_for_u64, r=withoutboats
Yuki Okushi
-0
/
+42
2021-01-09
Update the stabilisation version.
Julian Wollersberger
-2
/
+2
2020-12-28
Add "chr" as doc alias to char::from_u32
Konrad Borowski
-0
/
+1
2020-11-28
Implement From<char> for u64 and u128.
Julian Wollersberger
-0
/
+42
2020-08-15
Link to primitive instead of module
Denis Vasilik
-6
/
+0
2020-08-15
Use intra-doc links
Denis Vasilik
-8
/
+4
2020-07-27
mv std libs to library/
mark
-0
/
+300