about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2020-05-19Auto merge of #71447 - cuviper:unsized_cow, r=dtolnaybors-0/+33
2020-05-18Auto merge of #72289 - RalfJung:abort_internal, r=Mark-Simulacrumbors-23/+29
2020-05-18Rollup merge of #72307 - hermitcore:condvar, r=Mark-SimulacrumRalf Jung-4/+2
2020-05-18minor changes to pass the format checkStefan Lankes-3/+1
2020-05-17use new interface to initialize CondvarStefan Lankes-5/+5
2020-05-17abort_internal is safeRalf Jung-23/+29
2020-05-17Auto merge of #72204 - RalfJung:abort, r=Mark-Simulacrumbors-4/+20
2020-05-17make abort intrinsic safe, and correct its documentationRalf Jung-4/+20
2020-05-16Rollup merge of #72230 - SOF3:patch-1, r=kennytmDylan DPC-2/+2
2020-05-16Rollup merge of #71677 - Mark-Simulacrum:hasher-docs, r=AmanieuDylan DPC-0/+20
2020-05-16Rollup merge of #71662 - glandium:osstring_from_str, r=sfacklerDylan DPC-0/+10
2020-05-15Updated documentation of Prefix::VerbatimDiskSOFe-2/+2
2020-05-12Warn against thread::sleep in async fnKornel-0/+4
2020-05-11Fix clippy warningsMatthias Krüger-1/+1
2020-05-09Better documentation for io::Read::read() return valueElinvynia-0/+5
2020-05-07Rollup merge of #71980 - steveklabnik:warnings-fixes, r=Mark-SimulacrumDylan DPC-0/+6
2020-05-07Allow a few warnings.Steve Klabnik-0/+6
2020-05-06Rollup merge of #71591 - hermitcore:thread_create, r=hanna-kruppeDylan DPC-8/+7
2020-05-06Rollup merge of #71921 - RalfJung:open-mode, r=hanna-kruppeDylan DPC-0/+4
2020-05-05explain the types used in the open64 callRalf Jung-0/+4
2020-05-05rely on rdlock/wrlock not returning anything but the specified error codesRalf Jung-2/+6
2020-05-04edit Mutex commentRalf Jung-4/+6
2020-05-04explain our rwlock implementation (and fix a potential data race)Ralf Jung-20/+24
2020-05-04expand comment on default mutex behaviorRalf Jung-3/+7
2020-05-03Rollup merge of #71398 - ThinkChaos:feat_refcell_take, r=LukasKalbertodtDylan DPC-1/+1
2020-05-02Rollup merge of #71785 - reitermarkus:cfg-attribute, r=Mark-SimulacrumDylan DPC-7/+9
2020-05-02Replace `cfg` macro with attribute.Markus Reiter-7/+9
2020-05-01Remove recommendation for unmaintained crateJacob Kiesel-1/+1
2020-04-29Add explicit references to the BuildHasher traitMark Rousskov-0/+20
2020-04-29Rollup merge of #71296 - ChiefMilesEdgeworth:fix_doc_wording, r=Dylan-DPCDylan DPC-2/+3
2020-04-29Implement FromStr for OsStringMike Hommey-0/+10
2020-04-27Rollup merge of #67841 - sfackler:can-vector, r=AmaneiuDylan DPC-0/+565
2020-04-27fix wasiSteven Fackler-2/+2
2020-04-27use nicer code style to define DEFAULT_MIN_STACK_SIZEStefan Lankes-1/+1
2020-04-26fix wasm buildSteven Fackler-0/+8
2020-04-26use new interface to create threads on HermitCoreStefan Lankes-8/+7
2020-04-26Suppress file length check temporarilySteven Fackler-0/+1
2020-04-26Fix stragglersSteven Fackler-9/+9
2020-04-26Update nameSteven Fackler-158/+158
2020-04-26Add Read/Write::can_read/write_vectoredSteven Fackler-0/+556
2020-04-26Use Cell::take in a couple placesThinkChaos-1/+1
2020-04-26fix more clippy warningsMatthias Krüger-1/+1
2020-04-25Auto merge of #71556 - Dylan-DPC:rollup-9ll4shr, r=Dylan-DPCbors-11/+6
2020-04-25Rollup merge of #71545 - Askaholic:patch-1, r=jonas-schievinkDylan DPC-2/+2
2020-04-25Rollup merge of #71544 - cuviper:filter_map_next, r=Mark-SimulacrumDylan DPC-9/+4
2020-04-25Auto merge of #71439 - Mark-Simulacrum:stage0-next, r=jonas-schievinkbors-154/+24
2020-04-25Bump rustfmt to most recently shippedMark Rousskov-7/+19
2020-04-25Bump bootstrap compilerMark Rousskov-147/+5
2020-04-25Fix comment in docstring example for Error::kindAskaholic-2/+2
2020-04-24Replace filter_map().next() calls with find_map()Josh Stone-9/+4