summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
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
2022-01-13AK: Explain why FixedArray has no move assignmentkleines Filmröllchen
2022-01-13Tests: Test FixedArray completelykleines Filmröllchen
2022-01-13AK: Remove clear() from FixedArray and fixate its allocation guaranteeskleines Filmröllchen
2022-01-13AK: Disable NoAllocationGuard on Lagomkleines Filmröllchen
2022-01-12AK: Remove unnecessary null checks in RedBlackTreeAndreas Kling
2022-01-12AK: Implement StringView::for_each_split_viewBrian Gianforcaro
2022-01-12AK: Rewrite StringView::split_view(char..), using StringViewBrian Gianforcaro
2022-01-11AK: Add AK::Time factory method to construct from individual time fieldsTimothy Flynn
2022-01-11AK: Redeclare a few AK::Time helpers as constexprTimothy Flynn
2022-01-11AK+Kernel: Remove one_ref_left() footgunAndreas Kling