summaryrefslogtreecommitdiff
path: root/AK/RedBlackTree.h
AgeCommit message (Expand)Author
2021-08-06Kernel: Rename Kernel/VM/ to Kernel/Memory/Andreas Kling
2021-07-17AK: Mark RedBlackTree functions as [[nodiscard]]Brian Gianforcaro
2021-07-17AK: Mark RedBlackTree as finalBrian Gianforcaro
2021-07-17AK: Mark RedBlackTree find APIs as [[nodiscard]]Brian Gianforcaro
2021-07-15AK: Allow getting the key from a RedBlackTree iteratorAndreas Kling
2021-07-15AK: Make RedBlackTree non-copyable and non-movableAndreas Kling
2021-07-15AK: Expose RedBlackTree allocation failures via try_insertIdan Horowitz
2021-06-19AK: Add RedBlackTree::find_largest_not_above_iteratorItamar
2021-04-23Revert "AK: Remove virtual destructors from non-virtual classes"Idan Horowitz
2021-04-23AK: Remove virtual destructors from non-virtual classesLenny Maiorani
2021-04-22AK+Userland: Use idan.horowitz@serenityos.org for my copyright headersIdan Horowitz
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-04-12AK: Implement RedBlackTree containerIdan Horowitz