| Age | Commit message (Expand) | Author | Lines |
| 2020-04-20 | Rollup merge of #71328 - Mark-Simulacrum:stabilize-pathbuf-capacity, r=sfackler | Dylan DPC | -8/+7 |
| 2020-04-20 | Auto merge of #71007 - Amanieu:deprecate_asm, r=Mark-Simulacrum | bors | -0/+2 |
| 2020-04-19 | Stabilize PathBuf capacity methods | Mark Rousskov | -8/+7 |
| 2020-04-17 | Rollup merge of #71167 - RalfJung:big-o, r=shepmaster | Dylan DPC | -6/+6 |
| 2020-04-16 | Dogfood or_patterns in the standard library | Josh Stone | -2/+3 |
| 2020-04-15 | Deprecate the asm! macro | Amanieu d'Antras | -0/+2 |
| 2020-04-15 | big-O notation: parenthesis, multiplication and backticks | Ralf Jung | -6/+6 |
| 2020-04-15 | Use fcntl() to set nonblock for solarish sockets | Patrick Mooney | -0/+8 |
| 2020-04-14 | Add illumos triple | Patrick Mooney | -16/+275 |
| 2020-04-14 | Add missing comma | Youngsuk Kim | -1/+1 |
| 2020-04-12 | Rollup merge of #71029 - Mark-Simulacrum:cargo-build, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-04-11 | Make panic-unwind a default feature for libstd | Luca Barbieri | -1/+1 |
| 2020-04-11 | Change issue number to point to tracking issue | Chai T. Rex | -1/+1 |
| 2020-04-10 | Fixed doc tests for added methods | Chai T. Rex | -0/+1 |
| 2020-04-10 | Add or_insert_with_key to Entry of HashMap/BTreeMap | Chai T. Rex | -0/+27 |
| 2020-04-09 | Rollup merge of #67705 - lzutao:wmemchr, r=wesleywiser | Mazdak Farrokhzad | -2/+46 |
| 2020-04-08 | Rollup merge of #70565 - Zoxc:inlines-query-system, r=davidtwco | Dylan DPC | -0/+1 |
| 2020-04-08 | Rollup merge of #70134 - hermitcore:osstrext, r=dtolnay | Dylan DPC | -1/+54 |
| 2020-04-07 | Rollup merge of #70857 - faern:use-assoc-int-float-consts, r=dtolnay | Dylan DPC | -1/+0 |
| 2020-04-07 | Rollup merge of #70201 - cuviper:clone_into, r=dtolnay | Dylan DPC | -2/+30 |
| 2020-04-06 | Forward OsStr::clone_into to the inner Vec | Josh Stone | -2/+13 |
| 2020-04-06 | Implement ToOwned::clone_into for CStr | Josh Stone | -0/+17 |
| 2020-04-07 | Rollup merge of #70612 - Thomasdezeeuw:issue_70436, r=LukasKalbertodt | Dylan DPC | -1/+169 |
| 2020-04-07 | Put reference to write_vectored in quotes in doc | Thomas de Zeeuw | -1/+1 |
| 2020-04-06 | Don't import integer module in libstd | Linus Färnstrand | -1/+0 |
| 2020-04-06 | Improve io::Write::write_all_vectored docs | Thomas de Zeeuw | -11/+17 |
| 2020-04-06 | Rollup merge of #70824 - yoshuawuyts:fix-labels-in-std-macro-imports, r=Mark-... | Mazdak Farrokhzad | -14/+2 |
| 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 |