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
/
str
/
validations.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-05
use `is_multiple_of` instead of manual modulo
Folkert de Vries
-1
/
+1
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-2
/
+1
2024-11-05
add const_eval_select macro to reduce redundancy
Ralf Jung
-10
/
+7
2024-11-03
remove const-support for align_offset
Ralf Jung
-6
/
+20
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-02-12
Fix comment in core/src/str/validations.rs
PizzasBear
-1
/
+1
2022-08-21
Replace most uses of `pointer::offset` with `add` and `sub`
Maybe Waffle
-2
/
+2
2022-04-15
Make some `usize`-typed masks definition agnostic to the size of `usize`
Eduardo Sánchez Muñoz
-2
/
+1
2022-02-07
Add {floor,ceil}_char_boundary methods to str
ltdk
-13
/
+0
2021-11-25
Saner formatting for UTF8_CHAR_WIDTH table
David Tolnay
-16
/
+17
2021-11-21
libcore: assume the input of `next_code_point` and `next_code_point_reverse` ...
Eduardo Sánchez Muñoz
-16
/
+28
2021-11-18
Make slice->str conversion and related functions const
Maybe Waffle
-9
/
+10
2021-10-31
Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett
Matthias Krüger
-0
/
+1
2021-10-30
Add #[must_use] to remaining core functions
John Kugelman
-0
/
+1
2021-10-27
replace `|` with `||` in string validation
Pietro Albini
-1
/
+1
2021-09-11
manually inline function
The8472
-4
/
+4
2021-09-11
optimization continuation byte validation of strings containing multibyte chars
The8472
-6
/
+4
2021-09-11
optimize utf8_is_cont_byte() to speed up str.chars().count()
The8472
-1
/
+1
2020-11-18
Remove semicolon from internal `err` macro
Aaron Hill
-1
/
+1
2020-09-26
Move utf-8 validating helpers to new mod
Lzu Tao
-0
/
+275