| Age | Commit message (Expand) | Author | Lines |
| 2020-07-06 | Rollup merge of #74074 - sunfishcode:windows-openoptionsext-return-type, r=Lu... | Manish Goregaokar | -1/+1 |
| 2020-07-05 | Fix the return type of Windows' `OpenOptionsExt::security_qos_flags`. | Dan Gohman | -1/+1 |
| 2020-06-26 | Map ERROR_INVALID_PARAMETER to InvalidInput | Tyler Ruckinger | -0/+1 |
| 2020-06-23 | Rollup merge of #71756 - carstenandrich:master, r=dtolnay | Dylan DPC | -3/+33 |
| 2020-06-13 | add link list of error codes on docs.microsoft.com | Carsten Andrich | -0/+2 |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -12/+12 |
| 2020-06-03 | Bump to 1.46 | Mark Rousskov | -4/+1 |
| 2020-05-17 | abort_internal is safe | Ralf Jung | -3/+6 |
| 2020-05-02 | Replace `cfg` macro with attribute. | Markus Reiter | -1/+0 |
| 2020-05-02 | fix formatting issues that fail tidy test | Carsten Andrich | -16/+16 |
| 2020-05-02 | use or pattern to match error codes that map to ErrorKind::TimedOut | Carsten Andrich | -15/+15 |
| 2020-05-01 | add Windows system error codes that map to io::ErrorKind::TimedOut | Carsten Andrich | -2/+30 |
| 2020-04-26 | Update name | Steven Fackler | -12/+12 |
| 2020-04-26 | Add Read/Write::can_read/write_vectored | Steven Fackler | -0/+40 |
| 2020-04-14 | Add missing comma | Youngsuk Kim | -1/+1 |
| 2020-04-09 | Rollup merge of #67705 - lzutao:wmemchr, r=wesleywiser | Mazdak Farrokhzad | -2/+46 |
| 2020-04-06 | Forward OsStr::clone_into to the inner Vec | Josh Stone | -0/+4 |
| 2020-04-03 | Rollup merge of #70597 - vakaras:thread_new_double_free_bug_fix, r=Amanieu | Mazdak Farrokhzad | -6/+11 |
| 2020-04-02 | Use unrolled loop | lzutao | -9/+43 |
| 2020-04-02 | use of wmemchr for faster searching in [u16] | Lzu Tao | -2/+12 |
| 2020-04-01 | In Thread::new, add a comment that a panic could cause a memory leak. | Vytautas Astrauskas | -1/+1 |
| 2020-03-31 | Use Box::into_raw instead of ManuallyDrop in Thread::new. | Vytautas Astrauskas | -5/+4 |
| 2020-04-01 | Rollup merge of #70081 - lcnr:issue68387, r=varkor | Dylan DPC | -3/+2 |
| 2020-03-31 | Inline start_thread into its callers. | Vytautas Astrauskas | -2/+6 |
| 2020-03-31 | Fix double-free and undefined behaviour in libstd::syn::unix::Thread::new. | Vytautas Astrauskas | -3/+5 |
| 2020-03-31 | fix internal lint fallout | Bastian Kauschke | -3/+2 |
| 2020-03-30 | Rollup merge of #70479 - RalfJung:win-env, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-03-29 | Rollup merge of #70510 - RalfJung:bool-vs-boolean, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-03-29 | Rollup merge of #69937 - TyPR124:osstr_ascii, r=dtolnay | Dylan DPC | -5/+34 |
| 2020-03-28 | use make_ascii_uppercase in windows/process.rs | TyPR124 | -5/+4 |
| 2020-03-28 | ascii methods on osstr | TyPR124 | -0/+30 |
| 2020-03-28 | fix TryEnterCriticalSection return type | Ralf Jung | -1/+1 |
| 2020-03-27 | avoid creating unnecessary reference in Windows Env iterator | Ralf Jung | -1/+1 |
| 2020-03-27 | Auto merge of #68404 - Amanieu:llvm-asm, r=estebank | bors | -1/+1 |
| 2020-03-27 | Rollup merge of #70048 - TyPR124:mutable_osstr, r=dtolnay | Dylan DPC | -0/+12 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -1/+1 |
| 2020-03-21 | Rollup merge of #69955 - alexcrichton:stderr-infallible, r=sfackler | Dylan DPC | -3/+3 |
| 2020-03-20 | Fix abort-on-eprintln during process shutdown | Alex Crichton | -3/+3 |
| 2020-03-20 | add comment about maintaining OsStr encoding | TyPR124 | -0/+2 |
| 2020-03-16 | make safety comments more explicit | TyPR124 | -4/+4 |
| 2020-03-16 | corrections on safety comments | TyPR124 | -3/+3 |
| 2020-03-16 | remove #[inline] for consistency in windows/os_str | TyPR124 | -1/+0 |
| 2020-03-16 | add comments about safety | TyPR124 | -0/+6 |
| 2020-03-16 | allowing getting &mut OsStr from OsString | TyPR124 | -0/+5 |
| 2020-03-16 | Rollup merge of #69858 - da-x:windows-precise-time, r=Dylan-DPC | Dylan DPC | -1/+5 |
| 2020-03-09 | Use GetSystemTimePreciseAsFileTime if it is available | Dan Aloni | -1/+5 |
| 2020-02-23 | Implement `Copy` for `IoSlice` | LeSeulArtichaut | -0/+2 |
| 2020-01-16 | Rollup merge of #68033 - ollie27:win_f32, r=dtolnay | Dylan DPC | -5/+5 |
| 2020-01-10 | make use of pointer::is_null | Lzu Tao | -1/+1 |
| 2020-01-08 | Don't use f64 shims for f32 cmath functions on none 32-bit x86 MSVC | Oliver Middleton | -5/+5 |