| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-10 | Mark some std tests as requiring `panic = "unwind"` | Paul Menage | -2/+34 | |
| This allows these test modules to pass on builds/targets without unwinding support, where `panic = "abort"` - the ignored tests are for functionality that's not supported on those targets. | ||||
| 2025-02-13 | library: Update rand to 0.9.0 | Eric Huss | -1/+1 | |
| 2025-02-02 | Remove stabilized feature gate | bjorn3 | -1/+0 | |
| 2025-01-26 | Fix for SGX | bjorn3 | -1/+1 | |
| 2025-01-26 | Move std::sync unit tests to integration tests | bjorn3 | -0/+4120 | |
| This removes two minor OnceLock tests which test private methods. The rest of the tests should be more than enough to catch mistakes in those private methods. Also makes ReentrantLock::try_lock public. And finally it makes the mpmc tests actually run. | ||||
