| Age | Commit message (Expand) | Author | Lines |
| 2025-07-11 | Consolidate is_nan | Roger Curley | -52/+22 |
| 2025-07-11 | Consolidate one tests | Roger Curley | -52/+19 |
| 2025-07-11 | Consolidate negative zero tests | Roger Curley | -56/+20 |
| 2025-07-11 | Consolidate zero tests | Roger Curley | -52/+19 |
| 2025-07-11 | Consolidate neg_infinity tests | Roger Curley | -48/+18 |
| 2025-07-11 | Consolidate test_num tests | Roger Curley | -50/+34 |
| 2025-07-11 | Consolidate infinity tests | Roger Curley | -48/+18 |
| 2025-07-10 | Auto merge of #143721 - tgross35:rollup-sjdfp6r, r=tgross35 | bors | -56/+23 |
| 2025-07-09 | Refactor nan tests | Roger Curley | -56/+23 |
| 2025-07-09 | Add opaque TypeId handles for CTFE | Oli Scherer | -8/+0 |
| 2025-07-09 | core: Change `BorrowedCursor::written`'s origin | Benoît du Garreau | -1/+1 |
| 2025-07-09 | core: Remove `BorrowedCursor::uninit_mut` | Benoît du Garreau | -2/+0 |
| 2025-07-09 | core: Remove `BorrowedCursor::init_ref` method | Benoît du Garreau | -3/+1 |
| 2025-07-04 | Rollup merge of #142749 - LimpSquid:bool_to_result, r=scottmcm | Jacob Pratt | -0/+9 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -2/+2 |
| 2025-07-01 | core: Add `BorrowedCursor::with_unfilled_buf` | Benoît du Garreau | -0/+36 |
| 2025-06-27 | Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errors | bors | -0/+75 |
| 2025-06-25 | make RefCell unstably const | Daniel Bloom | -0/+75 |
| 2025-06-25 | make `tidy-alphabetical` use a natural sort | Folkert de Vries | -1/+1 |
| 2025-06-20 | Rollup merge of #142668 - hkBst:less-static-mut, r=tgross35 | Trevor Gross | -17/+13 |
| 2025-06-19 | Add methods for converting bool to `Result<(), E>` | LimpSquid | -0/+9 |
| 2025-06-19 | Fix unsoundness in some tests | Benoît du Garreau | -2/+2 |
| 2025-06-19 | atomic tests: remove static mut | Marijn Schouten | -17/+13 |
| 2025-06-18 | Add test for new format_args!() temporary lifetimes. | Mara Bos | -0/+15 |
| 2025-06-16 | Rollup merge of #142373 - m-ou-se:debug-for-location, r=tgross35 | Jakub Beránek | -0/+8 |
| 2025-06-16 | Test Debug for Location. | Mara Bos | -0/+8 |
| 2025-06-14 | Rollup merge of #142243 - RalfJung:float-test-dedup, r=tgross35 | Matthias Krüger | -676/+308 |
| 2025-06-14 | Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2025-06-13 | tweak runtime/const macro management | Ralf Jung | -44/+49 |
| 2025-06-13 | Unimplement unsized_locals | mejrs | -1/+0 |
| 2025-06-12 | Delegate `<CStr as Debug>` to `ByteStr` | Tamir Duberstein | -1/+1 |
| 2025-06-12 | Auto merge of #136594 - pascaldekloe:fmt-int128, r=tgross35 | bors | -36/+121 |
| 2025-06-11 | feat: Add `bit_width` for unsigned integer types | Shun Sakai | -0/+9 |
| 2025-06-10 | format integer tests regrouped, min/max coverage and 128-bit coverage | Pascal S. de Kloe | -36/+121 |
| 2025-06-09 | Auto merge of #138062 - LorrensP-2158466:miri-enable-float-nondet, r=RalfJung | bors | -5/+12 |
| 2025-06-09 | float midpoint tests: add missing NAN cases | Ralf Jung | -0/+2 |
| 2025-06-09 | make the default float comparison tolerance type-dependent | Ralf Jung | -15/+31 |
| 2025-06-09 | float tests: deduplicate min, max, and rounding tests | Ralf Jung | -456/+56 |
| 2025-06-09 | float tests: use assert_biteq in more places | Ralf Jung | -215/+224 |
| 2025-06-07 | Make NonZero<char> possible | Marijn Schouten | -5/+16 |
| 2025-06-07 | Rollup merge of #141857 - RalfJung:coretests-floats, r=tgross35 | Jacob Pratt | -353/+548 |
| 2025-06-05 | change tests to use fixed constants to let them pass with miri | LorrensP-2158466 | -2/+7 |
| 2025-06-05 | add comments to Zip unsoundness regression test | The 8472 | -2/+24 |
| 2025-06-05 | fix Zip unsoundness (again) | The 8472 | -34/+66 |
| 2025-06-04 | coretests: move float tests from num to floats module and use a more flexible... | Ralf Jung | -353/+548 |
| 2025-06-04 | Rollup merge of #141939 - Qelxiros:139911-exact-div-tests, r=workingjubilee | Matthias Krüger | -0/+62 |
| 2025-06-03 | add tests for negative numbers | Jeremy Smart | -0/+14 |
| 2025-06-03 | Enable Float non-determinism in miri. Update and add tests and change | LorrensP-2158466 | -3/+5 |
| 2025-06-02 | add tests | Jeremy Smart | -0/+48 |
| 2025-06-02 | Remove bootstrap cfgs from library/ | Josh Stone | -6/+0 |