index
:
delta/rust.git
92745/rustdoc-semantic-ids
Aaronepower-patch-1
Camelid-RustThanks
E0002-precision
GuillaumeGomez-patch-1
Havvy-patch-1
LeSeulArtichaut-patch-1
SimonSapin-patch-1
XAMPPRocky-patch-1
XAMPPRocky-patch-1-1
XAMPPRocky-patch-2
accept-felixes-typo
acrichto-tmp
adt-docs-fix
alex-tmp
aphs-no-unsynchronised-llvm-err-global
appveyor
auto
beta
beta-fix-69341
beta-next
borrowck-niche-discriminants
borrowck-snippet
c9788fdd5b8
clarify-tidy-since
clean-two-dots
cleanup-e0554
clone-shim-split
compiler-autolabel
const-generics-coerce-unsized
const_tls_local_panic_count
cranelift-rebase
debug-48866
debug-for-422
debug-intravisit-fnkind
duplicate-word
fix-1.38-type_name
fix-63313
fix-async-date
fix-cancel
fix-dev-no-comment
fix-loop-break-mir-generation
fix-publish-toolstate-syntax-error
followup-from-92533
frewsxcv-issue-44929
frewsxcv-issue-45636
frewsxcv-patch-1
frewsxcv-patch-2
frewsxcv-patch-3
frewsxcv-rename-slice-swap-param
frewsxcv/unstable-book
generators-clone-doc
gh35653
gitignore-readd-tmp
hex-value-process-exit
homu-tmp
increase-nested-groups-test-coverage
into_raw_non_null
ishitatsuyuki-patch-1
issue-85533
jdm-patch-1
jonas-schievink-patch-1
jonas-schievink-patch-2
kennytm/steal-the-cron-job
lcnr-doc-patch
lcnr-patch-1
libs-tracking-issue
llvm-5
llvm-6-test
llvm-6-try
llvm-icebreakers-ping
llvm-icebreakers-ping-1
master
maybe-bound-eror
maybe-uninit-gates
min/add-track-caller
min_const_generics-version
more-osx-cores
multisuggest_disambiguation
must-use-join
mutable-overloaded-operators
nellshamrell/fix-80658
nightly-dev
nitpick-slp
nll-alias-analysis
nox/i-need-a-niche-but-i-have-no-dog
nrc-patch-1
oli-obk-patch-1
opt-fuse
ostrich
pass-check-runfail
perf-odds-and-ends
permit-asyncawait-ondeck-by-anyone
petrochenkov-patch-1
petrochenkov-patch-2
pietroalbini-patch-1
place2_2
pr-75593
promote-tmp
release-notes-tweak
relnotes-1.50.0
relnotes-1.51.0
relnotes-1.52.0
remove-most-azure
remove-unwanted-z-index
revert-105395-sunfishcode/update-wasi
revert-74416-linker-locale-utf8
revert-76110-convert-openoptions-cint
revert-77467-query-docs
revert-77961-embed-bitcode
revert-80244-spans
revert-82057-cstr
revert-82313-update-normalize-css
revert-88147-issue-88097
revert-88548-intersperse
revert-98576-region-stuff-cool-beans
rust-1.17-relnotes
rust-1.19.0-relnotes
rust-analyzer-2020-09-09
rust-analyzer-2020-09-14
rust-analyzer-2021-11-22
rustc-spring-cleaning
rustdoc-autolabel
rustix
sfackler-patch-1
sgrif-patch-1
shallow-borrow-fixes
single_derive
slice
snap-stage3
some-new-labels
sort_by_cached_key
spastorino-patch-1
stable
stable-1.31.1
stable-next
steveklabnik-must-use
steveklabnik-patch-1
temp-dev-stable
tmandry-patch-1
tmp
tmp-nightly
to-be-dev-nightly
travis-shell
triagebot-ping-alias
try
try-build-llvm
turbo-expander
upgrade-to-9.4-xcode
upper-tuple
vec-leak
wesleywiser-patch-1
whitelist-thumb
x-link-mem-swaps
xcode9.4
yeet-unused-substs
github.com: rust-lang/rust.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
fs
/
tests.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correctly convert an NT path to a Win32 path
Chris Denton
2023-05-03
1
-1
/
+5
*
Implement read_buf for a few more types
Tomasz Miąsko
2023-03-06
1
-1
/
+19
*
Move `rename_directory` from ui-fulldeps to std
Chris Denton
2023-02-21
1
-0
/
+16
*
Replace libc::{type} with crate::ffi::{type}
Ayush Singh
2023-01-28
1
-2
/
+2
*
Update rand in the stdlib tests, and remove the getrandom feature from it
Thom Chiovoloni
2023-01-04
1
-3
/
+3
*
fs/tests: Fail fast on duplicate errors rather than looping indefinitely
Tavian Barnes
2022-12-14
1
-2
/
+2
*
fs/tests: Explicitly kill the zombie rather than sleeping until it dies
Tavian Barnes
2022-12-14
1
-7
/
+9
*
fs: Fix #50619 (again) and add a regression test
Tavian Barnes
2022-12-12
1
-0
/
+26
*
Add test for regression for FileType equality
Arthur Carcano
2022-11-30
1
-0
/
+16
*
Ignore `hiberfil_sys` test in CI
Chris Denton
2022-07-18
1
-1
/
+4
*
Test if `[try_]exists` can find `hiberfil.sys`
Chris Denton
2022-07-05
1
-2
/
+4
*
Add comment and simplify `hiberfil_sys` test
Chris Denton
2022-07-05
1
-5
/
+6
*
Windows: Use `FindFirstFileW` if `metadata` fails
Chris Denton
2022-07-05
1
-0
/
+11
*
Use gender neutral terms
James 'zofrex' Sanderson
2022-04-07
1
-3
/
+3
*
Add a testcase.
Dan Gohman
2022-03-20
1
-0
/
+6
*
Rollup merge of #93283 - m1guelperez:master, r=Mark-Simulacrum
Dylan DPC
2022-03-11
1
-1
/
+9
|
\
|
*
Fix for issue #93283
Miguel Perez
2022-03-08
1
-1
/
+9
*
|
Use implicit capture syntax in format_args
T-O-R-U-S
2022-03-10
1
-5
/
+5
*
|
fs: Add a regression test for #93384
Tavian Barnes
2022-01-29
1
-0
/
+16
|
/
*
Fix CVE-2022-21658 for UNIX-like
Hans Kratz
2022-01-19
1
-0
/
+70
*
Update stdlib to the 2021 edition
Lucas Kent
2021-12-18
1
-5
/
+4
*
Fix a bunch of typos
Frank Steffahn
2021-12-14
1
-1
/
+1
*
Rollup merge of #90942 - JohnTitor:should-os-error-3, r=m-ou-se
Yuki Okushi
2021-11-19
1
-0
/
+4
|
\
|
*
windows: Return the "Not Found" error when a path is empty
Yuki Okushi
2021-11-17
1
-0
/
+4
*
|
compare between Path instead of str
tamaron
2021-11-11
1
-12
/
+3
|
/
*
Make sure `CreateDirectoryW` works for path lengths > 247
Chris Denton
2021-10-23
1
-0
/
+29
*
Fix may not to appropriate might not or must not
Ali Malik
2021-07-29
1
-1
/
+1
*
Make tests pass on old macos
Aris Merchant
2021-07-10
1
-0
/
+18
*
Rename ErrorKind::Unknown to Uncategorized.
Mara Bos
2021-06-15
1
-1
/
+2
*
Redefine `ErrorKind::Other` and stop using it in std.
Mara Bos
2021-06-15
1
-1
/
+1
*
Fix test `metadata_access_times` to also check for `Unsupported`
Christiaan Dirkx
2021-04-18
1
-1
/
+3
*
std: Fix test `got_symlink_permission` on Windows
Vadim Petrochenkov
2020-11-16
1
-0
/
+3
*
Rollup merge of #78026 - sunfishcode:symlink-hard-link, r=dtolnay
Dylan DPC
2020-11-09
1
-0
/
+51
|
\
|
*
Define `fs::hard_link` to not follow symlinks.
Dan Gohman
2020-10-16
1
-0
/
+51
*
|
Join map operators
wcampbell
2020-10-13
1
-2
/
+1
|
/
*
std: move "mod tests/benches" to separate files
Lzu Tao
2020-08-31
1
-0
/
+1339