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