Age | Commit message (Expand) | Author |
---|---|---|
2023-03-14 | AK: Rename CaseInsensitiveStringViewTraits to reflect intent | gustrb |
2023-02-25 | Everywhere: Use _{short_,}string to create Strings from literals | Linus Groh |
2023-02-02 | AK: Define HashMap::take to find and remove a value from the map | Timothy Flynn |
2023-01-14 | AK+Tests: Make CaseInsensitiveStringViewTraits work with HashMap again | Ben Wiederhake |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-06-22 | AK: Clear the previous and next pointers of deleted HashTable buckets | Idan Horowitz |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-01-06 | AK: Ensure negative predicate in TestHashMap could run unsuccessfully | NHOrus |
2022-01-05 | AK: Make Hash{Map,Table}::remove_all_matching() return removal success | Andreas Kling |
2022-01-05 | AK: Add HashMap::remove_all_matching(predicate) | Andreas Kling |
2021-05-19 | Everywhere: Add missing includes for <AK/OwnPtr.h> | Gunnar Beutner |
2021-05-06 | Tests: Move AK tests to Tests/AK | Brian Gianforcaro |