| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-12-04 | Move some alloc tests to the alloctests crate | bjorn3 | -580/+0 | |
| Unit tests directly inside of standard library crates require a very fragile way of building that is hard to reproduce outside of bootstrap. | ||||
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -2/+2 | |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -1/+1 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+4 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2023-12-10 | remove redundant imports | surechen | -2/+0 | |
| detects redundant imports that can be eliminated. for #117772 : In order to facilitate review and modification, split the checking code and removing redundant imports code into two PR. | ||||
| 2023-06-13 | ignore core, alloc and test tests that require unwinding on panic=abort | Pietro Albini | -0/+3 | |
| 2023-01-15 | Rebuild BinaryHeap on unwind from retain | David Tolnay | -1/+3 | |
| 2023-01-15 | Add test showing broken behavior of BinaryHeap::retain | David Tolnay | -0/+17 | |
| 2023-01-14 | Add test of leaking a binary_heap PeekMut | David Tolnay | -0/+19 | |
| 2023-01-04 | Update rand in the stdlib tests, and remove the getrandom feature from it | Thom Chiovoloni | -2/+2 | |
| 2022-12-28 | Rollup merge of #94145 - ssomers:binary_heap_tests, r=jyn514 | fee1-dead | -24/+74 | |
| Test leaking of BinaryHeap Drain iterators Add test cases about forgetting the `BinaryHeap::Drain` iterator, and slightly fortifies some other test cases. Consists of separate commits that I don't think are relevant on their own (but I'll happily turn these into more PRs if desired). | ||||
| 2022-05-29 | Use Box::new() instead of box syntax in alloc tests | est31 | -6/+6 | |
| 2022-05-02 | Test leaking of BinaryHeap Drain iterators | Stein Somers | -0/+53 | |
| 2022-05-02 | Slightly tighten leak-on-panic test cases | Stein Somers | -24/+21 | |
| 2022-03-11 | Classify BinaryHeap & LinkedList unit tests as such | Stein Somers | -0/+489 | |
