| .. |
|
alloc
|
Rework std::sys::windows::alloc
|
2021-03-26 12:38:26 +01:00 |
|
args
|
std: move "mod tests/benches" to separate files
|
2020-08-31 02:56:59 +00:00 |
|
c
|
Windows error codes: Add two missing ones
|
2021-06-18 18:51:53 +01: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
|
Windows Command environment variables are case-preserving
|
2021-05-19 23:34:15 +01:00 |
|
alloc.rs
|
Move std::sys_common::alloc to std::sys::common
|
2021-04-14 13:24:10 +02:00 |
|
args.rs
|
Auto merge of #84115 - CDirkx:rt, r=m-ou-se
|
2021-04-25 04:45:39 +00:00 |
|
c.rs
|
Auto merge of #85270 - ChrisDenton:win-env-case, r=m-ou-se
|
2021-07-04 01:24:05 +00: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
|
Rename ErrorKind::Unknown to Uncategorized.
|
2021-06-15 14:30:13 +02: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
|
ErrorKind: Windows: Fix tidy
|
2021-06-18 19:30:55 +01:00 |
|
mutex.rs
|
Remove outdated comment.
|
2021-02-08 22:27:34 +01:00 |
|
net.rs
|
Refactor windows sockets impl methods
|
2021-05-28 20:32:42 +01:00 |
|
os.rs
|
Make getenv return an Option instead of a Result
|
2021-07-05 22:19:23 -07:00 |
|
os_str.rs
|
Capitalize safety comments
|
2020-09-08 22:26:44 -04:00 |
|
path.rs
|
library: Normalize safety-for-unsafe-block comments
|
2021-02-24 06:13:42 +01:00 |
|
pipe.rs
|
mv std libs to library/
|
2020-07-27 19:51:13 -05:00 |
|
process.rs
|
Auto merge of #85270 - ChrisDenton:win-env-case, r=m-ou-se
|
2021-07-04 01:24:05 +00:00 |
|
rand.rs
|
mv std libs to library/
|
2020-07-27 19:51:13 -05:00 |
|
rwlock.rs
|
Multiple improvements to RwLocks
|
2021-06-01 09:07:55 +02:00 |
|
stack_overflow.rs
|
Rename rterr to rtprintpanic
|
2021-05-19 15:52:09 +02:00 |
|
stack_overflow_uwp.rs
|
Move all cleanup to sys::cleanup
|
2021-04-22 10:44:44 +02:00 |
|
stdio.rs
|
Use io::Error::new_const everywhere to avoid allocations.
|
2021-03-21 20:22:38 +01:00 |
|
stdio_uwp.rs
|
Make raw standard stream constructors const
|
2020-08-21 13:17:20 +02:00 |
|
thread.rs
|
Move available_concurrency implementation to sys
|
2021-06-21 11:01:46 +02:00 |
|
thread_local_dtor.rs
|
mv std libs to library/
|
2020-07-27 19:51:13 -05:00 |
|
thread_local_key.rs
|
Use HTTPS links where possible
|
2021-06-23 16:26:46 -04: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 |