Age | Commit message (Expand) | Author |
---|---|---|
2021-07-15 | AK: Make RedBlackTree non-copyable and non-movable | Andreas Kling |
2021-07-15 | AK: Expose RedBlackTree allocation failures via try_insert | Idan Horowitz |
2021-06-19 | AK: Add RedBlackTree::find_largest_not_above_iterator | Itamar |
2021-04-23 | Revert "AK: Remove virtual destructors from non-virtual classes" | Idan Horowitz |
2021-04-23 | AK: Remove virtual destructors from non-virtual classes | Lenny Maiorani |
2021-04-22 | AK+Userland: Use idan.horowitz@serenityos.org for my copyright headers | Idan Horowitz |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-18 | Everywhere: Fix a bunch of typos | Linus Groh |
2021-04-12 | AK: Implement RedBlackTree container | Idan Horowitz |