Age | Commit message (Expand) | Author |
---|---|---|
2021-04-16 | AK: Avoid the unnecessarily confusing bunch of casts in IntrusiveList | AnotherTest |
2021-04-11 | AK: Annotate IntrusiveList functions as [[nodiscard]] | Brian Gianforcaro |
2021-03-11 | AK: Add basic const iteration to IntrusiveList | Andreas Kling |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2020-11-24 | AK: Add IntrusiveList::take_last() | Andreas Kling |
2020-02-14 | LibCore: Add a forward declaration header | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-12-22 | AK: Add IntrusiveList::take_first() | Andreas Kling |
2019-08-17 | IntrusiveList: Make Iterator::operator* return a T& | Andreas Kling |
2019-07-19 | AK: Introduce IntrusiveList | Robin Burchell |