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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-15
Get rid of `EscapeDebugInner`.
Markus Reiter
-43
/
+19
2025-04-09
Speed up `String::push` and `String::insert`
lincot
-1
/
+1
2025-02-16
add MAX_LEN_UTF8 and MAX_LEN_UTF16 constants
HTGAzureX1212
-0
/
+10
2024-11-02
fix some stability annotations
Lukas Markeffsky
-1
/
+1
2024-08-31
Remove stray dot in `std::char::from_u32_unchecked` documentation
Eduardo Sánchez Muñoz
-1
/
+1
2024-07-30
Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68
bors
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-07-28
Update CURRENT_RUSTC_VERSION
Mark Rousskov
-1
/
+1
2024-07-19
Use `#[rustfmt::skip]` on some `use` groups to prevent reordering.
Nicholas Nethercote
-0
/
+5
2024-07-17
Avoid comments that describe multiple `use` items.
Nicholas Nethercote
-4
/
+2
2024-06-25
Stabilize const unchecked conversion from u32 to char
David Tolnay
-1
/
+1
2024-05-09
Improve escape methods.
Markus Reiter
-6
/
+1
2024-05-08
Avoid panicking branch in `EscapeIterInner`.
Markus Reiter
-21
/
+27
2024-05-08
Inline `EscapeDebug::size_hint`.
Markus Reiter
-0
/
+1
2024-03-18
Reimplement `CaseMappingIter` with `core::array::IntoIter`
Jules Bertholet
-128
/
+181
2024-03-16
Optimize `core::char::CaseMappingIter` layout
Jules Bertholet
-27
/
+27
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-3
/
+3
2023-05-12
`ascii::Char`-ify the escaping code
Scott McMurray
-11
/
+12
2023-04-30
review
Michal Nazarewicz
-4
/
+4
2023-04-05
Refactor core::char::EscapeDefault and co. structures
Michal Nazarewicz
-140
/
+111
2023-01-14
Use associated items of `char` instead of freestanding items in `core::char`
Lukas Markeffsky
-1
/
+1
2022-12-28
update stabilization version numbers
Pietro Albini
-2
/
+2
2022-09-29
Stabilize const_char_convert
est31
-2
/
+2
2022-09-29
Split out from_u32_unchecked from const_char_convert
est31
-1
/
+1
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-2
/
+0
2022-08-22
Move error trait into core
Jane Losare-Lusby
-0
/
+6
2022-08-20
Improve primitive/std docs separation and headers
Cameron Steffen
-1
/
+3
2022-04-01
Avoid duplication of doc comments in `std::char` constants and functions.
Eduardo Sánchez Muñoz
-24
/
+45
2022-01-30
(#93392) Update char::MAX docs and core::char::MAX
George Bateman
-6
/
+11
2022-01-07
Implement `TryFrom<char>` for `u8`
Ian Douglas Scott
-0
/
+12
2021-12-22
Update stability attribute for double ended case mapping iterators
David Tolnay
-2
/
+2
2021-09-11
Allow reverse iteration of lowercase'd/uppercase'd chars
Michael Spector
-0
/
+34
2021-06-23
Use HTTPS links where possible
Smitty
-4
/
+4
2021-03-26
Update char::escape_debug_ext to handle different escapes in strings vs. chars
Ömer Sinan Ağacan
-0
/
+2
2021-02-25
Convert the rest of the standard library primitives to intra-doc links
Joshua Nelson
-2
/
+1
2020-08-24
Use intra-doc-links in `core::{char, macros, fmt}`
LeSeulArtichaut
-11
/
+5
2020-07-27
mv std libs to library/
mark
-0
/
+517