about summary refs log tree commit diff
path: root/library/coretests
AgeCommit message (Expand)AuthorLines
2025-02-26Fix unused import in coretests on wasm32bjorn3-2/+1
2025-02-25disable a potentially bogus test on MiriRalf Jung-0/+1
2025-02-24Rollup merge of #137393 - chorman0773:unbounded-shifts-stabilize, r=AmanieuJacob Pratt-0/+328
2025-02-23Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrumbors-196/+0
2025-02-23Rollup merge of #137383 - folkertdev:stabilize-unsigned-is-multiple-of, r=Nor...Matthias Krüger-1/+0
2025-02-22Rollup merge of #136910 - okaneco:sig_ones, r=thomccMatthias Krüger-0/+169
2025-02-21Fix unbounded_shifts testsConnor Horman-13/+22
2025-02-21Rollup merge of #136148 - kpreid:type-str, r=joboetMatthias Krüger-0/+8
2025-02-21Stabilize `unbounded_shifts`Connor Horman-0/+319
2025-02-21stabilize `unsigned_is_multiple_of`Folkert de Vries-1/+0
2025-02-20Rollup merge of #134340 - Urgau:stabilize-num_midpoint_signed, r=scottmcmJubilee-1/+0
2025-02-20Implement feature `isolate_most_least_significant_one` for integer typesokaneco-0/+169
2025-02-19Rollup merge of #120580 - HTGAzureX1212:HTGAzureX1212/issue-45795, r=m-ou-seMatthias Krüger-1/+3
2025-02-18update `cfg(bootstrap)`Josh Stone-196/+0
2025-02-16add MAX_LEN_UTF8 and MAX_LEN_UTF16 constantsHTGAzureX1212-1/+3
2025-02-15core: Make `Debug` impl of raw pointers print metadata if presentMartin Nordholts-4/+4
2025-02-15tests: Add regression test for `Debug` impl of raw pointersMartin Nordholts-0/+32
2025-02-15tests: Use `as *const _` instead of `.as_ptr()` in ptr fmt testMartin Nordholts-2/+2
2025-02-15Rollup merge of #136749 - mzeitlin11:extend-asciichar, r=scottmcmJacob Pratt-0/+13
2025-02-14Rollup merge of #136983 - ehuss:misc-2024-prep, r=tgross35Jubilee-27/+31
2025-02-13Migrate coretests to Rust 2024Eric Huss-8/+10
2025-02-13Auto merge of #134633 - GrigorenkoPV:get_disjoint_mut, r=cuviperbors-39/+38
2025-02-13library: Update rand to 0.9.0Eric Huss-19/+21
2025-02-11Optionally add type names to `TypeId`s.Kevin Reid-0/+8
2025-02-10Rollup merge of #136705 - compiler-errors:edition-library, r=jhprattJubilee-5/+5
2025-02-09Mark extern blocks as unsafeMichael Goulet-5/+5
2025-02-08Rustfmtbjorn3-5/+4
2025-02-08Implement Extend<AsciiChar> for StringMatthew Zeitlin-0/+13
2025-02-07Rollup merge of #135945 - estebank:useless-parens, r=compiler-errorsMatthias Krüger-7/+7
2025-02-06remove use of `feature(trait_upcasting)` from core testsWaffle Lapkin-1/+0
2025-02-06Remove some unnecessary parens in `assert!` conditionsEsteban Küber-7/+7
2025-02-04Rename slice::take methods to split_offTaylor Cramer-55/+55
2025-02-04Auto merge of #135265 - pascaldekloe:fmt-int-speed, r=tgross35,ChrisDentonbors-7/+6
2025-01-30black_box integer-input on fmt benchesPascal S. de Kloe-7/+6
2025-01-28Stabilize `get_many_mut` as `get_disjoint_mut`Pavel Grigorenko-39/+38
2025-01-27Stabilize `num_midpoint_signed` featureUrgau-1/+0
2025-01-27Stabilize `const_black_box`Trevor Gross-1/+0
2025-01-26Actually run the bstr testbjorn3-3/+3
2025-01-26Put all coretests in a separate cratebjorn3-0/+29178