about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2022-11-13just use `libc::clockid_t`Cameron-8/+3
2022-11-13Fix non-associativity of `Instant` math on `aarch64-apple-darwin` targetsJoy-3/+23
2022-11-13Remove unused diagnostic itemsMaybe Waffle-2/+0
2022-11-13Update compiler-builtinsAyush Singh-1/+1
2022-11-13Auto merge of #93563 - ibraheemdev:crossbeam-channel, r=Amanieubors-2848/+2739
2022-11-12avoid using channels in thread-local testsIbraheem Ahmed-22/+44
2022-11-12avoid calling `thread::current` in channel destructorIbraheem Ahmed-13/+11
2022-11-12Use correct EH personality on `*-windows-gnu-*`Mateusz Mikuła-1/+1
2022-11-12Rollup merge of #102049 - fee1-dead-contrib:derive_const, r=oli-obkDylan DPC-0/+4
2022-11-12Auto merge of #103150 - joboet:remove_lock_wrappers, r=m-ou-sebors-653/+404
2022-11-11Document `Path::parent` behavior around relative pathsTobias Bucher-1/+12
2022-11-10Rollup merge of #104060 - ink-feather-org:const_hash, r=fee1-deadManish Goregaokar-3/+7
2022-11-09tidyIbraheem Ahmed-5/+4
2022-11-09spin less in `mpsc::SyncSender::send`Ibraheem Ahmed-1/+1
2022-11-09remove extra spinning from `mpsc` parkerIbraheem Ahmed-15/+0
2022-11-09`sync::mpsc`: quadratic backoffIbraheem Ahmed-2/+3
2022-11-09`sync::mpsc`: reload state after spinning on CAS failureIbraheem Ahmed-8/+8
2022-11-09remove extra spinning from `mpsc::Receiver::recv`Ibraheem Ahmed-26/+6
2022-11-09remove mention of rust-lang#39364 from mpsc docsIbraheem Ahmed-28/+0
2022-11-09add test case for rust-lang#39364Ibraheem Ahmed-0/+14
2022-11-09implement `sync::mpsc` as a wrapper around `sync::mpmc`Ibraheem Ahmed-2798/+24
2022-11-09initial port of crossbeam-channelIbraheem Ahmed-0/+2694
2022-11-09`IN6ADDR_ANY_INIT` and `IN6ADDR_LOOPBACK_INIT` documentation.Abhijit Gadgil-0/+9
2022-11-08Test const `Hash`, fix nitsonestacked-1/+1
2022-11-08clarify licensing situation of mpsc and spsc queuePietro Albini-2/+17
2022-11-07Auto merge of #103934 - notriddle:notriddle/backtrace-deps, r=Mark-Simulacrumbors-3/+3
2022-11-06Bump version placeholders to releaseMark Rousskov-1/+1
2022-11-06rustdoc: Add an example for round that is different from truncateyancy-0/+4
2022-11-06Added `const_hash` tracking issue idonestacked-3/+3
2022-11-06Made `Sip` const `Hasher`onestacked-3/+7
2022-11-06std: fix double-free of mutexjoboet-1/+1
2022-11-06std: remove lock wrappers in `sys_common`joboet-653/+404
2022-11-05Rollup merge of #103995 - SUPERCILEX:typos, r=Dylan-DPCDylan DPC-7/+8
2022-11-04Small round of typo fixesAlex Saveau-7/+8
2022-11-03std: sync "Dependencies of the `backtrace` crate" with `backtrace`Michael Howell-3/+3
2022-11-01Rollup merge of #103637 - ChrisDenton:stdio-uwp, r=thomccManish Goregaokar-120/+28
2022-11-01Rollup merge of #103809 - tyggja:patch-1, r=JohnTitorDylan DPC-1/+1
2022-10-31Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras-0/+3
2022-10-31Update mod.rstyggja-1/+1
2022-10-29Add BorrowedBuf::filled_mutAlex Saveau-0/+7
2022-10-29Adjust stabilization version to 1.65.0 for wasi fdsMark Rousskov-2/+2
2022-10-29fix typo in hashmap and hashset try_reserve methodjoseLuís-2/+2
2022-10-29More inference-friendly API for lazyAleksey Kladov-4/+7
2022-10-27Use stdio in UWP appsChris Denton-120/+28
2022-10-27Rollup merge of #103564 - RalfJung:miri-unused, r=thomccMatthias Krüger-2/+3
2022-10-27Rollup merge of #103596 - RalfJung:thread-setname, r=cuviperYuki Okushi-6/+10
2022-10-26thread::set_name: debug-assert that things went wellRalf Jung-6/+10
2022-10-26library: allow some unused things in MiriRalf Jung-2/+3
2022-10-25more dupe typos againRageking8-1/+1
2022-10-25Rollup merge of #103379 - cuviper:truncate-thread-name, r=thomccDylan DPC-0/+49