rust/library/std/src/sys/windows
Yonggang Luo fa23ddf6e6 Expose force_quotes on Windows.
Quotes the arg and not quotes the arg have different effect on Windows when the program called
are msys2/cygwin program.
Refer to https://github.com/msys2/MSYS2-packages/issues/2176

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
2021-02-17 17:54:04 +00:00
..
args std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
ext Expose force_quotes on Windows. 2021-02-17 17:54:04 +00:00
os std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
path Refactor parse_prefix on Windows 2020-11-07 16:15:48 +01:00
process Expose force_quotes on Windows. 2021-02-17 17:54:04 +00:00
alloc.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
args.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
c.rs Fix typo in link to CreateSymbolicLinkW documentation. 2021-02-14 23:16:45 +01:00
cmath.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
compat.rs Fix calling convention for CRT startup 2021-01-31 08:49:23 -08:00
condvar.rs No longer put windows condvars in a box. 2020-10-02 09:47:08 +02:00
env.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
fs.rs Disambiguate symlink argument names 2020-11-14 14:46:14 -08:00
handle.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
io.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
memchr.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
mod.rs Auto merge of #77618 - fusion-engineering-forks:windows-parker, r=Amanieu 2020-12-14 16:41:14 +00:00
mutex.rs Remove outdated comment. 2021-02-08 22:27:34 +01:00
net.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
os.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
os_str.rs Capitalize safety comments 2020-09-08 22:26:44 -04:00
path.rs Refactor parse_prefix on Windows 2020-11-07 16:15:48 +01:00
pipe.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
process.rs Expose force_quotes on Windows. 2021-02-17 17:54:04 +00:00
rand.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
rwlock.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
stack_overflow.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
stack_overflow_uwp.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
stdio.rs Make raw standard stream constructors const 2020-08-21 13:17:20 +02:00
stdio_uwp.rs Make raw standard stream constructors const 2020-08-21 13:17:20 +02:00
thread.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
thread_local_dtor.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
thread_local_key.rs Windows TLS: ManuallyDrop instead of mem::forget 2020-12-10 11:07:39 +01:00
thread_parker.rs Resolve DLL imports at CRT startup, not on demand 2021-01-29 10:41:49 -08:00
time.rs Implement the same optimization in windows/time 2020-10-08 17:04:32 -07:00