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
/
os_str
Age
Commit message (
Expand
)
Author
Lines
2025-06-04
Rollup merge of #141467 - cyrgani:const-empty-stringlikes, r=Amanieu
Matthias Krüger
-2
/
+2
2025-05-24
make `OsString::new` and `PathBuf::new` unstably const
cyrgani
-2
/
+2
2025-05-15
Fix confusing WTF surrogate safety docs
teor
-3
/
+3
2025-04-30
Make internal `OsString::truncate` and `extend_from_slice` unsafe
Thalia Archibald
-18
/
+37
2025-02-28
Specialize OsString::push for strings
Thalia Archibald
-0
/
+10
2025-02-19
Add fast path for displaying pre-validated Wtf8Buf
Thalia Archibald
-2
/
+2
2025-02-16
Synchronize platform adaptors for OsString/OsStr
Thalia Archibald
-74
/
+119
2024-11-12
Make `CloneToUninit` dyn-compatible
Zachary S
-6
/
+6
2024-09-25
Use `&raw` in the standard library
Josh Stone
-4
/
+2
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
/
+2
2024-07-29
impl CloneToUninit for Path and OsStr
Pavel Grigorenko
-0
/
+24
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+2
2024-07-17
forbid(unsafe_op_in_unsafe_fn) in sys/os_str
Chris Denton
-2
/
+2
2024-07-15
Deny more windows unsafe_op_in_unsafe_fn
Chris Denton
-2
/
+3
2024-06-25
`PathBuf::as_mut_vec` removed and verified for UEFI and Windows platforms #12...
ash
-8
/
+23
2024-06-25
inner truncate methods for UEFI platforms
ash
-0
/
+5
2024-06-20
Convert some module-level `//` and `///` comments to `//!`.
Nicholas Nethercote
-2
/
+3
2024-06-04
impl OsString::leak & PathBuf::leak
schvv31n
-0
/
+10
2024-04-26
Rollup merge of #124410 - RalfJung:path-buf-transmute, r=Nilstrieb
Jacob Pratt
-0
/
+12
2024-04-26
PathBuf: replace transmuting by accessor functions
Ralf Jung
-0
/
+12
2024-04-24
Stabilize Utf8Chunks
David Tolnay
-4
/
+2
2024-01-21
Move `OsStr::slice_encoded_bytes` validation to platform modules
Jan Verbeek
-1
/
+49
2024-01-15
std: move OS String implementation into `sys`
joboet
-0
/
+561