summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2020-06-22Document the mut keywordAlexis Bourget-2/+43
2020-06-22Document the mod keywordAlexis Bourget-2/+20
2020-06-21Auto merge of #70946 - jumbatm:clashing-extern-decl, r=nagisabors-0/+2
2020-06-20Rollup merge of #73471 - raoulstrackx:raoul/fpu_tag_word, r=jethrogbRalf Jung-12/+8
2020-06-20Rollup merge of #73171 - tblah:riscv-qemu-test, r=pietroalbiniRalf Jung-2/+3
2020-06-20Add ClashingExternDecl lint.jumbatm-0/+2
2020-06-19Rollup merge of #73484 - poliorcetics:use-prelude-doc, r=sfacklerManish Goregaokar-16/+0
2020-06-19Update the doc for std::prelude, removing the "technical part" sectionAlexis Bourget-16/+0
2020-06-19Using xsave restore to restore complete FPU stateRaoul Strackx-12/+1
2020-06-19Remove old commented codeNathan West-2/+0
2020-06-19Fixed missing `mut`Nathan West-1/+1
2020-06-19Rollup merge of #73464 - qy3u:fs-document-format-correction, r=jonas-schievinkRalf Jung-2/+4
2020-06-19Rollup merge of #73142 - ehuss:std-benches, r=dtolnayRalf Jung-0/+5
2020-06-19Rollup merge of #72486 - Ralith:asinh-fix, r=dtolnayRalf Jung-10/+6
2020-06-19Converted all platform-specific stdin/stdout/stderr implementations to io traitsNathan West-54/+49
2020-06-18Remove now-redundant branchBenjamin Saunders-10/+2
2020-06-18Rollup merge of #72836 - poliorcetics:std-time-os-specificities, r=shepmasterManish Goregaokar-0/+15
2020-06-18Rollup merge of #72279 - RalfJung:raw-ref-macros, r=nikomatsakisManish Goregaokar-0/+1
2020-06-18Ensure std benchmarks get tested.Eric Huss-0/+5
2020-06-18Prevent attacker from manipulating FPU tag word used in SGX enclaveRaoul Strackx-0/+7
2020-06-18Document format correctionqy3u-2/+4
2020-06-17Restore some write_fmtsNathan West-0/+6
2020-06-17Removed write_fmt forwarding, to fix recursive borrow issuesNathan West-12/+0
2020-06-16Rollup merge of #73389 - lzutao:from, r=kennytmDylan DPC-8/+2
2020-06-16Rollup merge of #73373 - lzutao:bug-trackcaller, r=AmanieuDylan DPC-10/+3
2020-06-16Use `Ipv4Addr::from<[u8; 4]>` when possibleLzu Tao-8/+2
2020-06-15Complete the std::time documentation to warn about the inconsistencies betwee...Alexis Bourget-0/+15
2020-06-15Join mutiple lines if it is more readableLzu Tao-10/+3
2020-06-15Rollup merge of #73331 - hermitcore:listen, r=kennytmRalf Jung-47/+86
2020-06-15Rollup merge of #73304 - dtolnay:socketeq, r=Mark-SimulacrumRalf Jung-40/+5
2020-06-15Rollup merge of #73139 - poliorcetics:cstring-from-vec-with-nul, r=dtolnayRalf Jung-6/+183