about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2022-06-16Rollup merge of #97202 - joshtriplett:os-str-capacity-documentation, r=dtolnayYuki Okushi-2/+32
2022-06-15Auto merge of #95897 - AzureMarker:feature/horizon-std, r=nagisabors-86/+300
2022-06-14Add a stability attribute to WASI's `try_clone()`.Dan Gohman-0/+1
2022-06-14Implement stabilization of `#[feature(io_safety)]`.Dan Gohman-84/+145
2022-06-14Auto merge of #78781 - eddyb:measureme-rdpmc, r=oli-obkbors-0/+2
2022-06-14Rollup merge of #98042 - DrMeepster:winfred_std_changes, r=ChrisDentonDylan DPC-8/+10
2022-06-13Use a private type definition to reduce cfg noiseMark Drobnak-36/+16
2022-06-13Enable thread_local_dtor on horizon OSIan Chamberlain-1/+1
2022-06-13Update libc::stat field namesIan Chamberlain-7/+12
2022-06-13Enable argv support for horizon OSIan Chamberlain-4/+7
2022-06-13Use the right wait_timeout implementationAzureMarker-7/+7
2022-06-13Lower listen backlog to fix accept crashesAzureMarker-6/+13
2022-06-13Horizon OS STD supportMeziu-66/+285
2022-06-13add inline(always) to optionDrMeepster-0/+1
2022-06-13[perf] std: add missing `#[inline]` to `DefaultHasher::{new,default}`.Eduard-Mihai Burtescu-0/+2
2022-06-13Auto merge of #98038 - TaKO8Ki:remove-unnecessary-space-in-doc, r=compiler-er...bors-1/+1
2022-06-13remove an unnecessary space in docTakayuki Maeda-1/+1
2022-06-12Rollup merge of #97992 - m-ou-se:stabilize-scoped-threads, r=joshtriplettDylan DPC-10/+12
2022-06-12Rollup merge of #97970 - dtolnay:terminate, r=joshtriplettDylan DPC-1/+3
2022-06-11fix compat_fn option method on miriDrMeepster-8/+9
2022-06-11Stabilize scoped threads.Mara Bos-10/+12
2022-06-10Do not panic in Termination impl on closed stderrDavid Tolnay-1/+3
2022-06-10docs: Consistently mark ExitStatus as codeMartin Kröning-2/+2
2022-06-10docs: Link to ExitCode instead of ExitStatus in ExitStatusMartin Kröning-2/+2
2022-06-10docs: Fix typo in ExitStatusMartin Kröning-1/+1
2022-06-10Auto merge of #96837 - tmiasko:stdio-fcntl, r=joshtriplettbors-35/+57
2022-06-10Rollup merge of #97922 - paolobarbolini:no-vecdeque-extra-reserve, r=the8472Yuki Okushi-2/+0
2022-06-10Auto merge of #95770 - nrc:read-buf-builder, r=joshtriplettbors-7/+11
2022-06-10use fcntl fallback for additional poll-specific errorsThe 8472-7/+8
2022-06-09Remove redundant calls to reserve in impl Write for VecDequePaolo Barbolini-2/+0
2022-06-09Rollup merge of #95632 - evanrichter:master, r=joshtriplettYuki Okushi-0/+48
2022-06-08Rollup merge of #97830 - LucasDumont:add-example-alloc, r=yaahcMichael Goulet-0/+14
2022-06-08remove unneeded codeStefan Lankes-5/+0
2022-06-07Rollup merge of #97821 - Nilstrieb:mutex-docs, r=Dylan-DPCDylan DPC-5/+4
2022-06-07Update library/std/src/sync/mutex.rsDylan DPC-1/+1
2022-06-07Add std::alloc::set_alloc_error_hook exampleLucas Dumont-0/+14
2022-06-07Rollup merge of #97771 - rtzoeller:haiku_no_sigio, r=kennytmDylan DPC-0/+1
2022-06-07Remove confusing sentence from `Mutex` docsNilstrieb-5/+4
2022-06-07Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakisbors-2/+2
2022-06-07Rollup merge of #97700 - nzrq:patch-1, r=dtolnayMatthias Krüger-0/+6
2022-06-06Apply suggestions from code reviewnzrq-2/+3
2022-06-05Remove SIGIO reference on HaikuRyan Zoeller-0/+1
2022-06-04Update library/std/src/collections/hash/set.rsnzrq-1/+1
2022-06-04Auto merge of #97191 - wesleywiser:main_thread_name, r=ChrisDentonbors-1/+15
2022-06-04keep using poll as fast path and only use fcntl as fallbackThe 8472-19/+65
2022-06-04Rollup merge of #97647 - m-ou-se:lazy-box-locks, r=AmanieuDylan DPC-123/+184
2022-06-03Update set.rsnzrq-6/+4
2022-06-03Fully stabilize NLLJack Huey-2/+2
2022-06-03Auto merge of #95833 - notriddle:notriddle/human-readable-signals, r=yaahcbors-6/+82
2022-06-03Add note to documentation of HashSet::intersectionnzrq-0/+7