summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2021-04-21AK/Format: Fix incorrectly non-inlined variable templatesLenny Maiorani
2021-04-21Everywhere: Remove redundant inline keyword with constexprLenny Maiorani
2021-04-21AK: Add unit tests to verify AK::InstrusiveList<T> holding RefPtr<T>Brian Gianforcaro
2021-04-21AK: Fix IntrusvieList::take_first/last() actually compile with RefPtr<T>Brian Gianforcaro
2021-04-21AK: Add some initial unit tests for AK::IntrusiveListBrian Gianforcaro
2021-04-20AK+Meta: Add a debug option for LibSQLTimothy Flynn
2021-04-19AK/Tests: Install test fixtures required for TestJSONLeon Albrecht
2021-04-18AK: Add default ports for Websockets to the URL classDexesTTP
2021-04-18AK/Hex: Cleanup implementationLenny Maiorani
2021-04-18AK/Hex: Decode hex digit in constexpr contextLenny Maiorani
2021-04-18AK/Complex: C++20-compatible comparison operatorsLenny Maiorani
2021-04-18Tests: Fix test-math expected valuesMarco Biscaro
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-04-17AK: Remove String-from-StringView optimizationAndreas Kling
2021-04-17AK: Implement case-insensitive StringUtils::matches() without allocsAndreas Kling
2021-04-17AK: Make LexicalPath take String instead of StringViewAndreas Kling
2021-04-16AK+Kernel: Make IntrusiveList capable of holding non-raw pointersAnotherTest
2021-04-16AK: Avoid the unnecessarily confusing bunch of casts in IntrusiveListAnotherTest
2021-04-16AK: Add outln_if and warnln_ifHendiadyoin1
2021-04-16AK: Add type alias for AK::OptionalTimothy Flynn
2021-04-16Everywhere: Add `-Wdouble-promotion` warningNicholas-Baron
2021-04-16AK: Fix incorrect formatter signing of numbers between -1.0 and 0.0Matthew Olsson
2021-04-14AK: Expose the decode_hex_digit helperIdan Horowitz
2021-04-12AK: Fix StringView::find_last_of for one-character viewsTimothy Flynn
2021-04-12AK: Add a predicate variant of StringView::split_viewTimothy Flynn
2021-04-12AK: Implement IntrusiveRedBlackTree containerIdan Horowitz
2021-04-12AK: Implement RedBlackTree containerIdan Horowitz
2021-04-11AK: Update LexicalPath::relative_path to work for '/' prefixTim Waterhouse
2021-04-11AK: Annotate StringBuilder functions as [[nodiscard]]Brian Gianforcaro
2021-04-11AK: Annotate WeakPtr functions as [[nodiscard]]Brian Gianforcaro
2021-04-11AK: Annotate Trie functions as [[nodiscard]]Brian Gianforcaro
2021-04-11AK: Annotate StringView functions as [[nodiscard]]Brian Gianforcaro
2021-04-11AK: Annotate IntrusiveList functions as [[nodiscard]]Brian Gianforcaro
2021-04-11AK: Annotate HashTable functions as [[nodiscard]]Brian Gianforcaro
2021-04-11AK: Make HashTable with capacity constructor explicitBrian Gianforcaro
2021-04-11AK: Annotate HashMap functions with [[nodiscard]]Brian Gianforcaro
2021-04-11AK: Annotate DoublyLinkedList functions with [[nodiscard]]Brian Gianforcaro
2021-04-11AK: Annotate Checked functions with [[nodiscard]]Brian Gianforcaro
2021-04-10AK+Everywhere: Make StdLibExtras templates less wrapper-yAnotherTest
2021-04-09AK: Add BitmapView::set_range_and_verify_that_all_bits_flip()Andreas Kling
2021-04-08Format: Strip trailing zeroes from floating point valuesJelle Raaijmakers
2021-04-08Tests: Merge duplicate TestFormat test into AK directoryJelle Raaijmakers
2021-04-02AK: Inline HashTable writing bucket lookupthislooksfun
2021-04-02AK: Inline the bucket index calculationthislooksfun
2021-04-02AK: Add tests for HashTablethislooksfun
2021-04-02LibJS: Add initial support for PromisesLinus Groh
2021-04-01AK: Fix bogus return type of Result::release_error() (#6054)vcollette
2021-03-28AK: Add Signed/Unsigned concepts.Michel Hermier
2021-03-28AK: Add IsSigned conterpart to IsUnsigned.Michel Hermier
2021-03-28AK: Remove IsSigned<char> test as it is platform/compiler dependant.Michel Hermier