about summary refs log tree commit diff
path: root/library/coretests
AgeCommit message (Expand)AuthorLines
2025-07-11Consolidate is_nanRoger Curley-52/+22
2025-07-11Consolidate one testsRoger Curley-52/+19
2025-07-11Consolidate negative zero testsRoger Curley-56/+20
2025-07-11Consolidate zero testsRoger Curley-52/+19
2025-07-11Consolidate neg_infinity testsRoger Curley-48/+18
2025-07-11Consolidate test_num testsRoger Curley-50/+34
2025-07-11Consolidate infinity testsRoger Curley-48/+18
2025-07-10Auto merge of #143721 - tgross35:rollup-sjdfp6r, r=tgross35bors-56/+23
2025-07-09Refactor nan testsRoger Curley-56/+23
2025-07-09Add opaque TypeId handles for CTFEOli Scherer-8/+0
2025-07-09core: Change `BorrowedCursor::written`'s originBenoît du Garreau-1/+1
2025-07-09core: Remove `BorrowedCursor::uninit_mut`Benoît du Garreau-2/+0
2025-07-09core: Remove `BorrowedCursor::init_ref` methodBenoît du Garreau-3/+1
2025-07-04Rollup merge of #142749 - LimpSquid:bool_to_result, r=scottmcmJacob Pratt-0/+9
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-2/+2
2025-07-01core: Add `BorrowedCursor::with_unfilled_buf`Benoît du Garreau-0/+36
2025-06-27Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errorsbors-0/+75
2025-06-25make RefCell unstably constDaniel Bloom-0/+75
2025-06-25make `tidy-alphabetical` use a natural sortFolkert de Vries-1/+1
2025-06-20Rollup merge of #142668 - hkBst:less-static-mut, r=tgross35Trevor Gross-17/+13
2025-06-19Add methods for converting bool to `Result<(), E>`LimpSquid-0/+9
2025-06-19Fix unsoundness in some testsBenoît du Garreau-2/+2
2025-06-19atomic tests: remove static mutMarijn Schouten-17/+13
2025-06-18Add test for new format_args!() temporary lifetimes.Mara Bos-0/+15
2025-06-16Rollup merge of #142373 - m-ou-se:debug-for-location, r=tgross35Jakub Beránek-0/+8
2025-06-16Test Debug for Location.Mara Bos-0/+8
2025-06-14Rollup merge of #142243 - RalfJung:float-test-dedup, r=tgross35Matthias Krüger-676/+308
2025-06-14Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errorsMatthias Krüger-1/+0
2025-06-13tweak runtime/const macro managementRalf Jung-44/+49
2025-06-13Unimplement unsized_localsmejrs-1/+0
2025-06-12Delegate `<CStr as Debug>` to `ByteStr`Tamir Duberstein-1/+1
2025-06-12Auto merge of #136594 - pascaldekloe:fmt-int128, r=tgross35bors-36/+121
2025-06-11feat: Add `bit_width` for unsigned integer typesShun Sakai-0/+9
2025-06-10format integer tests regrouped, min/max coverage and 128-bit coveragePascal S. de Kloe-36/+121
2025-06-09Auto merge of #138062 - LorrensP-2158466:miri-enable-float-nondet, r=RalfJungbors-5/+12
2025-06-09float midpoint tests: add missing NAN casesRalf Jung-0/+2
2025-06-09make the default float comparison tolerance type-dependentRalf Jung-15/+31
2025-06-09float tests: deduplicate min, max, and rounding testsRalf Jung-456/+56
2025-06-09float tests: use assert_biteq in more placesRalf Jung-215/+224
2025-06-07Make NonZero<char> possibleMarijn Schouten-5/+16
2025-06-07Rollup merge of #141857 - RalfJung:coretests-floats, r=tgross35Jacob Pratt-353/+548
2025-06-05change tests to use fixed constants to let them pass with miriLorrensP-2158466-2/+7
2025-06-05add comments to Zip unsoundness regression testThe 8472-2/+24
2025-06-05fix Zip unsoundness (again)The 8472-34/+66
2025-06-04coretests: move float tests from num to floats module and use a more flexible...Ralf Jung-353/+548
2025-06-04Rollup merge of #141939 - Qelxiros:139911-exact-div-tests, r=workingjubileeMatthias Krüger-0/+62
2025-06-03add tests for negative numbersJeremy Smart-0/+14
2025-06-03Enable Float non-determinism in miri. Update and add tests and changeLorrensP-2158466-3/+5
2025-06-02add testsJeremy Smart-0/+48
2025-06-02Remove bootstrap cfgs from library/Josh Stone-6/+0