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
2021-09-04
AK: Add rvalue-ref qualifiers for Optional's value() and value_or()
Andreas Kling
2021-09-04
AK: Convert Optional.h to east-const style
Andreas Kling
2021-09-03
Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr
Daniel Bertalan
2021-09-03
AK: Rename create<T> => make_ref_counted<T>
Andreas Kling
2021-09-01
AK: Move forward() into the std namespace
Andreas Kling
2021-09-01
AK: Pass AK::Format TypeErasedFormatParams by reference in AK::String
Brian Gianforcaro
2021-09-01
AK: Remove dead store from Time:operator+
Brian Gianforcaro
2021-08-31
AK: Add Statistics helper
Tobias Christiansen
2021-08-31
AK: Don't perform the shift when it's too large when decoding LEB128
Ali Mohammad Pur
2021-08-31
AK: Make SinglyLinkedList::remove() public
kleines Filmröllchen
2021-08-31
AK: Add FixedPoint arithmetic helper
Hediadyoin1
2021-08-30
AK: Return early from swap() when swapping the same object
Timothy Flynn
2021-08-30
AK: Use get_random() in IDAllocator
Andreas Kling
2021-08-30
AK: Add operator delete stub to all AK_MAKE_ETERNAL objects
Brian Gianforcaro
2021-08-30
Everywhere: Pass AK::Format TypeErasedFormatParams by reference
Brian Gianforcaro
2021-08-27
AK: Add Traits for Enums
kleines Filmröllchen
2021-08-26
AK: Implement method to convert a String/StringView to title case
Timothy Flynn
2021-08-26
AK: Make explode_byte depend on sizeof(FlatPtr) instead of ARCH(...)
Ali Mohammad Pur
2021-08-24
Userland: Remove IRC Client
Andreas Kling
2021-08-23
AK: Use explode_byte for pointer sanitization
Hendiadyoin1
2021-08-23
Kernel: Rename Processor::id() => current_id()
Andreas Kling
2021-08-22
AK: Use POSIX specified types for Time::to_timespec and to_timeval
Richard Wurth
2021-08-21
AK: Use `__builtin_bit_cast` if available
Jesse Buhagiar
2021-08-19
AK: Add GenericLexer API to consume an escaped Unicode code point
Timothy Flynn
2021-08-19
AK: Move FormatParser definition from header to implementation file
Timothy Flynn
2021-08-19
AK: Add GenericLexer to forwarding header
Timothy Flynn
2021-08-19
LibCore: Make DateTime's members signed
Idan Horowitz
2021-08-19
AK: Enable IntrusiveList self reference to be optimized out when empty
Brian Gianforcaro
2021-08-18
AK+Kernel: StringView hash map Traits should not set peek type to String
Brian Gianforcaro
2021-08-18
AK: Add Utf8View::byte_offset_of overload for code point index lookups
Timothy Flynn
2021-08-15
AK: Add adopt_nonnull_own_or_enomem
sin-ack
2021-08-15
AK: Stop publishing detail namespaced functions
Lenny Maiorani
2021-08-15
AK: Pull RefCountedBase into the global namespace
Andreas Kling
2021-08-15
AK: Add Time::is_negative() to detect negative time values
Brian Gianforcaro
2021-08-15
AK: Annotate AK::Time APIs as [[nodiscard]]
Brian Gianforcaro
2021-08-15
AK: Add Time::now_<clock_id> functions for obtaining the current time
Brian Gianforcaro
2021-08-15
AK: Add adopt_nonnull_ref_or_enomem
sin-ack
2021-08-13
IntrusiveRedBlackTree: Remove redundant subtraction of 0
Lenny Maiorani
2021-08-13
AK+Everywhere: Delete Variant's default constructor
Ali Mohammad Pur
2021-08-13
AK: Annotate String.count as [[nodiscard]]
Brian Gianforcaro
2021-08-13
AK: Avoid OOB access in UniformBumpAllocator::destroy_all()
Ali Mohammad Pur
2021-08-12
AK: Add a IsSpecializationOf<T, Template> type trait
Ali Mohammad Pur
2021-08-12
AK: Don't zero Variant data in the move constructor
Ali Mohammad Pur
2021-08-12
AK: Add contains(char) method to String
Jean-Baptiste Boric
2021-08-10
AK: Add a formatter overload for Utf16View
Timothy Flynn
2021-08-10
AK+Kernel: Add StringBuilder::append overload for UTF-16 views
Timothy Flynn
2021-08-10
AK: Convert StringBuilder to use east-const
Timothy Flynn
2021-08-08
AK: Add `typename` keyword for dependent types
Daniel Bertalan
2021-08-08
AK: Add formatting for infinity and NaN
Daniel Bertalan
2021-08-08
AK: Handle partial remainders
Daniel Bertalan
[next]