summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
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
2022-02-16AK+Kernel: Specialize Trie for NNOP<KString> and use it in UnveilNodeIdan Horowitz
2022-02-16AK+Kernel: Return KString from UUID::to_string() in the KernelIdan Horowitz
2022-02-16AK+Kernel: Return KString from MACAddress::to_string() in the KernelIdan Horowitz
2022-02-16AK+Kernel: Return KString from IPv4Address::to_string() in the KernelIdan Horowitz
2022-02-16AK: Fix userland parsing of rounded floating point numbersserenitydev
2022-02-15AK+Kernel: OOM-harden most parts of TrieAli Mohammad Pur
2022-02-15AK: Conditionally disable a few variant ctors/assignmentsAli Mohammad Pur
2022-02-15AK: Add a 'SpecializationOf' conceptAli Mohammad Pur
2022-02-13Kernel: Remove make_weak_ptr()Idan Horowitz
2022-02-13AK+Kernel: Add an OOM-fallible try variant make_weak_ptr()Idan Horowitz
2022-02-13AK+Kernel: Rename try_make_weak_ptr to make_weak_ptr_if_nonnullIdan Horowitz
2022-02-13AK: Use ByteBuffer::append(u8) in StringBuilder single-char appendAndreas Kling
2022-02-13AK: Don't call memcpy() in ByteBuffer::append(u8)Andreas Kling
2022-02-11AK: Make Bitmap construction OOM-fallibleIdan Horowitz
2022-02-10AK: Clear minimum when removing last node of RedBlackTreedavidot
2022-02-10AK: Fix RedBlackTree::find_smallest_not_below_iteratordavidot
2022-02-10AK: Change static base36 character map to function-local constexprLenny Maiorani
2022-02-09AK: Add RBTree::find_smallest_above_iterator(Key)Ali Mohammad Pur
2022-02-09LibTLS+RequestServer: Add an option to dump TLS keys to a log fileAli Mohammad Pur
2022-02-09AK+Kernel: Alphabetize debug macrosLenny Maiorani
2022-02-06AK: Move integral log2 and exp to IntegerMath.hHendiadyoin1
2022-02-06AK: Use integral power for FixedPoint formattingHendiadyoin1
2022-02-06AK: Introduce IntegralMath.h starting with pow<I>Hendiadyoin1
2022-02-06LibWeb: Put ResolvedCSSStyleDeclaration debug spam behind a macroAndreas Kling
2022-02-06AK: Replace 'consteval' with 'constexpr' in some Variant helpersAli Mohammad Pur
2022-02-05AK: Remove commented-out code from Bitmap containerLiav A
2022-02-05AK: Make Vector::data() ALWAYS_INLINEIdan Horowitz
2022-02-03AK: Convert the try_make<T> factory function to use ErrorOrIdan Horowitz
2022-02-03AK: Hide the infallible make<T> factory function from the KernelIdan Horowitz
2022-02-03AK: Stop using the make<T> factory function in TrieIdan Horowitz
2022-02-03Kernel: Convert try_make_ref_counted to use ErrorOrIdan Horowitz
2022-02-03AK: Support formatting Vectors with any inline_capacityIdan Horowitz