| Age | Commit message (Expand) | Author | Lines |
| 2025-06-03 | Enable Float non-determinism in miri. Update and add tests and change | LorrensP-2158466 | -18/+63 |
| 2025-05-25 | Implement normalize lexically | Chris Denton | -1/+55 |
| 2025-05-24 | Rollup merge of #141105 - GrantBirki:grantbirki/path-tests, r=jhpratt | Guillaume Gomez | -0/+31 |
| 2025-05-17 | remove extra tests that really might not be all that useful | GrantBirki | -55/+0 |
| 2025-05-17 | revert forward slash to backslash | GrantBirki | -1/+1 |
| 2025-05-16 | remove `test_embedded_null_byte()` test for now | GrantBirki | -20/+0 |
| 2025-05-16 | additional edge cases tests for `path.rs` | GrantBirki | -1/+107 |
| 2025-05-14 | Move applicable float tests from `coretests` back to `std` | Trevor Gross | -0/+1166 |
| 2025-05-13 | Move float tests from std to core | Trevor Gross | -3994/+0 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -64/+2 |
| 2025-04-30 | Rename `(Mapped)(RwLock|Mutex)Guard::try_map` to `filter_map`. | Zachary S | -18/+26 |
| 2025-04-27 | Use `feature(target_has_reliable_f16_f128)` in library tests | Trevor Gross | -62/+192 |
| 2025-04-22 | test_nan: ensure the NAN contant is quiet | Ralf Jung | -0/+8 |
| 2025-04-15 | Basic tests of MPMC receiver cloning | Glyn Normington | -0/+30 |
| 2025-04-05 | Rollup merge of #137897 - xTachyon:tls-fix, r=thomcc,jieyouxu | Stuart Cook | -1/+22 |
| 2025-04-04 | Expose algebraic floating point intrinsics | Calder Coalson | -2/+82 |
| 2025-03-22 | Rollup merge of #138294 - paulmenage:test-panic-unwind, r=bjorn3 | Matthias Krüger | -2/+34 |
| 2025-03-18 | fix pthread-based tls on apple targets | Andrei Damian | -1/+22 |
| 2025-03-17 | Rollup merge of #137793 - NobodyXu:stablise-annoymous-pipe, r=joshtriplett | Jacob Pratt | -2/+0 |
| 2025-03-17 | Auto merge of #138363 - beetrees:f16-f128-integer-convert, r=Amanieu | bors | -0/+43 |
| 2025-03-16 | Rollup merge of #138275 - folkertdev:expose-is-s390x-feature-detected, r=Mark... | 许杰友 Jieyou Xu (Joe) | -0/+30 |
| 2025-03-14 | Stablize feature `anonymous_pipe` | Jiahao XU | -2/+0 |
| 2025-03-11 | Add `From<{integer}>` for `f16`/`f128` impls | beetrees | -0/+43 |
| 2025-03-11 | Enable `f16` tests for `powf` | Trevor Gross | -43/+41 |
| 2025-03-10 | Mark some std tests as requiring `panic = "unwind"` | Paul Menage | -2/+34 |
| 2025-03-09 | expose `is_s390x_feature_detected` from `std::arch` | Folkert de Vries | -0/+30 |
| 2025-02-13 | std: Apply deprecated_safe_2024 | Eric Huss | -33/+51 |
| 2025-02-13 | library: Update rand to 0.9.0 | Eric Huss | -2/+2 |
| 2025-02-10 | Rollup merge of #136805 - RalfJung:miri-win-delete-self, r=Noratrieb | Jubilee | -0/+1 |
| 2025-02-10 | ignore win_delete_self test in Miri | Ralf Jung | -0/+1 |
| 2025-02-09 | Mark extern blocks as unsafe | Michael Goulet | -2/+2 |
| 2025-02-09 | Auto merge of #136754 - Urgau:rollup-qlkhjqr, r=Urgau | bors | -0/+8 |
| 2025-02-09 | Rollup merge of #134679 - ChrisDenton:rm-readonly, r=Mark-Simulacrum | Urgau | -0/+8 |
| 2025-02-08 | Rollup merge of #135696 - joboet:move_pal_io, r=Noratrieb | Matthias Krüger | -1/+1 |
| 2025-02-07 | std: get rid of `sys_common::io` | joboet | -1/+1 |
| 2025-02-06 | Remove some unnecessary parens in `assert!` conditions | Esteban Küber | -13/+13 |
| 2025-02-02 | Remove stabilized feature gate | bjorn3 | -2/+1 |
| 2025-01-26 | Move env modifying tests to a separate integration test | bjorn3 | -160/+166 |
| 2025-01-26 | Fix for SGX | bjorn3 | -1/+1 |
| 2025-01-26 | Move std::sync unit tests to integration tests | bjorn3 | -0/+4120 |
| 2025-01-26 | Move std::thread_local unit tests to integration tests | bjorn3 | -0/+420 |
| 2025-01-26 | Move std::time unit tests to integration tests | bjorn3 | -0/+229 |
| 2025-01-26 | Move std::path unit tests to integration tests | bjorn3 | -0/+1978 |
| 2025-01-26 | Move std::panic unit tests to integration tests | bjorn3 | -0/+56 |
| 2025-01-26 | Move std::num unit tests to integration tests | bjorn3 | -0/+230 |
| 2025-01-26 | Move std float unit tests to integration tests | bjorn3 | -0/+3797 |
| 2025-01-26 | Move std::error unit tests to integration tests | bjorn3 | -0/+442 |
| 2025-01-26 | Move std::env unit tests to integration tests | bjorn3 | -0/+120 |
| 2025-01-26 | Windows: Test that deleting a running binary fails | Chris Denton | -0/+8 |
| 2025-01-24 | Fix testing of the standard library with Emscripten | bjorn3 | -2/+3 |