| Age | Commit message (Expand) | Author | Lines |
| 2020-03-27 | Auto merge of #68404 - Amanieu:llvm-asm, r=estebank | bors | -29/+10 |
| 2020-03-27 | Rollup merge of #70048 - TyPR124:mutable_osstr, r=dtolnay | Dylan DPC | -0/+50 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -29/+10 |
| 2020-03-26 | introduce `negative_impls` feature gate and document | Niko Matsakis | -0/+1 |
| 2020-03-25 | Rollup merge of #70361 - tmiasko:backtrace, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2020-03-24 | spaces between braces really ruin readability | Without Boats | -4/+4 |
| 2020-03-24 | Update backtrace crate to 0.3.46 | Tomasz Miąsko | -1/+1 |
| 2020-03-24 | correct rustc version | Without Boats | -2/+2 |
| 2020-03-24 | IoSlice/IoSliceMut should be Send and Sync | Without Boats | -0/+12 |
| 2020-03-23 | Update src/libstd/lib.rs | Saoirse Shipwreckt | -1/+1 |
| 2020-03-23 | Add `wake_trait` feature directive to std | Without Boats | -0/+1 |
| 2020-03-23 | Add Wake trait for safe construction of Wakers. | Without Boats | -0/+5 |
| 2020-03-23 | Rollup merge of #70207 - hatoo:macos-getentropy, r=dtolnay | Mazdak Farrokhzad | -0/+37 |
| 2020-03-22 | Rollup merge of #70240 - brain0:thread_id, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2020-03-21 | Rollup merge of #70232 - adrian5:patch-1, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-03-21 | Rollup merge of #70218 - intgr:fix-deprecated-method-in-docs, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2020-03-21 | Rollup merge of #70197 - pnkfelix:issue-53957-revise-test-of-23076, r=LukasKa... | Dylan DPC | -4/+19 |
| 2020-03-21 | Return NonZeroU64 from ThreadId::as_u64. | Thomas Bächler | -2/+2 |
| 2020-03-21 | Tweak wording for std::io::Read::read function | adrian5 | -1/+1 |
| 2020-03-21 | Rollup merge of #69955 - alexcrichton:stderr-infallible, r=sfackler | Dylan DPC | -100/+101 |
| 2020-03-21 | Fix deprecated Error.description() usage in docs | Marti Raudsepp | -1/+1 |
| 2020-03-21 | Use getentropy(2) on macos | hatoo | -0/+37 |
| 2020-03-21 | Rollup merge of #70187 - matthiaskrgr:cl2ppy, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+2 |
| 2020-03-21 | Rollup merge of #69033 - jonas-schievink:resume-with-context, r=tmandry | Mazdak Farrokhzad | -7/+18 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -2/+2 |
| 2020-03-20 | For issue 53957: revise unit tests to focus on underlying bug of 23076. | Felix S. Klock II | -4/+19 |
| 2020-03-20 | Fix abort-on-eprintln during process shutdown | Alex Crichton | -100/+101 |
| 2020-03-20 | add comment about maintaining OsStr encoding | TyPR124 | -0/+4 |
| 2020-03-19 | doc: Add quote to .init_array | lzutao | -4/+4 |
| 2020-03-19 | Rollup merge of #69969 - iximeow:sigstack-guard-page, r=cuviper | Mazdak Farrokhzad | -5/+18 |
| 2020-03-19 | Rollup merge of #69959 - alexcrichton:fix-panic-in-print, r=Mark-Simulacrum | Mazdak Farrokhzad | -4/+8 |
| 2020-03-18 | Rollup merge of #67749 - gilescope:keyword-in, r=Dylan-DPC | Mazdak Farrokhzad | -5/+56 |
| 2020-03-18 | std: Don't abort process when printing panics in tests | Alex Crichton | -4/+8 |
| 2020-03-17 | Add futures scaffolding to libcore | Jonas Schievink | -7/+18 |
| 2020-03-17 | Rollup merge of #70046 - lzutao:patch-1, r=Centril | Mazdak Farrokhzad | -12/+4 |
| 2020-03-17 | Rollup merge of #70029 - jonas-schievink:bootstrap, r=Centril | Mazdak Farrokhzad | -4/+1 |
| 2020-03-17 | Rollup merge of #69870 - petrochenkov:cfgacc, r=matthewjasper | Mazdak Farrokhzad | -0/+10 |
| 2020-03-16 | Auto merge of #68970 - matthewjasper:min-spec, r=nikomatsakis | bors | -1/+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/+16 |
| 2020-03-16 | allowing getting &mut OsStr from OsString | TyPR124 | -0/+31 |
| 2020-03-16 | Fix wrong deref | lzutao | -2/+2 |
| 2020-03-16 | Use sublice patterns to avoid computing the len | lzutao | -12/+4 |
| 2020-03-16 | Rollup merge of #69122 - dtolnay:backtrace, r=cramertj | Dylan DPC | -7/+84 |
| 2020-03-16 | Auto merge of #70010 - Amanieu:fix-opt-catch, r=Mark-Simulacrum | bors | -26/+28 |
| 2020-03-16 | Rollup merge of #69858 - da-x:windows-precise-time, r=Dylan-DPC | Dylan DPC | -1/+5 |
| 2020-03-15 | Bump the bootstrap compiler | Jonas Schievink | -4/+1 |
| 2020-03-15 | Use min_specialization in libstd and libproc_macro | Matthew Jasper | -1/+2 |