Age | Commit message (Expand) | Author |
---|---|---|
2021-02-26 | Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes | Linus Groh |
2021-02-12 | AK: Remove operators && and || from DistinctNumeric | Andreas Kling |
2021-02-12 | AK: Add formatter for DistinctNumeric | Andreas Kling |
2021-02-12 | AK: Allow default-constructing DistinctNumeric | Andreas Kling |
2021-01-28 | AK: Provide traits for DistinctNumeric<T> | AnotherTest |
2020-11-12 | AK: Prefer using instead of typedef | Lenny Maiorani |
2020-08-22 | AK: Fix description of DistinctNumeric around operator bool | Ben Wiederhake |
2020-08-10 | AK: Implement and test DistinctNumeric class | Ben Wiederhake |