| Age | Commit message (Expand) | Author | Lines |
| 2020-07-01 | Rollup merge of #73909 - eltonlaw:unsafe-libstd-fs-rs, r=sfackler | Manish Goregaokar | -2/+6 |
| 2020-07-01 | Rollup merge of #73805 - poliorcetics:type-keyword, r=kennytm | Manish Goregaokar | -2/+37 |
| 2020-07-01 | Rollup merge of #73752 - TyPR124:invalid-parameter-error, r=LukasKalbertodt | Manish Goregaokar | -0/+1 |
| 2020-07-01 | Rollup merge of #73716 - poliorcetics:static-keyword, r=LukasKalbertodt | Manish Goregaokar | -3/+76 |
| 2020-07-01 | Rollup merge of #72445 - anp:stabilize-track-caller, r=oli-obk | Manish Goregaokar | -1/+1 |
| 2020-07-01 | Rollup merge of #72369 - Lucretiel:socketaddr-parse, r=dtolnay | Manish Goregaokar | -193/+289 |
| 2020-06-30 | Stabilize `#[track_caller]`. | Adam Perry | -1/+1 |
| 2020-06-30 | enable unsafe_op_in_unsafe_fn lint | Elton Law | -0/+2 |
| 2020-06-30 | `#[deny(unsafe_op_in_unsafe_fn)]` in libstd/fs.rs | Elton Law | -2/+4 |
| 2020-06-30 | Bring net/parser.rs up to modern up to date with modern rust patterns | Nathan West | -193/+289 |
| 2020-06-28 | Fix small nits | Alexis Bourget | -4/+3 |
| 2020-06-28 | Apply suggestions, reformulating some paragraphs and improving some examples | Alexis Bourget | -38/+36 |
| 2020-06-28 | Rollup merge of #73826 - cjrh:cjrh-patch-1, r=jonas-schievink | Manish Goregaokar | -1/+1 |
| 2020-06-28 | Rollup merge of #73817 - jumbatm:rename-to-clashing-extern-declarations, r=pe... | Manish Goregaokar | -2/+2 |
| 2020-06-28 | Apply suggestions from code review | Alexis Bourget | -2/+13 |
| 2020-06-28 | Auto merge of #73830 - Manishearth:rollup-8k68ysm, r=Manishearth | bors | -6/+34 |
| 2020-06-27 | Rollup merge of #73809 - robyoung:docs/add-links-to-DirEntry-metadata, r=hann... | Manish Goregaokar | -1/+4 |
| 2020-06-27 | Rollup merge of #73243 - poliorcetics:discourage-is-file, r=Amanieu | Manish Goregaokar | -5/+30 |
| 2020-06-28 | Auto merge of #72705 - Lucretiel:stdio-forwarding, r=Amanieu | bors | -0/+77 |
| 2020-06-28 | Fix docstring typo | Caleb Hattingh | -1/+1 |
| 2020-06-28 | Rename the lint to clashing_extern_declarations. | jumbatm | -2/+2 |
| 2020-06-27 | Added the parapgrah to path::Path::is_file too | Alexis Bourget | -2/+7 |
| 2020-06-27 | Add links to fs::DirEntry::metadata | Rob Young | -1/+4 |
| 2020-06-27 | Document the type keyword | Alexis Bourget | -2/+26 |
| 2020-06-27 | Update the documentation to point to open instead of is_file and is_dir | Alexis Bourget | -11/+15 |
| 2020-06-26 | Rollup merge of #73718 - poliorcetics:super-keyword, r=shepmaster | Manish Goregaokar | -2/+18 |
| 2020-06-26 | Rollup merge of #73694 - poliorcetics:self-upper-keyword, r=Mark-Simulacrum | Manish Goregaokar | -2/+57 |
| 2020-06-26 | Rollup merge of #72937 - AdrianCX:master, r=nikomatsakis | Manish Goregaokar | -5/+9 |
| 2020-06-26 | Map ERROR_INVALID_PARAMETER to InvalidInput | Tyler Ruckinger | -0/+1 |
| 2020-06-25 | Rollup merge of #73648 - poliorcetics:return-keyword, r=joshtriplett | Manish Goregaokar | -2/+48 |
| 2020-06-25 | Rollup merge of #73621 - poliorcetics:mut-keyword, r=steveklabnik | Manish Goregaokar | -3/+53 |
| 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 |