| Age | Commit message (Expand) | Author | Lines |
| 2020-04-06 | Rollup merge of #70808 - hermitcore:tls, r=dtolnay | Mazdak Farrokhzad | -44/+48 |
| 2020-04-06 | Rollup merge of #70782 - faern:use-assoc-float-consts, r=dtolnay | Mazdak Farrokhzad | -126/+30 |
| 2020-04-06 | Rollup merge of #70553 - hermitcore:abi, r=dtolnay | Mazdak Farrokhzad | -34/+4 |
| 2020-04-05 | Remove labels in libstd/lib.rs macro imports | Yoshua Wuyts | -14/+2 |
| 2020-04-05 | Rollup merge of #70812 - rossmacarthur:fix/unit-called-nil, r=LukasKalbertodt | Dylan DPC | -1/+1 |
| 2020-04-05 | Do not use "nil" to refer to `()` | Ross MacArthur | -1/+1 |
| 2020-04-05 | Simplify dtor registration for HermitCore by using a list of destructors | Stefan Lankes | -44/+48 |
| 2020-04-05 | Remove more std::f32 imports in libstd | Linus Färnstrand | -78/+30 |
| 2020-04-05 | Stop importing the float modules. Use assoc consts | Linus Färnstrand | -48/+0 |
| 2020-04-05 | Stop importing integer modules in libstd | Linus Färnstrand | -4/+0 |
| 2020-04-04 | Merge branch 'master' into abi | Stefan Lankes | -87/+156 |
| 2020-04-04 | Auto merge of #70136 - hermitcore:network_tcp, r=dtolnay | bors | -87/+156 |
| 2020-04-04 | Merge branch 'master' into abi | Stefan Lankes | -139/+152 |
| 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-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 | -5/+14 |
| 2020-04-01 | Fix link to write_vectored | Thomas de Zeeuw | -1/+1 |
| 2020-04-01 | Use unspecified over undefined in io::Write::write_all_vectored docs | Thomas de Zeeuw | -7/+9 |
| 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 | Add io::Write::write_all_vectored | Thomas de Zeeuw | -1/+161 |
| 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 | Add inline attributes for functions used in the query system | John Kåre Alsaker | -0/+1 |
| 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 |