| Age | Commit message (Expand) | Author | Lines |
| 2020-06-25 | Rollup merge of #73619 - poliorcetics:mod-keyword, r=steveklabnik | Manish Goregaokar | -2/+20 |
| 2020-06-25 | Rollup merge of #72617 - eduardosm:panicking, r=Amanieu | Manish Goregaokar | -14/+61 |
| 2020-06-25 | Document the static keyword | Alexis Bourget | -2/+78 |
| 2020-06-25 | Document the super keyword | Alexis Bourget | -2/+18 |
| 2020-06-25 | Add a compile fail example, binding -> variable, apply suggestions | Alexis Bourget | -13/+22 |
| 2020-06-25 | Rollup merge of #73688 - poliorcetics:self-keyword, r=joshtriplett | Dylan DPC | -2/+86 |
| 2020-06-25 | Rollup merge of #72700 - davidtwco:issue-66220-improper-ctypes-declarations, ... | Dylan DPC | -0/+1 |
| 2020-06-24 | Make `std::panicking::panic_count::is_zero` inline and move the slow path int... | Eduardo Sánchez Muñoz | -1/+11 |
| 2020-06-24 | Document the Self keyword | Alexis Bourget | -2/+57 |
| 2020-06-24 | Rollup merge of #73638 - yuqio:remove-unused-crate-imports, r=nikomatsakis | Dylan DPC | -12/+0 |
| 2020-06-24 | Document the self keyword | Alexis Bourget | -2/+86 |
| 2020-06-24 | lints: add `improper_ctypes_definitions` | David Wood | -0/+1 |
| 2020-06-24 | Update libunwind build process for x86_64-fortanix-unknown-sgx target | Adrian Cruceru | -5/+9 |
| 2020-06-24 | Document the return keyword | Alexis Bourget | -2/+48 |
| 2020-06-23 | Auto merge of #73635 - Dylan-DPC:rollup-b4wbp42, r=Dylan-DPC | bors | -59/+87 |
| 2020-06-23 | Remove unused crate imports in 2018 edition crates | yuqio | -12/+0 |
| 2020-06-23 | Rollup merge of #73495 - Lucretiel:wasi-io-impls, r=sfackler | Dylan DPC | -56/+49 |
| 2020-06-23 | Rollup merge of #71756 - carstenandrich:master, r=dtolnay | Dylan DPC | -3/+38 |
| 2020-06-23 | Auto merge of #73007 - yoshuawuyts:socketaddr-from-string-u16, r=sfackler | bors | -0/+8 |
| 2020-06-22 | Document the mut keyword | Alexis Bourget | -2/+43 |
| 2020-06-22 | Document the mod keyword | Alexis Bourget | -2/+20 |
| 2020-06-21 | Auto merge of #70946 - jumbatm:clashing-extern-decl, r=nagisa | bors | -0/+2 |
| 2020-06-20 | Rollup merge of #73471 - raoulstrackx:raoul/fpu_tag_word, r=jethrogb | Ralf Jung | -12/+8 |
| 2020-06-20 | Rollup merge of #73171 - tblah:riscv-qemu-test, r=pietroalbini | Ralf Jung | -2/+3 |
| 2020-06-20 | Add ClashingExternDecl lint. | jumbatm | -0/+2 |
| 2020-06-19 | Rollup merge of #73484 - poliorcetics:use-prelude-doc, r=sfackler | Manish Goregaokar | -16/+0 |
| 2020-06-19 | Update the doc for std::prelude, removing the "technical part" section | Alexis Bourget | -16/+0 |
| 2020-06-19 | Using xsave restore to restore complete FPU state | Raoul Strackx | -12/+1 |
| 2020-06-19 | Remove old commented code | Nathan West | -2/+0 |
| 2020-06-19 | Fixed missing `mut` | Nathan West | -1/+1 |
| 2020-06-19 | Rollup merge of #73464 - qy3u:fs-document-format-correction, r=jonas-schievink | Ralf Jung | -2/+4 |
| 2020-06-19 | Rollup merge of #73142 - ehuss:std-benches, r=dtolnay | Ralf Jung | -0/+5 |
| 2020-06-19 | Rollup merge of #72486 - Ralith:asinh-fix, r=dtolnay | Ralf Jung | -10/+6 |
| 2020-06-19 | Converted all platform-specific stdin/stdout/stderr implementations to io traits | Nathan West | -54/+49 |
| 2020-06-18 | Remove now-redundant branch | Benjamin Saunders | -10/+2 |
| 2020-06-18 | Rollup merge of #72836 - poliorcetics:std-time-os-specificities, r=shepmaster | Manish Goregaokar | -0/+15 |
| 2020-06-18 | Rollup merge of #72279 - RalfJung:raw-ref-macros, r=nikomatsakis | Manish Goregaokar | -0/+1 |
| 2020-06-18 | Ensure std benchmarks get tested. | Eric Huss | -0/+5 |
| 2020-06-18 | Prevent attacker from manipulating FPU tag word used in SGX enclave | Raoul Strackx | -0/+7 |
| 2020-06-18 | Document format correction | qy3u | -2/+4 |
| 2020-06-17 | Restore some write_fmts | Nathan West | -0/+6 |
| 2020-06-17 | Removed write_fmt forwarding, to fix recursive borrow issues | Nathan West | -12/+0 |
| 2020-06-16 | Rollup merge of #73389 - lzutao:from, r=kennytm | Dylan DPC | -8/+2 |
| 2020-06-16 | Rollup merge of #73373 - lzutao:bug-trackcaller, r=Amanieu | Dylan DPC | -10/+3 |
| 2020-06-16 | Use `Ipv4Addr::from<[u8; 4]>` when possible | Lzu Tao | -8/+2 |
| 2020-06-15 | Complete the std::time documentation to warn about the inconsistencies betwee... | Alexis Bourget | -0/+15 |
| 2020-06-15 | Join mutiple lines if it is more readable | Lzu Tao | -10/+3 |
| 2020-06-15 | Rollup merge of #73331 - hermitcore:listen, r=kennytm | Ralf Jung | -47/+86 |
| 2020-06-15 | Rollup merge of #73304 - dtolnay:socketeq, r=Mark-Simulacrum | Ralf Jung | -40/+5 |
| 2020-06-15 | Rollup merge of #73139 - poliorcetics:cstring-from-vec-with-nul, r=dtolnay | Ralf Jung | -6/+183 |