index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
Age
Commit message (
Expand
)
Author
2022-01-28
AK: Allow constructing a JsonArray from any array-like type
kleines Filmröllchen
2022-01-28
AK: Allow constructing a JsonValue from a StringView explicitly
kleines Filmröllchen
2022-01-28
AK: Introduce the ArrayLike concept
kleines Filmröllchen
2022-01-28
AK: Simplify Variant's explicit overload detection mechanism a bit
Ali Mohammad Pur
2022-01-27
AK: Export the SameAs concept
Timothy Flynn
2022-01-26
Kernel: Support try-inserting RedBlackTree entry values by reference
Idan Horowitz
2022-01-26
AK: Use x86 specific fast path in fast_u32{fill, copy} on x86_64
Idan Horowitz
2022-01-25
AK: Standardize the behaviour of GenericLexer::consume_until overloads
Idan Horowitz
2022-01-25
AK: Add a consume_until(StringView) overload to GenericLexer
Idan Horowitz
2022-01-25
AK: Implement `HashTable::try_ensure_capacity`, as used in `HashMap`
James Puleo
2022-01-24
AK+Userland: Make AK::decode_base64 return ErrorOr
Sam Atkins
2022-01-24
AK+Userland: Make AK::decode_hex() return ErrorOr
Sam Atkins
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-23
AK: Add FixedPoint cast operator for up/downcasting to other sizes
Tom
2022-01-23
AK: Fix warnings when using FixedPoint with a precision >= 32 bits
Tom
2022-01-23
AK: Add Formatter<FixedPoint<...>> without floating point
Tom
2022-01-23
AK: Loosen FixedPoint template contraints and forward-declare it
Tom
2022-01-23
AK: Make Optional<T> explicitly constructible from Optional<U>
Idan Horowitz
2022-01-23
AK: Implement AK::Time's seconds_since_epoch_to_year without LibM
Timothy Flynn
2022-01-23
AK: Avoid impl initialization before assignment in `String`constructor
Michel Hermier
2022-01-23
LibHTTP+AK: Rename CNETWORKJOB_DEBUG to NETWORKJOB_DEBUG
Nico Weber
2022-01-23
LibHTTP+AK: Rename CHTTPJOB_DEBUG to HTTPJOB_DEBUG
Nico Weber
2022-01-22
RequestServer+AK: Move happy-path logging behind REQUESTSERVER_DEBUG
Nico Weber
2022-01-22
Meta: Add JS_MODULE_DEBUG define flag
davidot
2022-01-22
LibCore: Introduce BigEndianInputBitStream
kleines Filmröllchen
2022-01-21
AK: Support setting with non copyable keys in HashMap
Idan Horowitz
2022-01-19
AK: Identify negative zero when parsing Json and represent with a double
ForLoveOfCats
2022-01-19
AK: Add helper to convert an epoch time in seconds to a year
Timothy Flynn
2022-01-19
AK: Put an empty new line between function definitions in AK::Time
Timothy Flynn
2022-01-19
AK: Yield while waiting for another thread to create a strong ref
Idan Horowitz
2022-01-19
AK: Yield while waiting for another thread to initialize a Singleton
Idan Horowitz
2022-01-19
AK: Fix erroneous move operators for SinglyLinkedList
Lucas CHOLLET
2022-01-18
AK: Remove now-unused AK::UnicodeUtils methods
Timothy Flynn
2022-01-17
AK: Make Utf8View constexpr-constructible
Idan Horowitz
2022-01-17
LibGL+LibSoftGPU: Implement the stencil buffer
Jelle Raaijmakers
2022-01-16
AK: Remove `kfree` definition
Michel Hermier
2022-01-16
AK: Remove `kcalloc` definition
Michel Hermier
2022-01-16
AK: Fix logic in String::operator>(const String&)
Matt Jacobson
2022-01-16
AK: Mark the error branch of the TRY() macro as unlikely
Idan Horowitz
2022-01-16
AK: Explicitly name types in Iterator.h
creator1creeper1
2022-01-16
AK: Make Vector more const-correct by using RemoveReference<T>
creator1creeper1
2022-01-15
AK: Add a constructor from Span for FixedArray
creator1creeper1
2022-01-15
AK: Add a constructor from C-style arrays for FixedArray
creator1creeper1
2022-01-15
AK: Explicitly define copy and assignment operator for SinglyLinkedList
Lucas CHOLLET
2022-01-14
AK: Use appropriate types in AK::Time::from_timestamp factory
Timothy Flynn
2022-01-14
Everywhere: Use my new serenityos.org e-mail :^)
kleines Filmröllchen
2022-01-14
AK: Make Variant::visit() prefer overloads accepting T const& over T&
Ali Mohammad Pur
2022-01-14
AK+Everywhere: Make Variant::visit() respect the Variant's constness
Ali Mohammad Pur
2022-01-13
AK: Add ByteBuffer::{must_,}get_bytes_for_writing()
sin-ack
2022-01-13
AK: Use Error::from_errno in adopt_nonnull_own_or_enomem
sin-ack
[next]