| Age | Commit message (Expand) | Author | Lines |
| 2020-03-30 | move the definition of thread priorities to hermit-abi | Stefan Lankes | -25/+2 |
| 2020-03-30 | reorder imports to pass the format check | Stefan Lankes | -1/+1 |
| 2020-03-30 | minor changes to pass the format check | Stefan Lankes | -2/+1 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -1/+1 |
| 2020-03-30 | move OS constants to platform crate | Stefan Lankes | -9/+3 |
| 2020-03-29 | Implement `init` and `init_offset` on `AllocInit` and mark it unsafe | Tim Diekmann | -4/+4 |
| 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 | -11/+235 |
| 2020-03-28 | add tracking issue | TyPR124 | -6/+6 |
| 2020-03-28 | move doc links for consistency | TyPR124 | -4/+4 |
| 2020-03-28 | remove unnecessary comments | TyPR124 | -2/+0 |
| 2020-03-28 | use make_ascii_uppercase in windows/process.rs | TyPR124 | -5/+4 |
| 2020-03-28 | ascii methods on osstr | TyPR124 | -6/+233 |
| 2020-03-28 | fix TryEnterCriticalSection return type | Ralf Jung | -1/+1 |
| 2020-03-28 | Make fields in `MemoryBlock` public | Tim Diekmann | -16/+17 |
| 2020-03-28 | Replace last mention of IRC with Discord | Benjamin Kästner | -1/+3 |
| 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 | -29/+10 |
| 2020-03-27 | Rollup merge of #70048 - TyPR124:mutable_osstr, r=dtolnay | Dylan DPC | -0/+50 |
| 2020-03-26 | Remove alignment from `MemoryBlock` | Tim Diekmann | -32/+29 |
| 2020-03-26 | Add comment to `AllocRef` implementation for `System` | Tim Diekmann | -0/+2 |
| 2020-03-26 | Fix issues from review and unsoundness of `RawVec::into_box` | Tim Diekmann | -50/+44 |
| 2020-03-26 | Overhaul of the `AllocRef` trait to match allocator-wg's latest consens | Tim Diekmann | -40/+78 |
| 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 |