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
/
std
/
src
/
sys_common
/
wtf8.rs
Age
Commit message (
Expand
)
Author
Lines
2025-05-24
make `OsString::new` and `PathBuf::new` unstably const
cyrgani
-1
/
+1
2025-02-19
Skip scanning for surrogates when not known valid
Thalia Archibald
-1
/
+1
2025-02-19
Add fast path for displaying pre-validated Wtf8Buf
Thalia Archibald
-0
/
+24
2025-02-19
Rollup merge of #137155 - thaliaarchi:wtf8-organize, r=ChrisDenton
Matthias Krüger
-35
/
+35
2025-02-16
Simplify control flow with while-let
Thalia Archibald
-22
/
+14
2025-02-16
Improve WTF-8 comments
Thalia Archibald
-15
/
+23
2025-02-16
add MAX_LEN_UTF8 and MAX_LEN_UTF16 constants
HTGAzureX1212
-3
/
+3
2025-01-07
Avoid naming variables `str`
Josh Triplett
-2
/
+2
2024-11-12
Make `CloneToUninit` dyn-compatible
Zachary S
-3
/
+3
2024-09-25
Use `&raw` in the standard library
Josh Stone
-2
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Sparkle some attributes over `CloneToUninit` stuff
Pavel Grigorenko
-0
/
+1
2024-07-29
impl CloneToUninit for Path and OsStr
Pavel Grigorenko
-0
/
+11
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+1
2024-07-14
std: Unsafe-wrap in Wtf8 impl
Jubilee Young
-4
/
+10
2024-06-25
set self.is_known_utf8 to false in extend_from_slice
ash
-1
/
+1
2024-06-25
`PathBuf::as_mut_vec` removed and verified for UEFI and Windows platforms #12...
ash
-6
/
+6
2024-06-12
Make PathBuf less Ok with adding UTF-16 then `into_string`
Jubilee Young
-0
/
+3
2024-06-04
impl OsString::leak & PathBuf::leak
schvv31n
-0
/
+5
2024-04-26
PathBuf: replace transmuting by accessor functions
Ralf Jung
-0
/
+6
2024-01-21
Move `OsStr::slice_encoded_bytes` validation to platform modules
Jan Verbeek
-4
/
+32
2023-08-14
std: add some missing repr(transparent)
Ralf Jung
-0
/
+2
2023-07-07
Allow limited access to `OsString` bytes
Ed Page
-0
/
+15
2023-06-14
Rollup merge of #98202 - aticu:impl_tryfrom_osstr_for_str, r=Amanieu
Matthias Krüger
-7
/
+2
2023-06-12
Implement `TryFrom<&OsStr>` for `&str`
aticu
-7
/
+2
2023-03-27
Allow access to `OsStr` bytes
Ed Page
-1
/
+7
2023-05-01
Inline AsInner implementations
Konrad Borowski
-0
/
+1
2023-03-03
Match unmatched backticks in library/
est31
-1
/
+1
2023-01-14
Use associated items of `char` instead of freestanding items in `core::char`
Lukas Markeffsky
-3
/
+3
2022-08-24
Auto merge of #96869 - sunfishcode:main, r=joshtriplett
bors
-17
/
+75
2022-08-10
Guarantee `try_reserve` preserves the contents on error
YOSHIOKA Takuma
-1
/
+2
2022-06-23
Don't eagerly scan for `is_known_utf8` in `to_ascii_lowercase`/`uppercase`.
Dan Gohman
-8
/
+2
2022-06-23
Panic safety.
Dan Gohman
-7
/
+7
2022-06-23
Optimize `Wtf8Buf::into_string` for the case where it contains UTF-8.
Dan Gohman
-17
/
+81
2022-05-09
Use Rust 2021 prelude in std itself.
Mara Bos
-1
/
+1
2022-04-25
Make EncodeWide implement FusedIterator
Aron Parker
-1
/
+4
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-1
/
+1
2021-12-29
Address comments
Xuanwo
-4
/
+4
2021-12-28
Implement support in wtf8
Xuanwo
-0
/
+37
2021-11-21
libcore: assume the input of `next_code_point` and `next_code_point_reverse` ...
Eduardo Sánchez Muñoz
-1
/
+2
2021-10-22
docs: Escape brackets to satisfy the linkchecker
Noah Lev
-1
/
+1
2021-08-22
Fix typos “an”→“a” and a few different ones that appeared in the sa...
Frank Steffahn
-1
/
+1
2021-06-19
Account for self.extra in size_hint for EncodeWide
Deadbeef
-1
/
+2
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-404
/
+3
2020-07-27
mv std libs to library/
mark
-0
/
+1285