summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2021-09-04AK: Add rvalue-ref qualifiers for Optional's value() and value_or()Andreas Kling
2021-09-04AK: Convert Optional.h to east-const styleAndreas Kling
2021-09-03Everywhere: Prevent risky implicit casts of (Nonnull)RefPtrDaniel Bertalan
2021-09-03AK: Rename create<T> => make_ref_counted<T>Andreas Kling
2021-09-01AK: Move forward() into the std namespaceAndreas Kling
2021-09-01AK: Pass AK::Format TypeErasedFormatParams by reference in AK::StringBrian Gianforcaro
2021-09-01AK: Remove dead store from Time:operator+Brian Gianforcaro
2021-08-31AK: Add Statistics helperTobias Christiansen
2021-08-31AK: Don't perform the shift when it's too large when decoding LEB128Ali Mohammad Pur
2021-08-31AK: Make SinglyLinkedList::remove() publickleines Filmröllchen
2021-08-31AK: Add FixedPoint arithmetic helperHediadyoin1
2021-08-30AK: Return early from swap() when swapping the same objectTimothy Flynn
2021-08-30AK: Use get_random() in IDAllocatorAndreas Kling
2021-08-30AK: Add operator delete stub to all AK_MAKE_ETERNAL objectsBrian Gianforcaro
2021-08-30Everywhere: Pass AK::Format TypeErasedFormatParams by referenceBrian Gianforcaro
2021-08-27AK: Add Traits for Enumskleines Filmröllchen
2021-08-26AK: Implement method to convert a String/StringView to title caseTimothy Flynn
2021-08-26AK: Make explode_byte depend on sizeof(FlatPtr) instead of ARCH(...)Ali Mohammad Pur
2021-08-24Userland: Remove IRC ClientAndreas Kling
2021-08-23AK: Use explode_byte for pointer sanitizationHendiadyoin1
2021-08-23Kernel: Rename Processor::id() => current_id()Andreas Kling
2021-08-22AK: Use POSIX specified types for Time::to_timespec and to_timevalRichard Wurth
2021-08-21AK: Use `__builtin_bit_cast` if availableJesse Buhagiar
2021-08-19AK: Add GenericLexer API to consume an escaped Unicode code pointTimothy Flynn
2021-08-19AK: Move FormatParser definition from header to implementation fileTimothy Flynn
2021-08-19AK: Add GenericLexer to forwarding headerTimothy Flynn
2021-08-19LibCore: Make DateTime's members signedIdan Horowitz
2021-08-19AK: Enable IntrusiveList self reference to be optimized out when emptyBrian Gianforcaro
2021-08-18AK+Kernel: StringView hash map Traits should not set peek type to StringBrian Gianforcaro
2021-08-18AK: Add Utf8View::byte_offset_of overload for code point index lookupsTimothy Flynn
2021-08-15AK: Add adopt_nonnull_own_or_enomemsin-ack
2021-08-15AK: Stop publishing detail namespaced functionsLenny Maiorani
2021-08-15AK: Pull RefCountedBase into the global namespaceAndreas Kling
2021-08-15AK: Add Time::is_negative() to detect negative time valuesBrian Gianforcaro
2021-08-15AK: Annotate AK::Time APIs as [[nodiscard]]Brian Gianforcaro
2021-08-15AK: Add Time::now_<clock_id> functions for obtaining the current timeBrian Gianforcaro
2021-08-15AK: Add adopt_nonnull_ref_or_enomemsin-ack
2021-08-13IntrusiveRedBlackTree: Remove redundant subtraction of 0Lenny Maiorani
2021-08-13AK+Everywhere: Delete Variant's default constructorAli Mohammad Pur
2021-08-13AK: Annotate String.count as [[nodiscard]]Brian Gianforcaro
2021-08-13AK: Avoid OOB access in UniformBumpAllocator::destroy_all()Ali Mohammad Pur
2021-08-12AK: Add a IsSpecializationOf<T, Template> type traitAli Mohammad Pur
2021-08-12AK: Don't zero Variant data in the move constructorAli Mohammad Pur
2021-08-12AK: Add contains(char) method to StringJean-Baptiste Boric
2021-08-10AK: Add a formatter overload for Utf16ViewTimothy Flynn
2021-08-10AK+Kernel: Add StringBuilder::append overload for UTF-16 viewsTimothy Flynn
2021-08-10AK: Convert StringBuilder to use east-constTimothy Flynn
2021-08-08AK: Add `typename` keyword for dependent typesDaniel Bertalan
2021-08-08AK: Add formatting for infinity and NaNDaniel Bertalan
2021-08-08AK: Handle partial remaindersDaniel Bertalan