summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2022-01-28AK: Allow constructing a JsonArray from any array-like typekleines Filmröllchen
2022-01-28AK: Allow constructing a JsonValue from a StringView explicitlykleines Filmröllchen
2022-01-28AK: Introduce the ArrayLike conceptkleines Filmröllchen
2022-01-28AK: Simplify Variant's explicit overload detection mechanism a bitAli Mohammad Pur
2022-01-27AK: Export the SameAs conceptTimothy Flynn
2022-01-26Kernel: Support try-inserting RedBlackTree entry values by referenceIdan Horowitz
2022-01-26AK: Use x86 specific fast path in fast_u32{fill, copy} on x86_64Idan Horowitz
2022-01-25AK: Standardize the behaviour of GenericLexer::consume_until overloadsIdan Horowitz
2022-01-25AK: Add a consume_until(StringView) overload to GenericLexerIdan Horowitz
2022-01-25AK: Implement `HashTable::try_ensure_capacity`, as used in `HashMap`James Puleo
2022-01-24AK+Userland: Make AK::decode_base64 return ErrorOrSam Atkins
2022-01-24AK+Userland: Make AK::decode_hex() return ErrorOrSam Atkins
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2022-01-23AK: Add FixedPoint cast operator for up/downcasting to other sizesTom
2022-01-23AK: Fix warnings when using FixedPoint with a precision >= 32 bitsTom
2022-01-23AK: Add Formatter<FixedPoint<...>> without floating pointTom
2022-01-23AK: Loosen FixedPoint template contraints and forward-declare itTom
2022-01-23AK: Make Optional<T> explicitly constructible from Optional<U>Idan Horowitz
2022-01-23AK: Implement AK::Time's seconds_since_epoch_to_year without LibMTimothy Flynn
2022-01-23AK: Avoid impl initialization before assignment in `String`constructorMichel Hermier
2022-01-23LibHTTP+AK: Rename CNETWORKJOB_DEBUG to NETWORKJOB_DEBUGNico Weber
2022-01-23LibHTTP+AK: Rename CHTTPJOB_DEBUG to HTTPJOB_DEBUGNico Weber
2022-01-22RequestServer+AK: Move happy-path logging behind REQUESTSERVER_DEBUGNico Weber
2022-01-22Meta: Add JS_MODULE_DEBUG define flagdavidot
2022-01-22LibCore: Introduce BigEndianInputBitStreamkleines Filmröllchen
2022-01-21AK: Support setting with non copyable keys in HashMapIdan Horowitz
2022-01-19AK: Identify negative zero when parsing Json and represent with a doubleForLoveOfCats
2022-01-19AK: Add helper to convert an epoch time in seconds to a yearTimothy Flynn
2022-01-19AK: Put an empty new line between function definitions in AK::TimeTimothy Flynn
2022-01-19AK: Yield while waiting for another thread to create a strong refIdan Horowitz
2022-01-19AK: Yield while waiting for another thread to initialize a SingletonIdan Horowitz
2022-01-19AK: Fix erroneous move operators for SinglyLinkedListLucas CHOLLET
2022-01-18AK: Remove now-unused AK::UnicodeUtils methodsTimothy Flynn
2022-01-17AK: Make Utf8View constexpr-constructibleIdan Horowitz
2022-01-17LibGL+LibSoftGPU: Implement the stencil bufferJelle Raaijmakers
2022-01-16AK: Remove `kfree` definitionMichel Hermier
2022-01-16AK: Remove `kcalloc` definitionMichel Hermier
2022-01-16AK: Fix logic in String::operator>(const String&)Matt Jacobson
2022-01-16AK: Mark the error branch of the TRY() macro as unlikelyIdan Horowitz
2022-01-16AK: Explicitly name types in Iterator.hcreator1creeper1
2022-01-16AK: Make Vector more const-correct by using RemoveReference<T>creator1creeper1
2022-01-15AK: Add a constructor from Span for FixedArraycreator1creeper1
2022-01-15AK: Add a constructor from C-style arrays for FixedArraycreator1creeper1
2022-01-15AK: Explicitly define copy and assignment operator for SinglyLinkedListLucas CHOLLET
2022-01-14AK: Use appropriate types in AK::Time::from_timestamp factoryTimothy Flynn
2022-01-14Everywhere: Use my new serenityos.org e-mail :^)kleines Filmröllchen
2022-01-14AK: Make Variant::visit() prefer overloads accepting T const& over T&Ali Mohammad Pur
2022-01-14AK+Everywhere: Make Variant::visit() respect the Variant's constnessAli Mohammad Pur
2022-01-13AK: Add ByteBuffer::{must_,}get_bytes_for_writing()sin-ack
2022-01-13AK: Use Error::from_errno in adopt_nonnull_own_or_enomemsin-ack