Age | Commit message (Expand) | Author |
---|---|---|
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 |