about summary refs log tree commit diff
path: root/library/coretests/tests
AgeCommit message (Expand)AuthorLines
2025-04-19Auto merge of #139114 - m-ou-se:super-let-pin, r=davidtwcobors-0/+1
2025-04-18Move `<CStr as Debug>` test to coretestsTamir Duberstein-0/+6
2025-04-17Fix drop handling in `hint::select_unpredictable`Amanieu d'Antras-0/+25
2025-04-15Implement `pin!()` using `super let`.Mara Bos-0/+1
2025-04-11Implement Default for raw pointersChris Denton-0/+17
2025-04-10Auto merge of #137412 - scottmcm:redo-swap, r=cuviperbors-0/+36
2025-04-09Ensure `swap_nonoverlapping` is really always untypedScott McMurray-0/+36
2025-04-09update cfgsBoxy-1/+0
2025-04-05tidy: Fix paths to coretests and alloctestsThalia Archibald-1/+1
2025-04-03Stabilize the `cell_update` featureTrevor Gross-1/+0
2025-04-02Apply requested API changes to `cell_update`Trevor Gross-2/+2
2025-04-01Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obkbors-601/+609
2025-03-29Add more tests for pin!().Mara Bos-0/+11
2025-03-28Put pin!() tests in the right file.Mara Bos-14/+17
2025-03-25Rollup merge of #135745 - bardiharborow:std/net/rfc9602, r=cuviperMatthias Krüger-0/+2
2025-03-22Auto merge of #136974 - m-ou-se:fmt-options-64-bit, r=scottmcmbors-0/+20
2025-03-21Add test for Formatter flags.Mara Bos-0/+20
2025-03-21Rollup merge of #138717 - jdonszelmann:pin-macro, r=WaffleLapkinMatthias Krüger-0/+14
2025-03-21coretests stop relying on `inline_const_pat`lcnr-601/+609
2025-03-21Recognise new IPv6 non-global range from RFC9602Bardi Harborow-0/+2
2025-03-19Add cfg(not(bootstrap)) for new test.Mara Bos-0/+1
2025-03-19Pin tests.Mara Bos-7/+7
2025-03-19add rustc_macro_edition_2021Jana Dönszelmann-0/+13
2025-03-19Rollup merge of #135394 - clarfonthey:uninit-slices-part-2, r=tgross35Matthias Krüger-27/+27
2025-03-18Remove the regex dependency from coretestsbjorn3-19/+11
2025-03-16Rollup merge of #135080 - Enselic:debug-ptr-metadata, r=thomcc许杰友 Jieyou Xu (Joe)-2/+33
2025-03-10Update tests.Mara Bos-14/+14
2025-03-10Limit formatting width and precision to 16 bits.Mara Bos-1/+1
2025-03-08Add inherent versions of MaybeUninit::fill methods for slicesltdk-27/+27
2025-03-07Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35Matthias Krüger-18/+12
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-18/+12
2025-03-05Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk许杰友 Jieyou Xu (Joe)-10/+1
2025-03-05Rollup merge of #137679 - bjorn3:coretests_improvements, r=jieyouxu,onur-ozkan许杰友 Jieyou Xu (Joe)-2/+1
2025-03-05Rollup merge of #134063 - tgross35:dec2flt-refactoring, r=Noratrieb许杰友 Jieyou Xu (Joe)-19/+140
2025-03-04Rollup merge of #137829 - cramertj:stabilize-split-off, r=jhprattJubilee-1/+0
2025-03-02dec2flt: Refactor float traitsTrevor Gross-0/+61
2025-03-02dec2flt: Rename fields to be consistent with documented notationTrevor Gross-6/+6
2025-03-02dec2flt: Rename `Number` to `Decimal`Trevor Gross-13/+42
2025-03-02dec2flt: Rename `Decimal` to `DecimalSeq`Trevor Gross-0/+31
2025-02-28Stabilize [T]::split_off... methodsTaylor Cramer-1/+0
2025-02-27checked_ilog tests: deal with a bit of float imprecisionRalf Jung-18/+56
2025-02-27Delete tuple unsizingAlice Ryhl-10/+1
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