summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
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
2021-03-28AK: Make Concepts.h and StdLibExtras.h properly alias their own sumbols.Michel Hermier
2021-03-27AK: Add complex number libraryCesar Torres
2021-03-26AK: Allow assigning a value to a specific index in a JsonArrayTimothy Flynn
2021-03-25AK: Add starts_with to Utf8ViewIdan Horowitz
2021-03-25AK: Add longer human readable size to string helper functionDavid Isaksson
2021-03-23LibGUI: Remove one ancient GMENU_DEBUG debug logAndreas Kling
2021-03-23AK: Implement bit_castOleg Sikorskiy
2021-03-21Kernel::CPU: Move headers into common directoryHendiadyoin1
2021-03-21AK+LibC: Make %p specifier Architecture IndependentHendiadyoin1
2021-03-21AK: Fix integer_sequence_generate_arrayHendiadyoin1
2021-03-21AK: Add a Ptr32 type to handle fixed sized pointersHendiadyoin1
2021-03-17AK: Implement terabytes, petabytes, exabytesJean-Baptiste Boric
2021-03-17AK: Add 64 bit methods to JsonValueJean-Baptiste Boric
2021-03-17AK: Move move() into the "std" namespaceAndreas Kling
2021-03-17Everywhere: Remove pessimizing and redundant move()Andreas Kling
2021-03-17AK: Tests: TestURL: Add port_int_overflow_wrap testBrendan Coles
2021-03-16LibCompress+AK: Dont short-circuit error handling propagationIdan Horowitz
2021-03-15LibCompress+AK: Propagate error handling to wrapped streamsIdan Horowitz
2021-03-15AK: Make ByteBuffer::slice(0, size()) a freebieAndreas Kling