summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2022-03-09AK: Print a better error message when missing a SourceGenerator keySam Atkins
2022-03-09AK: Add reverse iterator as memberFederico Guerinoni
2022-03-09AK: Implement wrapper for reverse range for loopFederico Guerinoni
2022-03-09AK: Implement ReverseIterator for NonnullPtrVectorFederico Guerinoni
2022-03-09AK: Implement reverse iterator for Vector classFederico Guerinoni
2022-03-09AK: Add generic reverse iterator for containersFederico Guerinoni
2022-03-08AK: Add IPv6Address classTom
2022-03-08AK: Add float support for JsonValue and JsonObjectSerializerVrins
2022-03-08AK: Add to_double() to JsonValueVrins
2022-03-07AK: Automatically shrink HashTable when removing entriesAndreas Kling
2022-03-07AK: Remove return value from HashTable::remove() and HashMap::remove()Andreas Kling
2022-03-07AK: Simplify HashTable::remove_all_matching()Andreas Kling
2022-03-04LibWeb: Hide some debug logging behind CANVAS_RENDERING_CONTEXT_2D_DEBUGLinus Groh
2022-03-02AK: Print NaN and infinite numbers in PrintfImplementationPeter Ross
2022-02-28AK: Add Time::from_ticks()Lucas CHOLLET
2022-02-28AK: Correctly process precision modifiers in printfTimur Sultanov
2022-02-28AK: Add FixedPoint base 2 logarithmkleines Filmröllchen
2022-02-28AK: Add bit shift to FixedPointkleines Filmröllchen
2022-02-28AK: Fix FixedPoint to integral comparisonskleines Filmröllchen
2022-02-27Everywhere: Make JSON serialization fallibleIdan Horowitz
2022-02-27AK: Add a try variant of StringBuilder::append_escaped_for_jsonIdan Horowitz
2022-02-27AK: Skip over initial empty chunks in DisjointChunkskleines Filmröllchen
2022-02-27AK: Make DisjointChunks support FixedArraykleines Filmröllchen
2022-02-27AK: Make DisjointChunk::append move the new chunkkleines Filmröllchen
2022-02-27AK: Export DisjointSpans into the global namespacekleines Filmröllchen
2022-02-27AK: Add at() indexing methods to FixedArraykleines Filmröllchen
2022-02-27AK: Allow creating a FixedArray from an initializer listkleines Filmröllchen
2022-02-27AK: Add FixedArray::is_empty()kleines Filmröllchen
2022-02-26AK: Add constructor to create Span from ArrayArne Elster
2022-02-26AK: Array can tell its inner typeArne Elster
2022-02-25AK: Ignore whitespace while decoding base64Andreas Kling
2022-02-25AK: Add String::split_view(Function<bool(char)>)Andreas Kling
2022-02-23AK: Add forward declaration for Utf8CodePointIteratorLinus Groh
2022-02-23AK: Add optional format string parameter to String{,Builder}::join()Linus Groh
2022-02-23AK: Add Traits<Span<T>>::hash()Linus Groh
2022-02-23AK: Add the Fundamental conceptkleines Filmröllchen
2022-02-23AK: Prevent Atomic with complex typeskleines Filmröllchen
2022-02-21AK: Suppress clang-tidy warning on TODO()Max Wipfli
2022-02-19AK: Add fast path in String::trim() and String::trim_whitespace()Andreas Kling
2022-02-19AK: Make CaseInsensitiveStringTraits allocation-freeAndreas Kling
2022-02-19AK: Don't use x86 assembly when building for non-x86 targetsGunnar Beutner
2022-02-17LibWeb: Add partially functioning Worker APIBen Abraham
2022-02-16AK: VERIFY inside release_value_but_fixme_should_propagate_errors()Sam Atkins
2022-02-16AK: Exclude StringUtils String APIs from the KernelIdan Horowitz
2022-02-16AK: Exclude StringView String APIs from the KernelIdan Horowitz
2022-02-16AK: Exclude StringBuilder String APIs from the KernelIdan Horowitz
2022-02-16AK: Exclude JsonValue String APIs from the KernelIdan Horowitz
2022-02-16AK: Use string_view() instead of to_string() in Formatter<wchar_t>Idan Horowitz
2022-02-16AK: Exclude GenericLexer String APIs from the KernelIdan Horowitz
2022-02-16AK: Return KString instead of String from encode_hex in the KernelIdan Horowitz