rust/library/std/src
Matthias Krüger 03912f40ef
Rollup merge of #141013 - federico-terzi:feat/command_startupinfo_windows, r=joboet
Implement methods to set STARTUPINFO flags for Command API on Windows

Implements https://github.com/rust-lang/rust/issues/141010
2025-05-16 07:19:42 +02:00
..
backtrace
collections update version placeholders 2025-05-12 15:33:30 +02:00
ffi update version placeholders 2025-05-12 15:33:30 +02:00
fs [win][arm64] Disable FS tests that require symlinks 2025-05-07 11:12:11 -07:00
hash
io update cfg(bootstrap) 2025-05-12 15:33:37 +02:00
net ToSocketAddrs: fix typo 2025-04-04 14:47:04 +02:00
os Rollup merge of #141013 - federico-terzi:feat/command_startupinfo_windows, r=joboet 2025-05-16 07:19:42 +02:00
prelude update cfg(bootstrap) 2025-05-12 15:33:37 +02:00
process
sync Rollup merge of #140783 - veluca93:oncelock-docs, r=jhpratt 2025-05-10 16:26:03 +02:00
sys Rollup merge of #141013 - federico-terzi:feat/command_startupinfo_windows, r=joboet 2025-05-16 07:19:42 +02:00
sys_common std: get rid of sys_common::process 2025-04-28 11:13:50 +02:00
thread update cfg(bootstrap) 2025-05-12 15:33:37 +02:00
alloc.rs use generic Atomic type where possible 2025-04-27 02:18:08 +03:00
ascii.rs
backtrace.rs use generic Atomic type where possible 2025-04-27 02:18:08 +03:00
bstr.rs
env.rs Delegate to inner vec::IntoIter from env::ArgsOs 2025-05-01 15:18:15 -07:00
error.rs
f16.rs update cfg(bootstrap) 2025-05-12 15:33:37 +02:00
f32.rs std: make cmath functions safe 2025-03-29 13:08:18 +01:00
f64.rs std: make cmath functions safe 2025-03-29 13:08:18 +01:00
f128.rs update cfg(bootstrap) 2025-05-12 15:33:37 +02:00
fs.rs Rollup merge of #140595 - lolbinarycat:std-set_permissions-typo, r=cuviper 2025-05-03 12:44:36 +02:00
keyword_docs.rs Rollup merge of #140197 - ktnlvr:master, r=workingjubilee 2025-05-02 22:17:01 +10:00
lib.miri.rs
lib.rs update cfg(bootstrap) 2025-05-12 15:33:37 +02:00
macros.rs fix doc path in std::fmt macro 2025-02-25 09:08:22 +05:30
num.rs
panic.rs use generic Atomic type where possible 2025-04-27 02:18:08 +03:00
panicking.rs use generic Atomic type where possible 2025-04-27 02:18:08 +03:00
pat.rs
path.rs Rollup merge of #140159 - thaliaarchi:pathbuf-extension, r=workingjubilee 2025-05-02 22:17:00 +10:00
process.rs std: get rid of sys_common::process 2025-04-28 11:13:50 +02:00
random.rs Unify cygwin & horizon random impl 2025-03-10 21:23:32 +08:00
rt.rs rtprintpanic: clarify that the error is aborting the process 2025-04-18 15:02:22 +02:00
test_helpers.rs
time.rs Be more specific about the error in the SystemTime example 2025-04-17 11:57:28 -05:00