| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2020-01-04 | Rollup merge of #67848 - ollie27:float_link_name_attr, r=Dylan-DPC | Guillaume Gomez | -1/+0 |
| 2020-01-03 | Remove unused `#[link_name = "m"]` attributes | Oliver Middleton | -1/+0 |
| 2020-01-02 | Use drop instead of the toilet closure `|_| ()` | Lzu Tao | -6/+6 |
| 2019-12-28 | Auto merge of #67605 - lzutao:msdn-links, r=Mark-Simulacrum | bors | -17/+17 |
| 2019-12-25 | tidy: change msdn links to newer locations | Lzu Tao | -17/+17 |
| 2019-12-24 | Deprecate Error::description for real | David Tolnay | -0/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -544/+548 |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -12/+12 |
| 2019-12-09 | inline some common methods on OsStr | Lzu Tao | -0/+1 |
| 2019-12-02 | added correct error code for WSASocketW failure fallback | avikozokin | -2/+2 |
| 2019-11-29 | Format libstd/sys with rustfmt | David Tolnay | -518/+613 |
| 2019-10-22 | Apply clippy::while_let_on_iterator suggestions | Mateusz Mikuła | -2/+1 |
| 2019-10-22 | Apply clippy::needless_return suggestions | Mateusz Mikuła | -7/+7 |
| 2019-10-11 | make File::try_clone produce non-inheritable handles on Windows | Jack O'Connor | -1/+1 |
| 2019-09-05 | std: Improve downstream codegen in `Command::env` | Alex Crichton | -13/+11 |
| 2019-08-15 | Rollup merge of #63155 - mfkl:uwp-msvc, r=alexcrichton | Mazdak Farrokhzad | -2/+2 |
| 2019-08-03 | Add {IoSlice, IoSliceMut}::advance | Thomas de Zeeuw | -0/+24 |
| 2019-07-31 | Fix UWP build | Martin Finkel | -2/+2 |