about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2022-06-19Rollup merge of #98233 - RalfJung:ref-alloc, r=thomccDylan DPC-4/+4
2022-06-19Auto merge of #97791 - m-ou-se:const-locks, r=m-ou-sebors-6/+26
2022-06-19Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-seMatthias Krüger-770/+795
2022-06-18Auto merge of #97924 - cuviper:unguarded-poison, r=Mark-Simulacrumbors-8/+15
2022-06-18make std not use &A: Allocator instanceRalf Jung-4/+4
2022-06-17Impl Termination for Infallible and then make the Result impls of Termination...Aria Beingessner-22/+15
2022-06-17Rollup merge of #97844 - ChrisDenton:dont-panic, r=JohnTitorDylan DPC-4/+5
2022-06-17Rollup merge of #95392 - Xuanwo:stablize_try_reserve_2, r=dtolnayDylan DPC-6/+4
2022-06-17Auto merge of #98143 - cuviper:futex-rwlock-inline, r=thomccbors-0/+9
2022-06-17Rollup merge of #98169 - pierwill:dyn-disp, r=JohnTitorYuki Okushi-1/+2
2022-06-17Rollup merge of #98118 - steffahn:scoped-threads-nll-test, r=m-ou-seYuki Okushi-0/+13
2022-06-16Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle-771/+795
2022-06-16Move/rename `lazy::{OnceCell, Lazy}` to `cell::{OnceCell, LazyCell}`Maybe Waffle-3/+4
2022-06-16Keyword docs: Link to wikipedia article for dynamic dispatchpierwill-1/+2
2022-06-16Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomezbors-6/+70
2022-06-16Rollup merge of #98125 - KarlWithK:entry_add_modify_doc, r=Dylan-DPCMatthias Krüger-2/+4
2022-06-16std: Stabilize feature try_reserve_2Xuanwo-6/+4
2022-06-15Auto merge of #98152 - JohnTitor:rollup-osr17j6, r=JohnTitorbors-2/+32
2022-06-16Rollup merge of #97202 - joshtriplett:os-str-capacity-documentation, r=dtolnayYuki Okushi-2/+32
2022-06-15Auto merge of #97178 - sunfishcode:ownedfd-and-dup, r=joshtriplettbors-36/+81
2022-06-15Add `#[inline]` to small fns of futex `RwLock`Josh Stone-0/+9
2022-06-15Add the new stability attributes, for Windows.Dan Gohman-0/+2
2022-06-15Revise the documentation for `try_clone`.Dan Gohman-6/+8
2022-06-15Add `BorrowedFd::try_clone_to_owned`.Dan Gohman-17/+42
2022-06-15Document that `BorrowedFd` may be used to do a `dup`.Dan Gohman-13/+29
2022-06-15Auto merge of #95897 - AzureMarker:feature/horizon-std, r=nagisabors-86/+300
2022-06-15Test NLL fix of bad lifetime inference for reference captured in closure.Frank Steffahn-0/+13
2022-06-15Add examples using `add_modify` to HashMapKarlWithK-2/+4
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-14rustdoc: change "variadic tuple" notation to look less like real syntaxMichael Howell-4/+4
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-11Update library/std/src/primitive_docs.rsMichael Howell-1/+1
2022-06-11fix compat_fn option method on miriDrMeepster-8/+9
2022-06-11Add test case for #trait-implementations-1 linkMichael Howell-0/+2
2022-06-11Re-add explicit list of traits to tuple docs, with limit notesMichael Howell-5/+34