summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2024-12-31Auto merge of #132195 - clarfonthey:bigint-mul, r=scottmcmbors-7/+123
2024-12-30Auto merge of #134757 - RalfJung:const_swap, r=scottmcmbors-1/+0
2024-12-27Tidy up bigint mul methodsltdk-7/+123
2024-12-27Override `carrying_mul_add` in cg_llvmScott McMurray-0/+10
2024-12-27Move `{widening, carrying}_mul` to an intrinsic with fallback MIRScott McMurray-0/+59
2024-12-26Impl FromIterator for tuples with arity 1-12Sebastian Hahn-0/+12
2024-12-25stabilize const_swapRalf Jung-1/+0
2024-12-24chore: fix typosoliveredget-1/+1
2024-12-24Rollup merge of #134689 - RalfJung:ptr-swap-test, r=oli-obkStuart Cook-10/+54
2024-12-23core: fix const ptr::swap_nonoverlapping when there are pointers at odd offse...Ralf Jung-10/+54
2024-12-23Use `#[derive(Default)]` instead of manually implementing itEsteban Küber-12/+3
2024-12-10stabilize const_nonnull_newRalf Jung-1/+0
2024-12-07Auto merge of #133978 - matthiaskrgr:rollup-6gh1iho, r=matthiaskrgrbors-0/+13
2024-12-06Auto merge of #118159 - EliasHolzmann:formatting_options, r=m-ou-sebors-0/+25
2024-12-06Rollup merge of #132187 - shahn:extend_more_tuples, r=dtolnayMatthias Krüger-0/+13
2024-12-05Stabilize noop_wakerEric Holk-1/+0
2024-12-05Refactored FormattingOptions to use a bitmask for storing flagsElias Holzmann-10/+6
2024-12-05Added struct `fmt::FormattingOptions`Elias Holzmann-0/+29
2024-12-05Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillotLeón Orell Valerian Liehr-0/+1
2024-12-02stabilize const_{size,align}_of_valRalf Jung-1/+0
2024-12-02Allow fn pointers comparisons lint in libraryUrgau-0/+1
2024-12-02Auto merge of #133728 - jhpratt:rollup-k1i60pg, r=jhprattbors-1/+0
2024-12-01Rollup merge of #133672 - RalfJung:const-stability-cleanup, r=jhprattJacob Pratt-1/+0
2024-12-01Rollup merge of #131784 - Urgau:stabilize-midpoint, r=dtolnayJacob Pratt-1/+1
2024-12-01Stabilize unsigned `num_midpoint` featureUrgau-1/+1
2024-11-30add test for bytewise ptr::swap of a pointerRalf Jung-0/+20
2024-11-30remove a whole bunch of unnecessary const feature gatesRalf Jung-1/+0
2024-11-27update cfgsBoxy-3/+1
2024-11-26Rollup merge of #133282 - tgross35:maybe-uninit-debug, r=AmanieuMichael Goulet-0/+7
2024-11-26Rollup merge of #133136 - ChayimFriedman2:get-many-mut, r=AmanieuMichael Goulet-1/+69
2024-11-25Support ranges in `<[T]>::get_many_mut()`Chayim Refael Friedman-1/+69
2024-11-22Shorten the `MaybeUninit` `Debug` implementationTrevor Gross-0/+7
2024-11-22Auto merge of #130867 - michirakara:steps_between, r=dtolnaybors-12/+23
2024-11-21distinguish overflow and unimplemented in Step::steps_betweenmichirakara-12/+23
2024-11-20Stabilize const_pin_2George Bateman-1/+0
2024-11-13Rollup merge of #133003 - zachs18:clonetouninit-dyn-compat-u8, r=dtolnayJubilee-6/+6
2024-11-13Update core CloneToUninit testsZachary S-6/+6
2024-11-12stabilize const_option_extRalf Jung-1/+0
2024-11-04most const intrinsics don't need an explicit rustc_const_unstable any moreRalf Jung-1/+1
2024-11-03Rollup merge of #132423 - RalfJung:const-eval-align-offset, r=dtolnayJubilee-259/+0
2024-11-03remove const-support for align_offsetRalf Jung-259/+0
2024-11-03Rollup merge of #132503 - RalfJung:const-hash-map, r=AmanieuMatthias Krüger-1/+0
2024-11-03Rollup merge of #131377 - rick-de-water:nonzero-exp, r=dtolnayMatthias Krüger-0/+11
2024-11-02remove const_hash feature leftoversRalf Jung-1/+0
2024-11-02get rid of a whole bunch of unnecessary rustc_const_unstable attributesRalf Jung-2/+0
2024-10-31Add a `collect_into` tuple test caseSebastian Hahn-0/+13
2024-10-28Rollup merge of #131391 - ChaiTRex:isqrt, r=scottmcm,tgross35Matthias Krüger-1/+0
2024-10-26Add test for all midpoint expectationsUrgau-0/+55
2024-10-26Round negative signed integer towards zero in `iN::midpoint`Urgau-2/+2
2024-10-25Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errorsbors-1/+0