Age | Commit message (Expand) | Author |
---|---|---|
2021-04-22 | Everywhere: Use bgianf@serenityos.org for my copyright attribution | Brian Gianforcaro |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-08 | Everywhere: Remove unnecessary headers 4/4 | Ben Wiederhake |
2021-01-31 | SinglyLinkedListWithCount: Correctly pass args to append, insert_before, inse... | Lenny Maiorani |
2021-01-12 | AK: Simplify constructors and conversions from nullptr_t | Lenny Maiorani |
2021-01-11 | SinglyLinkedList: Implement `find` in terms of `AK::find` | Lenny Maiorani |
2020-11-22 | AK: Cleanup missing includes and #ifdef evaluation | Lenny Maiorani |
2020-09-25 | Meta+AK: Make clang-format-10 clean | Ben Wiederhake |
2020-08-05 | AK: Add SinglyLinkedListWithCount<T>, a singulary linked list with count | Brian Gianforcaro |