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
/
ascii.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-20
add doc(alias("AsciiChar")) to core::ascii::Char
binarycat
-0
/
+1
2025-06-15
Get rid of `EscapeDebugInner`.
Markus Reiter
-10
/
+6
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-05-09
Improve escape methods.
Markus Reiter
-1
/
+1
2024-05-08
Avoid panicking branch in `EscapeIterInner`.
Markus Reiter
-5
/
+9
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-3
/
+3
2023-06-29
optimize Cstr/EscapeAscii display
The 8472
-0
/
+11
2023-05-12
`ascii::Char`-ify the escaping code
Scott McMurray
-1
/
+1
2023-05-04
Rollup merge of #111009 - scottmcm:ascii-char, r=BurntSushi
Matthias Krüger
-0
/
+4
2023-05-03
Add the basic `ascii::Char` type
Scott McMurray
-0
/
+4
2023-04-05
Refactor core::char::EscapeDefault and co. structures
Michal Nazarewicz
-30
/
+41
2022-03-10
Inline <EscapeDefault as Iterator>::next
Martin Gammelsæter
-0
/
+2
2022-03-09
Use indexing instead of .get_unchecked() for LUT lookup
Martin Gammelsæter
-14
/
+2
2022-03-09
Optimize ascii::escape_default by using a digit LUT
Martin Gammelsæter
-5
/
+13
2021-10-30
Add #[must_use] to remaining core functions
John Kugelman
-0
/
+1
2021-09-18
EscapeDefault: change `range` field to `Range<u8>`, reducing struct size 24 -...
klensy
-4
/
+6
2021-04-21
Replace all `fmt.pad` with `debug_struct`
Christiaan Dirkx
-1
/
+1
2020-09-18
Fixed some intra-docs links in library/core
Amjad Alsharafi
-4
/
+0
2020-07-27
mv std libs to library/
mark
-0
/
+154