about summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2025-01-26Put all coretests in a separate cratebjorn3-26334/+0
2025-01-25Rollup merge of #135948 - bjorn3:update_emscripten_std_tests, r=Mark-SimulacrumJacob Pratt-34/+29
2025-01-24Remove a bunch of emscripten test ignoresbjorn3-34/+29
2025-01-24Fix `FormattingOptions` instantiation with `Default`Yuri Astrakhan-0/+6
2025-01-23Rollup merge of #135073 - joshtriplett:bstr, r=BurntSushiMatthias Krüger-0/+54
2025-01-20Recognise new IPv6 documentation range from RFC9637Bardi Harborow-0/+10
2025-01-16Rollup merge of #133720 - c410-f3r:cfg-match-foo-bar-baz, r=joshtriplettMatthias Krüger-21/+228
2025-01-11Add inherent versions of MaybeUninit methods for slicesltdk-16/+16
2025-01-11Implement `ByteStr` and `ByteString` typesJosh Triplett-0/+54
2025-01-08update cfg(bootstrap)Pietro Albini-1/+1
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-22Adjust syntaxCaio-21/+228
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