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
/
slice
/
ascii.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-06
Remove #[cfg(not(test))] gates in core
Thalia Archibald
-1
/
+0
2024-12-22
Auto merge of #130733 - okaneco:is_ascii, r=scottmcm
bors
-12
/
+58
2024-11-27
replace placeholder version
Boxy
-2
/
+2
2024-11-06
Add `is_ascii` function optimized for x86-64 for [u8]
okaneco
-12
/
+58
2024-11-05
Add new unstable feature `const_eq_ignore_ascii_case`
okaneco
-2
/
+22
2024-11-05
add const_eval_select macro to reduce redundancy
Ralf Jung
-77
/
+75
2024-11-03
remove const-support for align_offset
Ralf Jung
-74
/
+79
2024-10-25
Re-do recursive const stability checks
Ralf Jung
-0
/
+2
2024-10-15
update bootstrap configs
Josh Stone
-2
/
+0
2024-10-14
Stabilise 'const_make_ascii'
Gabriel Bjørnager Jensen
-2
/
+4
2024-09-24
Mark and implement 'make_ascii_uppercase' and 'make_ascii_lowercase' in '[u8]...
Gabriel Bjørnager Jensen
-4
/
+14
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+3
2024-06-12
Auto merge of #126273 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum
bors
-6
/
+6
2024-06-12
Revert "Rollup merge of #125362 - joboet:tait_hack, r=Nilstrieb"
Oli Scherer
-2
/
+7
2024-06-11
replace version placeholder
Pietro Albini
-6
/
+6
2024-05-23
core: use `Copy` in TAIT to fix clippy lint
joboet
-1
/
+1
2024-05-21
core: actually use TAIT instead of emulating it
joboet
-7
/
+2
2024-05-10
Stabilize `byte_slice_trim_ascii` for `&[u8]`/`&str`
okaneco
-12
/
+9
2024-01-20
Rollup merge of #113142 - the8472:opt-cstr-display, r=Mark-Simulacrum
Matthias Krüger
-1
/
+40
2023-12-12
Add ASCII whitespace trimming functions to `&str`
okaneco
-0
/
+3
2023-10-03
Bump version placeholders
Mark Rousskov
-1
/
+1
2023-09-01
Const-stabilize `is_ascii`
Scott McMurray
-1
/
+1
2023-06-29
optimize Cstr/EscapeAscii display
The 8472
-1
/
+40
2023-05-06
Tune the `is_ascii` implementation used for short slices
Scott McMurray
-10
/
+19
2023-05-04
Constify `[u8]::is_ascii` (unstably)
Scott McMurray
-12
/
+30
2023-05-03
Add the basic `ascii::Char` type
Scott McMurray
-0
/
+30
2022-07-29
EscapeAscii is not an ExactSizeIterator
Michael Goulet
-2
/
+0
2022-04-15
Make some `usize`-typed masks definition agnostic to the size of `usize`
Eduardo Sánchez Muñoz
-1
/
+1
2022-04-05
trivial cfg(bootstrap) changes
Pietro Albini
-1
/
+0
2022-03-30
Auto merge of #94963 - lcnr:inherent-impls-std, r=oli-obk,m-ou-se
bors
-1
/
+1
2022-03-30
remove now unnecessary lang items
lcnr
-1
/
+1
2022-03-29
cleanup some of the less terrifying library code
Aria Beingessner
-3
/
+3
2022-03-29
Make the stdlib largely conform to strict provenance.
Aria Beingessner
-3
/
+3
2022-03-24
add #[must_use] to functions of slice and its iterators.
Jendrik
-0
/
+1
2022-02-20
Rollup merge of #93686 - dbrgn:trim-on-byte-slices, r=joshtriplett
Matthias Krüger
-0
/
+78
2022-02-17
core: Implement trim functions on byte slices
Danilo Bargen
-0
/
+78
2022-02-12
Stabilise inherent_ascii_escape (FCP in #77174)
ltdk
-9
/
+8
2021-10-12
Add #[must_use] to expensive computations
John Kugelman
-0
/
+2
2021-10-09
Add #[must_use] to string/char transformation methods
John Kugelman
-0
/
+2
2021-05-06
Perf Experiment: Wait, what if I just skip the trait alias
Scott McMurray
-1
/
+1
2021-05-06
Bootstrapping preparation for the library
Scott McMurray
-1
/
+1
2021-04-21
Replace all `fmt.pad` with `debug_struct`
Christiaan Dirkx
-1
/
+1
2021-03-28
Add escape_default method to u8 and [u8]
ltdk
-0
/
+92
2021-03-26
Use iter::zip in library/
Josh Stone
-1
/
+2
2020-09-14
Move ascii to new module
Lzu Tao
-0
/
+156