summaryrefslogtreecommitdiff
path: root/library/std
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #111134 - GilShoshan94:remove-send-bound-on-error, r=dtolnaybors2023-05-162-3/+3
|\
| * Remove unnecessary Send boundGil Shoshan2023-05-032-3/+3
* | Rollup merge of #110049 - SkiFire13:localkey-with-docs-fix, r=workingjubileeMatthias Krüger2023-05-151-2/+2
|\ \
| * | Don't claim LocalKey::with prevents a reference to be sent across threadsGiacomo Stevanato2023-04-071-2/+2
* | | wanting => wantVagelis Prokopiou2023-05-152-2/+2
* | | Auto merge of #108196 - sunfishcode:sunfishcode/windows-as-socket-impls, r=dt...bors2023-05-142-0/+72
|\ \ \
| * | | Implement `AsHandle`/`AsSocket` for `Arc`/`Rc`/`Box` on WindowsDan Gohman2023-02-172-0/+72
* | | | Shorten lifetime of panic temporaries in panic_fmt caseDavid Tolnay2023-05-141-1/+3
* | | | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwcobors2023-05-124-6/+18
|\ \ \ \
| * | | | Improve code around SGX waitqueueUrgau2023-05-111-3/+13
| * | | | Remove useless drop of copy typeUrgau2023-05-101-1/+1
| * | | | Remove and fix useless drop of referenceUrgau2023-05-103-3/+5
* | | | | Don't force include Windows goop when documentingChris Denton2023-05-094-59/+40
|/ / / /
* | | | Auto merge of #110285 - KisaragiEffective:sync-stdarch, r=Amanieubors2023-05-091-1/+0
|\ \ \ \
| * | | | std: remove test for arm's crypto featureKisaragi Marine2023-05-081-1/+0
* | | | | Auto merge of #110152 - ChrisDenton:windows-sys, r=thomccbors2023-05-0916-3098/+7089
|\ \ \ \ \
| * | | | | Sort windows_sys.lst alphabeticallyChris Denton2023-05-051-614/+617
| * | | | | Use new bindingsChris Denton2023-05-0512-53/+70
| * | | | | Generate windows-sys bindingsChris Denton2023-05-054-3045/+7016
* | | | | | Rollup merge of #104070 - nbdd0121:unwind, r=AmanieuMichael Goulet2023-05-082-5/+11
|\ \ \ \ \ \
| * | | | | | Prevent aborting guard from aborting the process in a forced unwindGary Guo2023-05-071-0/+3
| * | | | | | Parse catch filter in personality functionGary Guo2023-05-072-5/+8
* | | | | | | Rollup merge of #110638 - nikarh:vita, r=Mark-SimulacrumYuki Okushi2023-05-0816-23/+235
|\ \ \ \ \ \ \
| * | | | | | | PS Vita std supportNikolay Arhipov2023-05-0716-23/+235
| |/ / / / / /
* | | | | | | Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar...bors2023-05-085-4/+5
|\ \ \ \ \ \ \
| * | | | | | | enable `rust_2018_idioms` for doctestsozkanonur2023-05-075-4/+5
* | | | | | | | Auto merge of #111306 - Urgau:hashbrown-std-0.13, r=Amanieubors2023-05-071-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Update hashbrown from 0.12.3 to 0.13.1 for stdUrgau2023-05-071-1/+1
* | | | | | | | Rollup merge of #111139 - fortanix:raoul/fix_mxcsr_configuration_dependent_ti...Yuki Okushi2023-05-061-1/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix MXCSR configuration dependent timingRaoul Strackx2023-05-031-1/+5
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Rollup merge of #110830 - Freaky:freebsd-cpuset, r=thomccYuki Okushi2023-05-061-0/+19
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Add FreeBSD cpuset support to std::thread::available_concurrencyThomas Hurst2023-04-251-0/+19
* | | | | | | | Rollup merge of #103056 - beetrees:timespec-bug-fix, r=thomccDylan DPC2023-05-054-24/+35
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Fix `checked_{add,sub}_duration` incorrectly returning `None` when `other` ha...beetrees2022-10-144-24/+35
* | | | | | | | Rollup merge of #110946 - RalfJung:tls-realstd, r=m-ou-seYuki Okushi2023-05-053-17/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | avoid duplicating TLS state between test std and realstdRalf Jung2023-04-283-17/+22
* | | | | | | | | Rollup merge of #111009 - scottmcm:ascii-char, r=BurntSushiMatthias Krüger2023-05-041-0/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add the basic `ascii::Char` typeScott McMurray2023-05-031-0/+3
* | | | | | | | | | Rollup merge of #105695 - joboet:remove_generic_parker, r=m-ou-seManish Goregaokar2023-05-036-129/+17
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | std: replace generic thread parker with explicit no-op parkerjoboet2023-02-166-129/+17
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Rollup merge of #97594 - WaffleLapkin:array_tuple_conv, r=ChrisDentonManish Goregaokar2023-05-031-0/+20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Mention array<->tuple convs in docsMaybe Waffle2023-05-031-0/+20
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Use `from_wide_to_user_path` in `read_link`Chris Denton2023-05-032-4/+7
* | | | | | | | | | Correctly convert an NT path to a Win32 pathChris Denton2023-05-032-12/+21
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | Rollup merge of #110895 - Ayush1325:thread-local-fix, r=thomccDylan DPC2023-05-021-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove all in target_thread_local cfgAyush Singh2023-04-271-1/+1
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Rollup merge of #111057 - xfix:tcpstream-as-raw-fd-inline, r=m-ou-seMatthias Krüger2023-05-0126-0/+69
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Inline AsRawFd implementationsKonrad Borowski2023-05-0111-0/+11
| * | | | | | | | | Inline socket function implementationsKonrad Borowski2023-05-013-0/+9
| * | | | | | | | | Inline AsInner implementationsKonrad Borowski2023-05-0125-0/+49
| | |/ / / / / / / | |/| | | | | | |