about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2022-11-22Rollup merge of #83608 - Kimundi:index_many, r=Mark-SimulacrumManish Goregaokar-0/+1
2022-11-21dont attempt strict provenance in SGXRalf Jung-0/+1
2022-11-21reflow the stack size storyTshepang Mbambo-2/+4
2022-11-20enable fuzzy_provenance_casts lint in libstdRalf Jung-4/+7
2022-11-20Rollup merge of #104558 - thomcc:unalign-diriter, r=ChrisDentonMatthias Krüger-10/+23
2022-11-20Rollup merge of #104537 - HintringerFabian:docs_default_min_stack_size, r=the...Matthias Krüger-3/+2
2022-11-20Add get_many_mut methods to sliceMarvin Löbel-0/+1
2022-11-20cfg(miri) no longer needed in sys/unix/time.rsRalf Jung-2/+2
2022-11-20Improve documentation of Stack sizeFabian Hintringer-3/+2
2022-11-19Add unstable `type_ascribe` macroNilstrieb-0/+8
2022-11-19Rollup merge of #104553 - mwillsey:asinh-acosh-accuracy, r=thomccDylan DPC-4/+32
2022-11-19Rollup merge of #104528 - WaffleLapkin:lazy_lock_docfix, r=matkladDylan DPC-3/+7
2022-11-18Rollup merge of #103594 - maniwani:fix-issue-91417, r=thomccMatthias Krüger-9/+24
2022-11-18Handle the case that even the filename array is unaligned.Thom Chiovoloni-5/+14
2022-11-17Don't assume `FILE_ID_BOTH_DIR_INFO` will be alignedThom Chiovoloni-5/+9
2022-11-17Improve accuracy of asinh and acoshMax Willsey-4/+32
2022-11-17Properly link `{Once,Lazy}{Cell,Lock}` in docsMaybe Waffle-3/+7
2022-11-16available_parallelism: Handle 0 cfs_period_usAdam Casey-2/+2
2022-11-16Rollup merge of #104401 - RalfJung:mpsc-leak, r=AmanieuMatthias Krüger-2/+3
2022-11-15Rollup merge of #103734 - Mark-Simulacrum:fix-version-stabilized, r=JohnTitorMatthias Krüger-2/+2
2022-11-15Auto merge of #104428 - matthiaskrgr:rollup-jo3078i, r=matthiaskrgrbors-2/+0
2022-11-15Rollup merge of #104383 - WaffleLapkin:rustc_undiagnostic_item, r=compiler-er...Matthias Krüger-2/+0
2022-11-14Rollup merge of #101967 - jmillikin:linux-abstract-socket-addr, r=joshtriplettMatthias Krüger-95/+140
2022-11-14macos, aarch64, and not(miri)Cameron-2/+2
2022-11-14std: move `ReentrantMutex` to `sync`joboet-4/+5
2022-11-14avoid memory leak in mpsc testRalf Jung-2/+3
2022-11-14Auto merge of #104387 - Manishearth:rollup-9e551p5, r=Manishearthbors-1/+12
2022-11-13Rollup merge of #104300 - tbu-:pr_path_parent_caveats, r=Mark-SimulacrumManish Goregaokar-1/+12
2022-11-14Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbinibors-1/+1
2022-11-13Auto merge of #103894 - mati865:gnullvm-libunwind-changes, r=thomccbors-1/+1
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-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