about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2022-05-28Stabilize `toowned_clone_into`Yuki Okushi-1/+0
2022-05-27Call the OS function to set the main thread's name on program initWesley Wiser-1/+15
2022-05-27Finish bumping stage0Mark Rousskov-4/+0
2022-05-27docs: Don't imply that OsStr on Unix is always UTF-8Xiretza-1/+1
2022-05-26Rollup merge of #96033 - yaahc:expect-elaboration, r=scottmcmMatthias Krüger-1/+137
2022-05-26Auto merge of #96742 - m-ou-se:bsd-no-ancillary, r=joshtriplettbors-173/+33
2022-05-25Disable unix::net::ancillary on BSD.Mara Bos-173/+33
2022-05-25fix linksJane Lusby-11/+13
2022-05-24add aliases for current_dirjulio-0/+3
2022-05-24explained unwrap vs expectJane Losare-Lusby-12/+15
2022-05-25Rollup merge of #97364 - notriddle:continue-keyword, r=JohnTitorYuki Okushi-6/+6
2022-05-24Fix weird indentation in continue_keyword docsMichael Howell-6/+6
2022-05-24Rollup merge of #97321 - RalfJung:int-to-fnptr, r=Dylan-DPCDylan DPC-0/+26
2022-05-24Fix stabilization version of `Ipv6Addr::to_ipv4_mapped`Tobias Bucher-1/+1
2022-05-23sync primitive_docsRalf Jung-0/+26
2022-05-23Auto merge of #97315 - Dylan-DPC:rollup-2wee2oz, r=Dylan-DPCbors-0/+13
2022-05-23Put a bound on collection misbehaviorChristopher Durham-8/+10
2022-05-23Rollup merge of #96129 - mattheww:2022-04_float_rounding, r=Dylan-DPCDylan DPC-0/+13
2022-05-23Auto merge of #92461 - rust-lang:const_tls_local_panic_count, r=Mark-Simulacrumbors-1/+1
2022-05-23Rollup merge of #97294 - jersou:patch-1, r=Dylan-DPCDylan DPC-2/+2
2022-05-23Auto merge of #96455 - dtolnay:writetmp, r=m-ou-sebors-6/+6
2022-05-23Implement `FusedIterator` for `std::net::[Into]Incoming`Chayim Refael Friedman-0/+7
2022-05-23Auto merge of #96906 - tbu-:pr_stabilize_to_ipv4_mapped, r=dtolnaybors-5/+5
2022-05-22Make write/print macros eagerly drop temporariesDavid Tolnay-6/+6
2022-05-23std::time : fix doc variable namejersou-2/+2
2022-05-22small changeProloy Mishra-1/+1
2022-05-22Rollup merge of #97245 - m-ou-se:rwlock-state-typo, r=JohnTitorYuki Okushi-3/+2
2022-05-22Rollup merge of #97144 - samziz:patch-1, r=Dylan-DPCYuki Okushi-4/+4
2022-05-21Expand the explanation of OsString capacityJosh Triplett-3/+14
2022-05-21Fix typo in futex RwLock::write_contended.Mara Bos-3/+2
2022-05-21Use GRND_INSECURE instead of /dev/urandom when possibleJason A. Donenfeld-0/+15
2022-05-20Add complexity estimation of iterating over HashSet and HashMapAngelicosPhosphoros-0/+50
2022-05-20Auto merge of #96422 - tmccombs:mutex-unpoison, r=m-ou-sebors-0/+83
2022-05-20Remove references to guards in documentation for clear_poisonThayne McCombs-10/+10
2022-05-19OsString: Consolidate all documentation about capacity in top-level docsJosh Triplett-28/+12
2022-05-19impl Read and Write for VecDeque<u8>Evan Richter-0/+48
2022-05-19std: fix deadlock in `Parker`joboet-8/+13
2022-05-19Remove unnecessay .report() on ExitCodebenediktwerner-2/+2
2022-05-19Change clear_poison to take the lock instead of a guardThayne McCombs-8/+18
2022-05-19Auto merge of #97033 - nbdd0121:unwind3, r=Amanieubors-1/+1
2022-05-19Rollup merge of #97131 - gimbles:patch-2, r=Dylan-DPCYuki Okushi-1/+1
2022-05-19Rollup merge of #97127 - Mark-Simulacrum:revert-96441, r=m-ou-seYuki Okushi-132/+31
2022-05-18std: Add capacity guarantees notes for OsStringXuanwo-0/+35
2022-05-18Fix rusty grammar in `std::error::Reporter` docsSam Robinson-Adams-4/+4
2022-05-18std: use an event flag based thread parker on SOLIDjoboet-6/+214
2022-05-18Rollup merge of #97101 - coolreader18:exitcode-method-issue, r=yaahcDylan DPC-1/+1
2022-05-18Rollup merge of #96917 - marti4d:master, r=ChrisDentonDylan DPC-4/+74
2022-05-18Update macros.rsGim-1/+1
2022-05-17Revert "Auto merge of #96441 - ChrisDenton:sync-pipes, r=m-ou-se"Mark Rousskov-132/+31
2022-05-16Add tracking issue for ExitCode::exit_processNoa-1/+1