summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2022-03-18AK: Mark the StringView user-defined literal as constevalTimothy Flynn
2022-03-18AK: Add const variant of Vector::in_reverse()Andreas Kling
2022-03-17Everywhere: Switch from EnableIf to requiresLenny Maiorani
2022-03-18AK: Add constant time equality and zero check to UFixedBigIntMichiel Visser
2022-03-18AK: UFixedBigInt add efficient multiplication with full resultMichiel Visser
2022-03-16AK: Fix implicit and narrowing conversions in Base64Lenny Maiorani
2022-03-16AK: Make static constexpr variables to avoid stack copy in Base64Lenny Maiorani
2022-03-15AK+Kernel: Avoid double memory clearing of HashTable bucketsDaniel Bertalan
2022-03-15AK+Everywhere: Add sincos and use it in some placesHendiadyoin1
2022-03-14AK: Allow creating a Vector from any Span of the same underlying typeTimothy Flynn
2022-03-13AK: Add naive implementations of AK::timing_safe_compareBrian Gianforcaro
2022-03-12AK: Properly parse unimplemented format length specifiersTim Schumacher
2022-03-10AK: Remove unused String[256] from JsonParserSam Atkins
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