| Age | Commit message (Expand) | Author | Lines |
| 2020-04-05 | Remove labels in libstd/lib.rs macro imports | Yoshua Wuyts | -14/+2 |
| 2020-04-04 | Auto merge of #70136 - hermitcore:network_tcp, r=dtolnay | bors | -87/+156 |
| 2020-04-03 | Rollup merge of #70597 - vakaras:thread_new_double_free_bug_fix, r=Amanieu | Mazdak Farrokhzad | -77/+59 |
| 2020-04-03 | Rollup merge of #69860 - faern:use-assoc-int-consts, r=dtolnay | Mazdak Farrokhzad | -4/+4 |
| 2020-04-03 | Delete unnecessary stub stack overflow handler for cloudabi. | Vytautas Astrauskas | -13/+1 |
| 2020-04-03 | Delete unnecessary stub stack overflow handler for hermit. | Vytautas Astrauskas | -12/+0 |
| 2020-04-03 | Minor follow-up after renaming librustc(_middle) | Yuki Okushi | -2/+2 |
| 2020-04-03 | Replace float module consts with assoc consts in documentation | Linus Färnstrand | -4/+4 |
| 2020-04-02 | Remove unnecessary stack overflow handler stub for sgx. | Vytautas Astrauskas | -8/+0 |
| 2020-04-03 | Rollup merge of #70694 - lzutao:self, r=Centril | Mazdak Farrokhzad | -7/+7 |
| 2020-04-02 | Remove unnecessary intermediate pointer cast in Thread::new. | Vytautas Astrauskas | -1/+1 |
| 2020-04-02 | Remove stack overflow handler stub for wasm. | Vytautas Astrauskas | -8/+0 |
| 2020-04-02 | Auto merge of #70362 - TimDiekmann:alloc-overhaul, r=Amanieu | bors | -42/+74 |
| 2020-04-02 | Use Self over specific type in return position | Lzu Tao | -7/+7 |
| 2020-04-01 | In Thread::new, add a comment that a panic could cause a memory leak. | Vytautas Astrauskas | -5/+14 |
| 2020-03-31 | Use Box::into_raw instead of ManuallyDrop in Thread::new. | Vytautas Astrauskas | -36/+20 |
| 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 | -26/+30 |
| 2020-03-31 | Fix double-free and undefined behaviour in libstd::syn::unix::Thread::new. | Vytautas Astrauskas | -18/+43 |
| 2020-03-31 | fix internal lint fallout | Bastian Kauschke | -3/+2 |
| 2020-03-31 | Rollup merge of #70613 - matthiaskrgr:cl5ppy_squashed, r=Centril | Mazdak Farrokhzad | -3/+3 |
| 2020-03-31 | more clippy fixes | Matthias Krüger | -3/+3 |
| 2020-03-30 | std: Fix over-aligned allocations on wasm32-wasi | Alex Crichton | -1/+1 |
| 2020-03-30 | Rollup merge of #70479 - RalfJung:win-env, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -1/+1 |
| 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 |