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
/
path
Age
Commit message (
Expand
)
Author
Lines
2025-01-11
Add inherent versions of MaybeUninit methods for slices
ltdk
-3
/
+1
2024-11-12
Make `CloneToUninit` dyn-compatible
Zachary S
-2
/
+2
2024-09-29
Fix std tests for wasm32-wasip2 target
Nicola Krumschmidt
-5
/
+11
2024-07-29
impl CloneToUninit for Path and OsStr
Pavel Grigorenko
-0
/
+19
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+2
2024-07-07
Rollup merge of #127297 - the8472:path-new-hash, r=Nilstrieb
Matthias Krüger
-0
/
+35
2024-07-05
add unit tests for extra extension feature
tison
-0
/
+74
2024-07-03
Add more test cases for path comparisons
Zanie Blue
-0
/
+28
2024-07-03
Add test case demonstrating equality of paths "foo/bar" and "foobar"
Zanie Blue
-0
/
+7
2024-06-06
fixed memory leaks in PathBuf::leak & OsString::leak tests
schvv31n
-1
/
+4
2024-06-04
impl OsString::leak & PathBuf::leak
schvv31n
-0
/
+7
2024-05-13
Panic if `PathBuf::set_extension` would add a path separator
Tobias Bucher
-0
/
+23
2023-12-10
remove redundant imports
surechen
-3
/
+1
2023-11-02
Move RandomState and DefaultHasher into std::hash, but don't export for now
ltdk
-4
/
+2
2023-07-14
std: add tests for `Path::with_extension`
João M. Bezerra
-5
/
+45
2022-08-18
make many std tests work in Miri
Ralf Jung
-0
/
+5
2022-05-16
Allow `unused_macro_rules` in path tests
Raoul Strackx
-0
/
+1
2022-04-17
Improve Windows path prefix parsing
dylni
-6
/
+6
2022-03-19
Rollup merge of #94650 - ChrisDenton:windows-absolute-fix, r=dtolnay
Dylan DPC
-7
/
+7
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-11
/
+11
2022-03-05
Use as_os_str to compare exact paths
Chris Denton
-3
/
+6
2022-03-05
Relax tests for Windows dos device names
Chris Denton
-4
/
+1
2022-03-05
Use `as_os_str` to compare exact paths
Chris Denton
-7
/
+10
2022-03-05
Unix `path::absolute`: Fix leading "." component
Chris Denton
-0
/
+5
2022-02-13
Auto merge of #91673 - ChrisDenton:path-absolute, r=Mark-Simulacrum
bors
-0
/
+58
2022-02-08
`std::path::absolute`
Chris Denton
-0
/
+58
2022-02-06
Fix hashing for windows paths containing a CurDir component
The 8472
-0
/
+35
2021-11-09
add benchmarks and tests for Hash and Eq impls on Path
The8472
-2
/
+78
2021-10-14
Ensure that pushing empty path works as before
Sean Young
-0
/
+1
2021-10-01
path.push() should work as expected on windows verbatim paths
Sean Young
-0
/
+9
2021-08-22
Auto merge of #85166 - mbhall88:file-prefix, r=dtolnay
bors
-87
/
+310
2021-08-17
remove unnecessary empty check
Michael Hall
-0
/
+4
2021-07-06
add Ord tests for Path comparisons
The8472
-0
/
+17
2021-07-06
optimize {Path,PathBuf,Components}::{cmp,partial_cmp} for shared prefixes
The8472
-0
/
+51
2021-06-15
add explicit hidden file name tests
Michael Hall
-0
/
+26
2021-05-11
add missing windows tests
Michael Hall
-53
/
+140
2021-05-11
add file_prefix method
Michael Hall
-34
/
+140
2020-11-07
Refactor `parse_prefix` on Windows
Christiaan Dirkx
-4
/
+4
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-0
/
+1394