about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2024-01-22Rollup merge of #118714 - The-Ludwig:explain_ord_derive_enum_field, r=NilstriebMatthias Krüger-2/+4
2024-01-21reviewMichal Nazarewicz-178/+20
2024-01-21Manually implement derived `NonZero` traits.Markus Reiter-8/+101
2024-01-21Auto merge of #119807 - Emilgardis:track_caller_from_impl_into, r=Nilstriebbors-0/+1
2024-01-21Fix `clippy::correctness` in the libraryNilstrieb-0/+12
2024-01-21Add `#[coverage(off)]` to closures introduced by `#[test]`/`#[bench]`Zalathar-2/+2
2024-01-21Rollup merge of #120045 - scottmcm:unhide-repeat-n, r=Mark-SimulacrumMatthias Krüger-2/+0
2024-01-21Auto merge of #85528 - the8472:iter-markers, r=dtolnaybors-14/+133
2024-01-21chore: suggest wrapping in an `assert!()` insteadHTGAzureX1212-1/+1
2024-01-21Rollup merge of #119081 - jstasiak:is-ipv4-mapped, r=dtolnayNadrieril-1/+36
2024-01-21Rollup merge of #118811 - EbbDrop:is-sorted-by-bool, r=Mark-SimulacrumNadrieril-24/+35
2024-01-21Rollup merge of #116090 - rmehri01:strict_integer_ops, r=m-ou-seNadrieril-15/+996
2024-01-20Auto merge of #111803 - scottmcm:simple-swap-alternative, r=Mark-Simulacrumbors-1/+1
2024-01-20Use bool instead of PartiolOrd in is_sorted_byEbbDrop-24/+35
2024-01-20Spelling fixsunrosa-1/+1
2024-01-20core: introduce split_at{,_mut}_checkedMichal Nazarewicz-28/+375
2024-01-20doc: fix some doctests after rebaseTomás Vallotton-3/+3
2024-01-20refactor: make waker mandatory.Tomás Vallotton-81/+18
2024-01-20chore: make method order consistent with wakerTomás Vallotton-13/+13
2024-01-20docs: remove recommendations to use LocalWaker in stable API documentationTomás Vallotton-57/+46
2024-01-20fix: Apply suggestions from code reviewtvallotton-3/+2
2024-01-20doc: update thread safety explanation for RawWakerVTable and RawWaker.Tomás Vallotton-19/+43
2024-01-20chore: add and !Sync impls for LocalWaker as a stability guarantee.Tomás Vallotton-0/+5
2024-01-20fix: change issue number of waker_getters from #87021 to #96992.Tomás Vallotton-1/+1
2024-01-20chore: fix ci failuresTomás Vallotton-3/+3
2024-01-20feat: impl AsRef<LocalWaker> for Waker.Tomás Vallotton-0/+8
2024-01-20chore: add tracking issue number to local waker featureTomás Vallotton-14/+14
2024-01-20fix: make LocalWake available in targets that don't support atomics by removi...Tomás Vallotton-2/+2
2024-01-20feat: add try_waker and From<&mut Context> for ContextBuilder to allow the ex...Tomás Vallotton-12/+67
2024-01-20refactor: remove in favor of and to make the API infallible.Tomás Vallotton-52/+29
2024-01-20perf: move null check from local_wake() to build()Tomás Vallotton-9/+16
2024-01-20feat: add LocalWaker type, ContextBuilder type, and LocalWake trait.Tomás Vallotton-24/+339
2024-01-20Rollup merge of #118799 - GKFX:stabilize-simple-offsetof, r=wesleywiserMatthias Krüger-10/+8
2024-01-20Rollup merge of #113142 - the8472:opt-cstr-display, r=Mark-SimulacrumMatthias Krüger-1/+105
2024-01-20Rollup merge of #103730 - SOF3:nonzero-from-mut, r=Mark-Simulacrum,dtolnayMatthias Krüger-0/+33
2024-01-19Tweak the threshold for chunked swappingAngelicosPhosphoros-1/+1
2024-01-19Assign tracking issue number for feature(nonzero_from_mut)SOFe-2/+2
2024-01-19Added assert_unsafe_precondition! check for NonZeroXxx::from_mut_uncheckedSOFe-13/+20
2024-01-19Added NonZeroXxx::from_mut(_unchecked)?SOFe-0/+26
2024-01-19Consolidate logic around resolving built-in coroutine trait implsMichael Goulet-0/+1
2024-01-19Remove feature(offset_of) from testsGeorge Bateman-0/+1
2024-01-19Stabilize simple offset_ofGeorge Bateman-10/+7
2024-01-19Clarify Panicking Behavior in Integer Division DocsNicholas Thompson-19/+8
2024-01-19Make `saturating_div` Docs Consistent with OthersNicholas Thompson-10/+8
2024-01-19Adjust Attributes of Integer Division MethodsNicholas Thompson-7/+18
2024-01-19Add new intrinsic `is_constant` and optimize `pow`Catherine Flores-34/+138
2024-01-19Rollup merge of #119984 - kpreid:waker-noop, r=dtolnayMatthias Krüger-7/+13
2024-01-19Rollup merge of #117561 - tgross35:split-array, r=scottmcmMatthias Krüger-260/+90
2024-01-19Rollup merge of #119907 - asquared31415:fn_trait_docs, r=NilstriebMatthias Krüger-8/+2
2024-01-19Rollup merge of #119138 - AngelicosPhosphoros:use_proper_atomics_in_spinlock_...Matthias Krüger-4/+9