about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2020-07-01Rollup merge of #73909 - eltonlaw:unsafe-libstd-fs-rs, r=sfacklerManish Goregaokar-2/+6
2020-07-01Rollup merge of #73805 - poliorcetics:type-keyword, r=kennytmManish Goregaokar-2/+37
2020-07-01Rollup merge of #73752 - TyPR124:invalid-parameter-error, r=LukasKalbertodtManish Goregaokar-0/+1
2020-07-01Rollup merge of #73716 - poliorcetics:static-keyword, r=LukasKalbertodtManish Goregaokar-3/+76
2020-07-01Rollup merge of #72445 - anp:stabilize-track-caller, r=oli-obkManish Goregaokar-1/+1
2020-07-01Rollup merge of #72369 - Lucretiel:socketaddr-parse, r=dtolnayManish Goregaokar-193/+289
2020-06-30Stabilize `#[track_caller]`.Adam Perry-1/+1
2020-06-30enable unsafe_op_in_unsafe_fn lintElton Law-0/+2
2020-06-30`#[deny(unsafe_op_in_unsafe_fn)]` in libstd/fs.rsElton Law-2/+4
2020-06-30Bring net/parser.rs up to modern up to date with modern rust patternsNathan West-193/+289
2020-06-28Fix small nitsAlexis Bourget-4/+3
2020-06-28Apply suggestions, reformulating some paragraphs and improving some examplesAlexis Bourget-38/+36
2020-06-28Rollup merge of #73826 - cjrh:cjrh-patch-1, r=jonas-schievinkManish Goregaokar-1/+1
2020-06-28Rollup merge of #73817 - jumbatm:rename-to-clashing-extern-declarations, r=pe...Manish Goregaokar-2/+2
2020-06-28Apply suggestions from code reviewAlexis Bourget-2/+13
2020-06-28Auto merge of #73830 - Manishearth:rollup-8k68ysm, r=Manishearthbors-6/+34
2020-06-27Rollup merge of #73809 - robyoung:docs/add-links-to-DirEntry-metadata, r=hann...Manish Goregaokar-1/+4
2020-06-27Rollup merge of #73243 - poliorcetics:discourage-is-file, r=AmanieuManish Goregaokar-5/+30
2020-06-28Auto merge of #72705 - Lucretiel:stdio-forwarding, r=Amanieubors-0/+77
2020-06-28Fix docstring typoCaleb Hattingh-1/+1
2020-06-28Rename the lint to clashing_extern_declarations.jumbatm-2/+2
2020-06-27Added the parapgrah to path::Path::is_file tooAlexis Bourget-2/+7
2020-06-27Add links to fs::DirEntry::metadataRob Young-1/+4
2020-06-27Document the type keywordAlexis Bourget-2/+26
2020-06-27Update the documentation to point to open instead of is_file and is_dirAlexis Bourget-11/+15
2020-06-26Rollup merge of #73718 - poliorcetics:super-keyword, r=shepmasterManish Goregaokar-2/+18
2020-06-26Rollup merge of #73694 - poliorcetics:self-upper-keyword, r=Mark-SimulacrumManish Goregaokar-2/+57
2020-06-26Rollup merge of #72937 - AdrianCX:master, r=nikomatsakisManish Goregaokar-5/+9
2020-06-26Map ERROR_INVALID_PARAMETER to InvalidInputTyler Ruckinger-0/+1
2020-06-25Rollup merge of #73648 - poliorcetics:return-keyword, r=joshtriplettManish Goregaokar-2/+48
2020-06-25Rollup merge of #73621 - poliorcetics:mut-keyword, r=steveklabnikManish Goregaokar-3/+53
2020-06-25Rollup merge of #73619 - poliorcetics:mod-keyword, r=steveklabnikManish Goregaokar-2/+20
2020-06-25Rollup merge of #72617 - eduardosm:panicking, r=AmanieuManish Goregaokar-14/+61
2020-06-25Document the static keywordAlexis Bourget-2/+78
2020-06-25Document the super keywordAlexis Bourget-2/+18
2020-06-25Add a compile fail example, binding -> variable, apply suggestionsAlexis Bourget-13/+22
2020-06-25Rollup merge of #73688 - poliorcetics:self-keyword, r=joshtriplettDylan DPC-2/+86
2020-06-25Rollup merge of #72700 - davidtwco:issue-66220-improper-ctypes-declarations, ...Dylan DPC-0/+1
2020-06-24Make `std::panicking::panic_count::is_zero` inline and move the slow path int...Eduardo Sánchez Muñoz-1/+11
2020-06-24Document the Self keywordAlexis Bourget-2/+57
2020-06-24Rollup merge of #73638 - yuqio:remove-unused-crate-imports, r=nikomatsakisDylan DPC-12/+0
2020-06-24Document the self keywordAlexis Bourget-2/+86
2020-06-24lints: add `improper_ctypes_definitions`David Wood-0/+1
2020-06-24Update libunwind build process for x86_64-fortanix-unknown-sgx targetAdrian Cruceru-5/+9
2020-06-24Document the return keywordAlexis Bourget-2/+48
2020-06-23Auto merge of #73635 - Dylan-DPC:rollup-b4wbp42, r=Dylan-DPCbors-59/+87
2020-06-23Remove unused crate imports in 2018 edition cratesyuqio-12/+0
2020-06-23Rollup merge of #73495 - Lucretiel:wasi-io-impls, r=sfacklerDylan DPC-56/+49
2020-06-23Rollup merge of #71756 - carstenandrich:master, r=dtolnayDylan DPC-3/+38
2020-06-23Auto merge of #73007 - yoshuawuyts:socketaddr-from-string-u16, r=sfacklerbors-0/+8