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
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-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