about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2020-10-30Rollup merge of #78554 - camelid:improve-drop_in_place-docs-wording, r=jyn514Yuki Okushi-2/+2
2020-10-30Rollup merge of #77921 - wcampbell0x2a:f64-collapsible-if, r=jyn514Yuki Okushi-14/+12
2020-10-29Improve wording of `core::ptr::drop_in_place` docsCamelid-2/+2
2020-10-27Clean up intra-doc links in `std::path`Camelid-6/+5
2020-10-27Auto merge of #75671 - nathanwhit:cstring-temp-lint, r=oli-obkbors-1/+2
2020-10-27Auto merge of #78227 - SergioBenitez:test-stdout-threading, r=m-ou-sebors-10/+45
2020-10-26Fix bootstrap doctest failureNathan Whitaker-1/+1
2020-10-27Rollup merge of #78412 - camelid:cleanup-hash-docs, r=jonas-schievinkYuki Okushi-5/+6
2020-10-27Rollup merge of #78394 - rubik:master, r=m-ou-seYuki Okushi-1/+1
2020-10-27Rollup merge of #78375 - taiki-e:question-in-macros, r=kennytmYuki Okushi-5/+2
2020-10-27Rollup merge of #77703 - Keruspe:system-libunwind, r=Mark-SimulacrumYuki Okushi-0/+1
2020-10-26Address review commentsNathan Whitaker-1/+0
2020-10-26Address review commentsNathan Whitaker-0/+2
2020-10-26Change to warn by default / fix typoNathan Whitaker-1/+1
2020-10-26Update doctestNathan Whitaker-1/+1
2020-10-26Improve formatting of hash collections docsCamelid-5/+6
2020-10-26fix(docs): typo in BufWriter documentationMichele Lacchia-1/+1
2020-10-26Rollup merge of #74477 - chansuke:sys-wasm-unsafe-op-in-unsafe-fn, r=Mark-Sim...Dylan DPC-15/+38
2020-10-26Use ? in core/std macrosTaiki Endo-5/+2
2020-10-25Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obkYuki Okushi-1/+3
2020-10-24Rollup merge of #78119 - fusion-engineering-forks:panic-use-as-str, r=AmanieuJonas Schievink-1/+18
2020-10-24Rollup merge of #77610 - hermitcore:dtors, r=m-ou-seJonas Schievink-164/+183
2020-10-24Rollup merge of #75115 - chansuke:sys-cloudabi-unsafe, r=KodrAusJonas Schievink-64/+75
2020-10-24Rollup merge of #78274 - Enet4:patch-1, r=jonas-schievinkJonas Schievink-1/+2
2020-10-24Remove unnecessary unsafe block from condvar_atomics & mutex_atomicschansuke-3/+3
2020-10-24Fix unsafe operation of wasm32::memory_atomic_notifychansuke-1/+2
2020-10-24Add documents for DLMALLOCchansuke-4/+8
2020-10-24Add some description for (malloc/calloc/free/realloc)chansuke-0/+4
2020-10-24`#[deny(unsafe_op_in_unsafe_fn)]` in sys/wasmchansuke-18/+32
2020-10-23Update description of Empty Enum for accuracyEduardo Pinho-1/+2
2020-10-23Rollup merge of #77918 - wcampbell0x2a:cleanup-network-tests, r=m-ou-seYuki Okushi-12/+5
2020-10-22Only load LOCAL_STREAMS if they are being usedSergio Benitez-0/+5
2020-10-22Capture output from threads spawned in testsTyler Mandry-10/+40
2020-10-21Update to rustc-demangle 0.1.18varkor-1/+1
2020-10-21Update rustc-demanglevarkor-1/+1
2020-10-21switch allow_internal_unstable const fns to rustc_allow_const_fn_unstableFlorian Warzecha-1/+3
2020-10-21allow using the system-wide llvm-libunwind as the unwinderMarc-Antoine Perennou-0/+1
2020-10-20Rollup merge of #77923 - wcampbell0x2a:cleanup-net-module, r=scottmcmYuki Okushi-8/+2
2020-10-20Rollup merge of #77838 - RalfJung:const-fn, r=kennytmYuki Okushi-3/+18
2020-10-20Check that pthread mutex initialization succeededTomasz Miąsko-22/+27
2020-10-19Throw core::panic!("message") as &str instead of String.Mara Bos-1/+18
2020-10-19Revert "[net] clippy: needless_update"wcampbell-0/+1
2020-10-18Add missing punctuationpierwill-1/+1
2020-10-18Remove redundant 'static from library cratesest31-9/+9
2020-10-18`#[deny(unsafe_op_in_unsafe_fn)]` in sys/cloudabichansuke-64/+75
2020-10-18Auto merge of #74480 - yoshuawuyts:hardware_threads, r=dtolnaybors-0/+163
2020-10-17Auto merge of #77455 - asm89:faster-spawn, r=kennytmbors-1/+7
2020-10-16Add std::thread::available_concurrencyYoshua Wuyts-0/+163
2020-10-17Rollup merge of #77971 - jyn514:broken-intra-doc-links, r=mark-simulacrumYuki Okushi-1/+2
2020-10-17Rollup merge of #77900 - Thomasdezeeuw:fdatasync, r=dtolnayYuki Okushi-2/+16