about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2022-12-30std: rename `Parker::new` to `Parker::new_in_place`, add safe `Parker::new` c...joboet-24/+16
2022-12-29std: pass hint to id-based parking functionsjoboet-13/+13
2022-12-29std: unify id-based thread parking implementationsjoboet-231/+208
2022-12-29Auto merge of #105590 - solid-rs:patch/kmc-solid/thread-lifecycle-ordering, r...bors-9/+16
2022-12-29Auto merge of #105741 - pietroalbini:pa-1.68-nightly, r=Mark-Simulacrumbors-721/+99
2022-12-28Rollup merge of #106161 - meithecatte:iter-find-position, r=Mark-SimulacrumMatthias Krüger-0/+3
2022-12-28Rollup merge of #105998 - RalfJung:no-unwind-panic-msg, r=thomccMatthias Krüger-1/+5
2022-12-28Rollup merge of #105497 - albertlarsan68:doc-panic-hook-and-catch-unwind, r=m...Matthias Krüger-0/+3
2022-12-28Rollup merge of #105359 - flba-eb:thread_local_key_sentinel_value, r=m-ou-seMatthias Krüger-8/+17
2022-12-28Rollup merge of #104493 - adamncasey:cgroupzeroperiod, r=m-ou-seMatthias Krüger-2/+2
2022-12-28Rollup merge of #104402 - joboet:sync_remutex, r=m-ou-seMatthias Krüger-4/+5
2022-12-28Clarify catch_unwind docs about panic hooksAlbert Larsan-0/+3
2022-12-28fix custom mir doc testsLukas Markeffsky-2/+4
2022-12-28fix documenting private items of standard libraryLukas Markeffsky-11/+18
2022-12-28delete more `cfg(bootstrap)`Lukas Markeffsky-19/+6
2022-12-28Update bootstrap cfgPietro Albini-655/+37
2022-12-28update stabilization version numbersPietro Albini-34/+34
2022-12-28Rollup merge of #106172 - estebank:suggest-impl-trait, r=compiler-errorsMatthias Krüger-0/+1
2022-12-28Auto merge of #106209 - fee1-dead-contrib:rollup-47ysdcu, r=fee1-deadbors-69/+118
2022-12-28adjust message on non-unwinding panicRalf Jung-1/+5
2022-12-28Rollup merge of #106184 - albertlarsan68:docs-106154, r=Nilstriebfee1-dead-1/+1
2022-12-28Rollup merge of #105484 - nbdd0121:upcast, r=compiler-errorsfee1-dead-0/+5
2022-12-28Rollup merge of #104708 - jonasspinner:fix-backoff-doc-to-match-implementatio...fee1-dead-1/+1
2022-12-28Rollup merge of #104024 - noeddl:unused-must-use, r=compiler-errorsfee1-dead-1/+1
2022-12-28Rollup merge of #103945 - H4x5:remove-iter-empty-hack, r=compiler-errorsfee1-dead-6/+1
2022-12-28Rollup merge of #94145 - ssomers:binary_heap_tests, r=jyn514fee1-dead-60/+109
2022-12-28Auto merge of #103881 - ChayimFriedman2:patch-2, r=compiler-errorsbors-8/+9
2022-12-28Auto merge of #100539 - joboet:horizon_timeout_clock, r=thomccbors-2/+4
2022-12-27Auto merge of #106193 - compiler-errors:rollup-0l54wka, r=compiler-errorsbors-10/+17
2022-12-27Fix `core::any` mod-level docsAlbert Larsan-1/+1
2022-12-27Rollup merge of #106189 - alexhrao:master, r=NilstriebMichael Goulet-1/+1
2022-12-27Rollup merge of #106187 - ChayimFriedman2:patch-4, r=compiler-errorsMichael Goulet-1/+1
2022-12-27Rollup merge of #106179 - RetroSeven:typo_fix, r=compiler-errorsMichael Goulet-1/+1
2022-12-27Rollup merge of #103718 - matklad:infer-lazy, r=dtolnayMichael Goulet-7/+14
2022-12-27Fix UnsafeCell Documentation Spelling ErrorAlex Rao-1/+1
2022-12-27Auto merge of #97176 - kraktus:cmd_debug, r=the8472bors-8/+173
2022-12-27Update the documentation of `Vec` to use `extend(array)` instead of `extend(a...Chayim Refael Friedman-1/+1
2022-12-27Fix a formatting errorRetroSeven-1/+1
2022-12-27More verbose `Debug` implementation of `std::process:Command`kraktus-8/+173
2022-12-26Suggest `impl Iterator` when possible for `_` return typeEsteban Küber-0/+1
2022-12-26Iterator::find: link to Iterator::position in docs for discoverabilityMaja Kądziołka-0/+3
2022-12-25Auto merge of #105997 - RalfJung:immediate-abort, r=eholkbors-7/+9
2022-12-25Auto merge of #106112 - RalfJung:into-iter, r=thomccbors-2/+27
2022-12-24Auto merge of #104977 - RalfJung:ptr-from-ref, r=dtolnaybors-15/+37
2022-12-24Auto merge of #106111 - matthiaskrgr:rollup-nnpoe5h, r=matthiaskrgrbors-12/+12
2022-12-24add tracking issue, fix typoRalf Jung-3/+3
2022-12-24add lib tests for vec::IntoIter alignment issuesRalf Jung-2/+27
2022-12-24Rollup merge of #106032 - mcha-forks:lfs-musl-fix, r=thomccMatthias Krüger-12/+12
2022-12-24Auto merge of #106081 - mina86:c, r=Mark-Simulacrumbors-1/+5
2022-12-23fix one more unaligned self.ptr, and add testsRalf Jung-1/+1