| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-07 | Move all alloc integration tests to a new alloctests crate | bjorn3 | -48/+0 | |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -2/+2 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -6/+4 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-06-03 | Ignore `vec_deque_alloc_error::test_shrink_to_unwind` test on non-unwind targets | Lukas Wirth | -0/+1 | |
| 2024-05-07 | Move `test_shrink_to_unwind` to its own file. | Markus Everling | -0/+49 | |
| This way, no other test can be tripped up by `test_shrink_to_unwind` changing the alloc error hook. | ||||
