about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2021-10-05Suppress some cfg from being shown in the stdlib docsWim Looman-1/+13
2021-10-04Rollup merge of #89462 - devnexen:haiku_thread_aff_build_fix, r=nagisaManish Goregaokar-6/+10
2021-10-04Rollup merge of #88651 - AGSaidi:monotonize-inner-64b-aarch64, r=dtolnayManish Goregaokar-2/+2
2021-10-04Rollup merge of #87631 - :solarish_upd_fs, r=joshtriplettManish Goregaokar-13/+17
2021-10-04Rollup merge of #89270 - seanyoung:join_fold, r=m-ou-seJubilee-7/+55
2021-10-04Rollup merge of #87993 - kornelski:try_reserve_stable, r=joshtriplettJubilee-7/+4
2021-10-04Rollup merge of #89483 - hkmatsumoto:patch-diagnostics-2, r=estebankJubilee-3/+3
2021-10-04Stabilize try_reserveKornel-7/+4
2021-10-04Add doc aliases to `std::thread::available_parallelism`Yoshua Wuyts-0/+2
2021-10-04Auto merge of #89512 - Manishearth:rollup-meh9x7r, r=Manishearthbors-44/+137
2021-10-03Rollup merge of #89472 - nagisa:nagisa/wsa-cleanup, r=dtolnayManish Goregaokar-6/+11
2021-10-03Rollup merge of #89138 - newpavlov:patch-2, r=dtolnayManish Goregaokar-1/+1
2021-10-03Rollup merge of #88305 - ijackson:exitstatus-debug, r=dtolnayManish Goregaokar-3/+21
2021-10-03Rollup merge of #88286 - LeSeulArtichaut:unnecessary-unsafe-block-std, r=dtolnayManish Goregaokar-2/+1
2021-10-03Rollup merge of #86434 - CDirkx:ipv6-benchmarking, r=joshtriplettManish Goregaokar-32/+103
2021-10-04Auto merge of #89165 - jkugelman:read-to-end-overallocation, r=joshtriplettbors-41/+37
2021-10-03Automatically convert paths to verbatimChris Denton-13/+163
2021-10-03Re-export io::stdio::cleanup instead of wrap itbjorn3-3/+1
2021-10-03Use rtabort! instead of rtprintpanic! + abort_internalbjorn3-2/+1
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-3/+3
2021-10-02Make diangostic item names consistentCameron Steffen-3/+3
2021-10-02Run the #85441 regression test on MSVC onlySimonas Kazlauskas-3/+3
2021-10-02Only register `WSACleanup` if `WSAStartup` is actually ever calledChristiaan Dirkx-6/+11
2021-10-02haiku thread affinity build fixDavid Carlier-6/+10
2021-10-01Call `libc::sigaction()` only on AndroidFabian Wolff-3/+14
2021-10-01path.push() should work as expected on windows verbatim pathsSean Young-7/+55
2021-10-01Add methods to add/sub `uX` to/from `iX`Benoît du Garreau-1/+1
2021-10-01Add functions to add unsigned and signed integersBenoît du Garreau-6/+2
2021-10-01Fix ctrl-c causing reads of stdin to return empty on Windows.Arlo Siemsen-9/+19
2021-09-30Rollup merge of #89306 - devnexen:haiku_ncpus, r=nagisaManish Goregaokar-1/+10
2021-09-30Rollup merge of #89303 - guswynn:std_suspend, r=dtolnayManish Goregaokar-0/+19
2021-09-29Rollup merge of #89315 - et342:cstr_from_vec_unchecked_doc, r=yaahcEric Huss-0/+2
2021-09-29Auto merge of #89011 - bjorn3:restructure_rt, r=dtolnaybors-114/+112
2021-09-28Clean up unneeded explicit pointer castDavid Tolnay-1/+1
2021-09-28ref/refmutGus Wynn-2/+2
2021-09-28Rename `std::thread::available_onccurrency` to `std::thread::available_parall...Yoshua Wuyts-12/+12
2021-09-28Auto merge of #86191 - kawadakk:release-add-solid-support, r=nagisa,estebank,...bors-0/+3915
2021-09-28Add SOLID targetsTomoaki Kawada-0/+3915
2021-09-28Clarify that `CString::from_vec_unchecked` appends 0 byte.et342-0/+2
2021-09-27thread: implements available_concurrency on haikuDavid Carlier-1/+10
2021-09-27lock typesGus Wynn-0/+19
2021-09-26Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakisbors-0/+1
2021-09-25Rollup merge of #89216 - r00ster91:bigo, r=dtolnayManish Goregaokar-11/+11
2021-09-25Rollup merge of #89010 - est31:intra_doc_links, r=m-ou-seManish Goregaokar-2/+4
2021-09-25Auto merge of #88343 - steffahn:fix_code_spacing, r=jyn514bors-121/+113
2021-09-25Apply 16 commits (squashed)Frank Steffahn-121/+113
2021-09-24consistent big O notationr00ster91-11/+11
2021-09-23Rollup merge of #88612 - lovasoa:patch-1, r=m-ou-seJubilee-1/+5
2021-09-23Auto merge of #88587 - bdbai:fix/uwpio, r=joshtriplettbors-4/+7
2021-09-23Reason safety for unsafe blocks for uwp stdinbdbai-0/+2