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
/
methods.rs
Age
Commit message (
Expand
)
Author
Lines
2024-09-09
Stabilize `char::MIN`
okaneco
-4
/
+1
2024-09-08
add FIXME(const-hack)
Ralf Jung
-1
/
+1
2024-07-30
Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68
bors
-4
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-07-28
step cfg(bootstrap)
Mark Rousskov
-4
/
+1
2024-07-28
Update CURRENT_RUSTC_VERSION
Mark Rousskov
-1
/
+1
2024-06-25
Stabilize const unchecked conversion from u32 to char
David Tolnay
-1
/
+4
2024-05-08
Avoid panicking branch in `EscapeIterInner`.
Markus Reiter
-4
/
+4
2024-04-20
Add a lower bound check to `unicode-table-generator` output
Arpad Borsos
-1
/
+1
2024-02-15
Add ASCII fast-path for `char::is_grapheme_extended`
Arpad Borsos
-1
/
+1
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-10-26
Refactor some `char`, `u8` ascii functions to be branchless
okaneco
-3
/
+6
2023-07-31
I'm mathematically challenged
ltdk
-2
/
+2
2023-07-31
Can't compare usize and u32
ltdk
-2
/
+2
2023-07-31
Use u32::from for MIN/MAX examples
ltdk
-2
/
+2
2023-07-31
Add note on gap for MIN/MAX
ltdk
-0
/
+35
2023-07-31
Add char::MIN
ltdk
-0
/
+15
2023-05-12
`ascii::Char`-ify the escaping code
Scott McMurray
-12
/
+12
2023-05-04
Rollup merge of #111009 - scottmcm:ascii-char, r=BurntSushi
Matthias Krüger
-0
/
+19
2023-05-03
Add the basic `ascii::Char` type
Scott McMurray
-0
/
+19
2023-04-30
review
Michal Nazarewicz
-3
/
+3
2023-04-05
Refactor core::char::EscapeDefault and co. structures
Michal Nazarewicz
-36
/
+21
2023-01-14
Use associated items of `char` instead of freestanding items in `core::char`
Lukas Markeffsky
-20
/
+4
2022-12-28
update stabilization version numbers
Pietro Albini
-3
/
+3
2022-11-14
Rollup merge of #102470 - est31:stabilize_const_char_convert, r=joshtriplett
Matthias Krüger
-4
/
+4
2022-10-16
Clarify the possible return values of len_utf16
Sky
-0
/
+5
2022-09-29
Stabilize const_char_convert
est31
-3
/
+3
2022-09-29
Split out from_u32_unchecked from const_char_convert
est31
-1
/
+1
2022-09-27
introduce `{char, u8}::is_ascii_octdigit`
Akshay
-0
/
+32
2022-09-04
Make `char::is_lowercase` and `char::is_uppercase` const
Sage Mitchell
-2
/
+20
2022-08-09
docs: remove repetition
Vincenzo Palazzo
-2
/
+1
2022-07-28
add more docs regarding ideographic numbers
Vincenzo Palazzo
-1
/
+11
2022-04-16
No need to check the assert all the time.
Giles Cope
-1
/
+1
2022-04-07
Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrum
bors
-1
/
+0
2022-04-06
Update documentation for `trim*` and `is_whitespace` to include newlines
Deadbeef
-0
/
+3
2022-04-05
trivial cfg(bootstrap) changes
Pietro Albini
-1
/
+0
2022-03-31
Adjust feature names that disagree on const stabilization version
David Tolnay
-1
/
+1
2022-03-30
remove now unnecessary lang items
lcnr
-1
/
+1
2022-03-27
Debug print char 0 as '\0' rather than '\u{0}'
David Tolnay
-0
/
+1
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-5
/
+5
2022-01-30
(#93392) Update char::MAX docs and core::char::MAX
George Bateman
-6
/
+11
2022-01-27
Clarify documentation on char::MAX
George Bateman
-4
/
+4
2021-11-19
Turn all 0x1b_u8 into '\x1b' or b'\x1b'
r00ster91
-10
/
+10
2021-10-16
Make char conversion functions unstably const
est31
-5
/
+10
2021-10-11
Add #[must_use] to to_value conversions
John Kugelman
-1
/
+3
2021-10-11
Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri...
Guillaume Gomez
-1
/
+4
2021-10-10
Add #[must_use] to from_value conversions
John Kugelman
-1
/
+4
2021-10-10
Rollup merge of #89719 - jkugelman:must-use-char-escape-methods, r=joshtriplett
Matthias Krüger
-0
/
+6
2021-10-09
Add #[must_use] to char escape methods
John Kugelman
-0
/
+6
2021-10-09
Add #[must_use] to is_condition tests
John Kugelman
-0
/
+19
[prev]
[next]