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
Age
Commit message (
Expand
)
Author
Lines
2025-09-22
assert_unsafe_precondition: fix some incorrect check_language_ub
Ralf Jung
-1
/
+1
2025-09-12
Constify Eq, Ord, PartialOrd
Evgenii Zheltonozhskii
-1
/
+2
2025-09-01
Constify conversion traits
ltdk
-1
/
+1
2025-08-05
Add `std::ascii::Char` `MIN` and `MAX` constants
Chai T. Rex
-0
/
+8
2025-08-05
Add `u8`-as-ASCII methods to `core::ascii::Char`
Chai T. Rex
-1
/
+603
2025-07-21
Constify Try, From, TryFrom
Evgenii Zheltonozhskii
-1
/
+2
2025-05-21
Add some track_caller info to precondition panics
Ben Kimock
-0
/
+1
2024-10-09
Add more precondition check tests
Ben Kimock
-1
/
+1
2024-08-21
Use `assert_unsafe_precondition!` in `AsciiChar::digit_unchecked`
Chai T. Rex
-3
/
+7
2024-08-09
core: optimise Debug impl for ascii::Char
Michal Nazarewicz
-19
/
+13
2024-02-13
implement `Default` for `AsciiChar`
joseLuĂs
-1
/
+1
2024-01-25
core: add `From<core::ascii::char>` implementations
Michal Nazarewicz
-0
/
+16
2023-09-01
fix `Debug` impl for `AsciiChar`
soqb
-2
/
+39
2023-08-08
Rename copying `ascii::Char` methods from `as_` to `to_`
Alyssa Haroldsen
-2
/
+2
2023-05-03
Add the basic `ascii::Char` type
Scott McMurray
-0
/
+565