about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
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-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
2022-06-03Lazily allocate+initialize locks.Mara Bos-36/+145
2022-06-03Use Drop instead of destroy() for locks.Mara Bos-87/+39
2022-06-02Fix MIPS-specific signal bugMichael Howell-1/+10
2022-06-02Rollup merge of #97635 - rgwood:patch-1, r=ChrisDentonDylan DPC-2/+2
2022-06-02Auto merge of #97414 - LYF1999:yf/cachealign, r=Mark-Simulacrumbors-1/+2
2022-06-01Fix Windows file metadata docsReilly Wood-2/+2
2022-06-01std: show signal number along with nameMichael Howell-46/+50
2022-06-01Rollup merge of #97611 - azdavis:master, r=Dylan-DPCYuki Okushi-2/+3
2022-06-01Rollup merge of #94647 - Urgau:hash-map-many-mut, r=AmanieuYuki Okushi-0/+113
2022-05-31Tweak insert docsAriel Davis-2/+3
2022-06-01use 128 cache align for m1 macyifei-1/+2
2022-06-01Expose get_many_mut and get_many_unchecked_mut to HashMapLoïc BRANSTETT-0/+113
2022-05-31Rollup merge of #97316 - CAD97:bound-misbehavior, r=dtolnayMatthias Krüger-8/+10
2022-05-31Auto merge of #97574 - Dylan-DPC:rollup-jq850l6, r=Dylan-DPCbors-1/+0
2022-05-31Rollup merge of #97455 - JohnTitor:stabilize-toowned-clone-into, r=dtolnayDylan DPC-1/+0
2022-05-31Auto merge of #96881 - est31:join_osstr, r=dtolnaybors-0/+33