index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
sys
/
windows
Age
Commit message (
Expand
)
Author
Lines
2021-04-18
Add and insta-stabilize `std::io::ErrorKind::NotSupported`
Christiaan Dirkx
-2
/
+2
2021-04-14
Move `std::sys_common::alloc` to `std::sys::common`
Christiaan Dirkx
-1
/
+1
2021-04-02
Remove `debug_assert`
Christiaan Dirkx
-4
/
+1
2021-04-02
Introduce `get_process_heap` and fix atomic ordering.
Christiaan Dirkx
-13
/
+22
2021-03-26
Cache `GetProcessHeap`
Christiaan Dirkx
-16
/
+54
2021-03-26
Apply suggestions from code review
CDirkx
-2
/
+4
2021-03-26
Rework `std::sys::windows::alloc`
Christiaan Dirkx
-32
/
+173
2021-03-24
comment pos
Count Count
-1
/
+1
2021-03-24
assert!() instead of panic!() for expected invariant
Count Count
-32
/
+30
2021-03-24
rename fn write_valid_utf8() to write_valid_utf8_to_console()
Count Count
-4
/
+4
2021-03-24
correct comment
Count Count
-1
/
+1
2021-03-24
use io::Error::new_const() everywhere
Count Count
-6
/
+6
2021-03-24
fix
Count Count
-1
/
+1
2021-03-24
Reject byte if it cannot start a valid UTF-8 sequence.
Count Count
-1
/
+2
2021-03-24
fix c&p error
Count Count
-1
/
+1
2021-03-24
Export utf8_char_width() publicly in core::std behind the "str_internals" fea...
Count Count
-12
/
+1
2021-03-24
fix fmt
Count Count
-2
/
+2
2021-03-24
fix incomplete UTF-8 writes in Windows console stdio
Count Count
-14
/
+102
2021-03-21
Use io::Error::new_const everywhere to avoid allocations.
Mara Bos
-18
/
+18
2021-02-24
library: Normalize safety-for-unsafe-block comments
Miguel Ojeda
-2
/
+4
2021-02-17
Expose force_quotes on Windows.
Yonggang Luo
-10
/
+49
2021-02-15
Rollup merge of #82119 - m-ou-se:typo, r=dtolnay
Jonas Schievink
-1
/
+1
2021-02-14
Fix typo in link to CreateSymbolicLinkW documentation.
Mara Bos
-1
/
+1
2021-02-10
Seal the CommandExt, OsStrExt and OsStringExt traits
Amanieu d'Antras
-15
/
+15
2021-02-08
Remove outdated comment.
Mara Bos
-2
/
+0
2021-01-31
Fix calling convention for CRT startup
Arlie Davis
-12
/
+10
2021-01-29
Resolve DLL imports at CRT startup, not on demand
Arlie Davis
-71
/
+95
2021-01-22
Remove delay-binding for Win XP and Vista
Arlie Davis
-145
/
+81
2021-01-13
Fix typo saeled -> sealed
David Tolnay
-1
/
+1
2021-01-13
ExitStatusExt windows: Retrospectively seal this trait
Ian Jackson
-1
/
+15
2020-12-22
Update library/std/src/sys/windows/thread_parker.rs
Linus Färnstrand
-1
/
+1
2020-12-22
Fix compare_and_swap in Windows thread_parker
Linus Färnstrand
-1
/
+1
2020-12-22
Migrate standard library away from compare_and_swap
Linus Färnstrand
-3
/
+3
2020-12-16
Auto merge of #78833 - CDirkx:parse_prefix, r=dtolnay
bors
-78
/
+135
2020-12-14
Auto merge of #77618 - fusion-engineering-forks:windows-parker, r=Amanieu
bors
-0
/
+299
2020-12-10
Windows TLS: ManuallyDrop instead of mem::forget
Ralf Jung
-7
/
+4
2020-11-28
Remove now-unnecessary `miri_static_root` invocation
oli
-13
/
+0
2020-11-20
Auto merge of #79205 - rust-lang:jdm-patch-1, r=m-ou-se
bors
-0
/
+1
2020-11-19
Auto merge of #79060 - dtolnay:symlinkarg, r=Mark-Simulacrum
bors
-23
/
+28
2020-11-19
Extend meta parameters to all generated code in compat_fn.
Josh Matthews
-0
/
+1
2020-11-15
Make the libstd build script smaller
bjorn3
-0
/
+14
2020-11-14
Disambiguate symlink argument names
David Tolnay
-23
/
+28
2020-11-07
Refactor `parse_prefix` on Windows
Christiaan Dirkx
-78
/
+135
2020-10-11
Auto merge of #77727 - thomcc:mach-info-order, r=Amanieu
bors
-19
/
+17
2020-10-09
Remove some dead code in windows-gnu std
Mateusz Mikuła
-64
/
+0
2020-10-08
Implement the same optimization in windows/time
Thom Chiovoloni
-19
/
+17
2020-10-06
Formatting.
Mara Bos
-1
/
+2
2020-10-06
Add comment documenting NtWaitForKeyedEvent's timeout interpretation.
Mara Bos
-2
/
+4
2020-10-06
Add documentation to Windows thread parker implementation.
Mara Bos
-1
/
+60
2020-10-06
Fix typos in comments.
Mara Bos
-2
/
+2
[prev]
[next]