Age | Commit message (Expand) | Author |
---|---|---|
2022-01-14 | AK: Make Variant::visit() prefer overloads accepting T const& over T& | Ali Mohammad Pur |
2022-01-14 | AK+Everywhere: Make Variant::visit() respect the Variant's constness | Ali Mohammad Pur |
2021-09-21 | AK: Introduce ability to default-initialize a Variant | Ben Wiederhake |
2021-07-04 | AK: Destroy original value when assigning to Variant | Daniel Bertalan |
2021-06-26 | AK: Undo bogus Variant::downcast() rename | Andreas Kling |
2021-06-24 | AK: Rename downcast<T> => verify_cast<T> | Andreas Kling |
2021-06-24 | Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull` | Daniel Bertalan |
2021-05-22 | AK: Fix Variant construction from lvalue references | Ali Mohammad Pur |
2021-05-19 | AK: Allow AK::Variant::visit to return a value | Timothy Flynn |
2021-05-11 | AK/Variant: Deduplicate the contained types | Ali Mohammad Pur |
2021-05-06 | Tests: Move AK tests to Tests/AK | Brian Gianforcaro |