| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-12-16 | remove obsolete comment and pub(super) visibility | The 8472 | -12/+6 | |
| 2024-12-16 | remove bounds from vec and linkedlist ExtractIf | The 8472 | -12/+5 | |
| since drain-on-drop behavior was removed those bounds no longer serve a purpose | ||||
| 2024-12-16 | Add a range argument to vec.extract_if | The 8472 | -5/+18 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -3/+2 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2023-06-15 | remove unused field | The 8472 | -8/+0 | |
| since DrainFilter no longer continues draining when it's dropped the panic tracking is no longer needed. | ||||
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -0/+121 | |
