Age | Commit message (Expand) | Author |
---|---|---|
2021-06-09 | AK: Make a bunch of Variant methods ALWAYS_INLINE | Ali Mohammad Pur |
2021-06-02 | AK+LibWasm+LibJS: Disallow Variant.has() on types that aren't contained | Ali Mohammad Pur |
2021-05-22 | AK: Fix Variant construction from lvalue references | Ali Mohammad Pur |
2021-05-22 | AK: Remove [[gnu::noinline]] attribute from some variant members | Ali Mohammad Pur |
2021-05-20 | Variant: Remove redundant inline keyword | Lenny Maiorani |
2021-05-19 | AK: Allow AK::Variant::visit to return a value | Timothy Flynn |
2021-05-17 | Everywhere: Fix a bunch of typos | Linus Groh |
2021-05-13 | AK: Fix Variant's copy constructor trying to delegate to the wrong base | Ali Mohammad Pur |
2021-05-11 | AK/Variant: Deduplicate the contained types | Ali Mohammad Pur |
2021-05-11 | AK: Avoid the use of typeinfo in Variant | Ali Mohammad Pur |
2021-05-05 | AK: Add a Variant<Ts...> implementation | Ali Mohammad Pur |