Age | Commit message (Expand) | Author |
---|---|---|
2022-01-05 | AK: Use MUST + try_empend so AK::Trie continues to compile in the kernel | Brian Gianforcaro |
2021-06-08 | AK: Add children() accessor to Trie | Max Wipfli |
2021-05-19 | Everywhere: Add missing includes for <AK/OwnPtr.h> | Gunnar Beutner |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-11 | AK: Annotate Trie functions as [[nodiscard]] | Brian Gianforcaro |
2021-04-10 | AK+Everywhere: Make StdLibExtras templates less wrapper-y | AnotherTest |
2020-12-30 | AK: Replace some SFINAE with requires clauses, clean up existing ones | Andrew Kaster |
2020-12-26 | AK: Fix busted Trie test | AnotherTest |
2020-12-26 | AK: Add a prefix tree implementation | AnotherTest |