about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2020-11-06Make some std::io functions `const`Benoît du Garreau-7/+28
2020-11-07Rollup merge of #78006 - pitaj:master, r=jyn514Yuki Okushi-3/+5
2020-11-07Rollup merge of #74979 - maekawatoshiki:fix, r=Mark-SimulacrumYuki Okushi-0/+2
2020-11-06Stabilize hint::spin_loopIvan Tham-1/+0
2020-11-06Disable accept4 on Android.Maarten de Vries-1/+7
2020-11-05document HACKsPeter Jaszkowiak-0/+2
2020-11-05Intra-doc links for std::io::bufferedPeter Jaszkowiak-3/+3
2020-11-05Rollup merge of #78757 - camelid:crate-link-text, r=jyn514Mara Bos-6/+6
2020-11-05Rollup merge of #78716 - est31:array_traits, r=Dylan-DPCMara Bos-6/+3
2020-11-05Rollup merge of #78093 - camelid:as-cleanup, r=jyn514Mara Bos-6/+13
2020-11-04Add missing commaCamelid-1/+1
2020-11-04Clean up some intra-doc linksCamelid-5/+5
2020-11-04Clean up docs for 'as' keywordCamelid-6/+13
2020-11-04Fix docs for MacOs (again)LinkTed-1/+2
2020-11-04Move Copy and Clone into the list of traits implemented for all sizesest31-6/+3
2020-11-03Fix docs for MacOs (correction)LinkTed-1/+2
2020-11-01Rollup merge of #78602 - RalfJung:raw-ptr-aliasing-issues, r=m-ou-seMara Bos-1/+2
2020-11-01Rollup merge of #78599 - panstromek:master, r=m-ou-seMara Bos-0/+10
2020-10-31Apply suggestions from code reviewMatyáš Racek-4/+8
2020-10-31fix aliasing issue in unix sleep functionRalf Jung-1/+2
2020-10-31Add note to process::arg[s] that args shouldn't be escaped or quotedMatyáš Racek-0/+6
2020-10-31update stabilization to 1.49.0Ashley Mannix-1/+1
2020-10-31Rollup merge of #77099 - tspiteri:exp_m1-examples, r=m-ou-seMara Bos-16/+20
2020-10-31Rollup merge of #74622 - fusion-engineering-forks:panic-box, r=KodrAusMara Bos-0/+14
2020-10-30Use SOCK_CLOEXEC and accept4() on more platforms.Maarten de Vries-6/+32
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-28Add tracking issue number for panic_any.Mara Bos-1/+1
2020-10-28Update panic_any feature name.Mara Bos-1/+1
2020-10-28Fix test cases for MacOsLinkTed-2/+28
2020-10-27Clean up intra-doc links in `std::path`Camelid-6/+5
2020-10-27Change link to point to crates.io keyword "hasher"Tom Kaitchuck-3/+3
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-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-163/+182