about summary refs log tree commit diff
path: root/library/std/src/sys/windows
AgeCommit message (Expand)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-16225/+0
2023-12-17Use FileEndOfFileInfo, not FileAllocationInfoChris Denton-6/+8
2023-12-14Auto merge of #118566 - klensy:cstr-new, r=WaffleLapkinbors-7/+7
2023-12-13Auto merge of #116438 - ChrisDenton:truncate, r=thomccbors-6/+27
2023-12-06library: fix comment about const assert in win apiklensy-1/+1
2023-12-03library: use c string literalsklensy-7/+7
2023-11-24Rollup merge of #118060 - ChrisDenton:abs-device-path, r=thomccMatthias Krüger-1/+1
2023-11-24Rollup merge of #117656 - ChrisDenton:invalid, r=thomccMatthias Krüger-7/+8
2023-11-22x fmt library/stdChris Denton-3/+2
2023-11-22redundant_slicingChris Denton-1/+1
2023-11-22cmp_nullChris Denton-2/+2
2023-11-22manual_range_containsChris Denton-2/+2
2023-11-22op_refChris Denton-1/+1
2023-11-22manual_mapChris Denton-5/+3
2023-11-22unnecessary_lazy_evaluationsChris Denton-1/+1
2023-11-22redundant_closureChris Denton-4/+4
2023-11-22duration_subsecChris Denton-1/+1
2023-11-22unnecessary_castChris Denton-9/+9
2023-11-22needless_borrowChris Denton-8/+8
2023-11-22needless_borrows_for_generic_argsChris Denton-2/+2
2023-11-22manual_slice_size_calculationChris Denton-1/+1
2023-11-22unnecessary_mut_passedChris Denton-2/+2
2023-11-22needless_returnChris Denton-1/+1
2023-11-22allow clippy style in windows/c.rsChris Denton-0/+1
2023-11-19Use an absolute path to the NUL deviceChris Denton-1/+1
2023-11-17Update windows-bindgenChris Denton-5/+5
2023-11-17Define `INVALID_HANDLE_VALUE` ourselvesChris Denton-2/+3
2023-11-15Re-format code with new rustfmtMark Rousskov-1/+3
2023-10-28Rollup merge of #116816 - ChrisDenton:api.rs, r=workingjubileeJubilee-53/+212
2023-10-24Auto merge of #116461 - ChrisDenton:sleep, r=thomccbors-1/+88
2023-10-23Auto merge of #116606 - ChrisDenton:empty, r=dtolnaybors-0/+8
2023-10-19Auto merge of #116132 - darthunix:connect_poll, r=cuviperbors-5/+7
2023-10-19Auto merge of #116402 - joboet:global_alloc_tls_unsoundness, r=thomcc,working...bors-4/+15
2023-10-16Create `windows/api.rs` for safer FFIChris Denton-53/+212
2023-10-15Make File::create work on Windows hidden filesChris Denton-6/+38
2023-10-13Make TCP connect() handle EINTR correctlyDenis Smirnov-5/+7
2023-10-13Test that unix sockets exist on WindowsChris Denton-0/+14
2023-10-13Make try_exists return Ok(true) for Windows UDSChris Denton-0/+7
2023-10-10On Windows make readdir error on the empty pathChris Denton-0/+8
2023-10-09std: explain unconventional choice of let-else binding over while-let loopjoboet-0/+3
2023-10-07std: fix registering of Windows TLS destructorsjoboet-1/+4
2023-10-06Windows: Support sub-millisecond sleepChris Denton-1/+88
2023-10-06Remove libcChris Denton-13/+18
2023-10-04std: abort instead of panicking if the global allocator uses TLSjoboet-1/+5
2023-10-03std: panic when the global allocator tries to register a TLS destructorjoboet-4/+5
2023-09-28Auto merge of #114882 - ChrisDenton:riddle-me, r=dtolnaybors-121/+112
2023-09-28Auto merge of #98704 - vthib:impl-from-raw-for-childstd-structs, r=dtolnaybors-1/+7
2023-09-09Auto merge of #114590 - ijackson:stdio-stdio-2, r=dtolnaybors-10/+25
2023-09-03Command::spawn: Fix STARTUPINFOW.cb being initialized with the address of siz...Fulgen301-1/+1
2023-09-01fix(std): Rename os_str_bytes to encoded_bytesEd Page-22/+22