summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
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
2022-02-03AK+Kernel+LibSanitizer: Store "ubsan-is-deadly" flag as Atomic<bool>Andreas Kling
2022-01-31AK: Add a Utf16View::code_unit_offset_of(Utf16CodePointIterator) helperIdan Horowitz
2022-01-31Everywhere: Update copyrights with my new serenityos.org e-mail :^)Timothy Flynn
2022-01-31AK: Add is_ascii_[binary,octal]_digit to CharacterTypesTimothy Flynn
2022-01-31AK: Remove thread safety gunk from userspace WeakPtrAndreas Kling
2022-01-30AK+Tests: Make null strings compare less than non-null stringsDaniel Bertalan
2022-01-29AK: Implement String's comparison operators in terms of StringView'sDaniel Bertalan
2022-01-29AK: Implement FlyString's comparison operators in terms of StringView'sDaniel Bertalan
2022-01-29AK: Implement all comparison operators for StringViewDaniel Bertalan
2022-01-29AK: Support using custom comparison operations for hash compatible keysIdan Horowitz