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-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
2021-08-08
LibSanitizer+AK: Add float cast overflow handler
Daniel Bertalan
2021-08-08
AK: Use `explode_byte` in BumpAllocator.h
Daniel Bertalan
2021-08-08
AK: Make `InputMemoryStream::read_LEB128_*` templated
Daniel Bertalan
2021-08-08
AK: Use kmalloc_array() where appropriate
Andreas Kling
2021-08-08
AK: Add kmalloc_array() to trap multiplication overflows
Andreas Kling
2021-08-08
Everywhere: Replace AK::Singleton => Singleton
Andreas Kling
2021-08-08
AK: Bring Singleton into the global namespace with `using`
Andreas Kling
2021-08-07
AK: Add RecursionDecision
sin-ack
2021-08-07
AK: Use east const in MappedFile
Timothy
2021-08-07
AK: Add method to create MappedFile from fd
Timothy
2021-08-07
AK: Introduce IntrusiveListRelaxedConst
Jean-Baptiste Boric
2021-08-06
AK: Implement any_of using common implementation
Lenny Maiorani
2021-08-06
Kernel: Rename Kernel/VM/ to Kernel/Memory/
Andreas Kling
2021-08-06
AK: Improve the parsing of data urls
TheFightingCatfish
2021-08-06
AK: Make StringBuilder::join() use appendff() instead of append()
Ali Mohammad Pur
2021-08-04
AK+LibJS: Implement String.from{CharCode,CodePoint} using UTF-16 strings
Timothy Flynn
2021-08-04
AK: Allow configuring the BumpAllocator chunk size
Timothy Flynn
2021-08-04
AK+LibRegex: Add Utf16View::code_point_at and use it in RegexStringView
Timothy Flynn
2021-08-04
AK+Kernel: Print TODO when a TODO() is executed
sin-ack
2021-08-03
AK: Mark Time::max() / Time::min() / Time::zero() as constexpr
Brian Gianforcaro
2021-08-03
Everywhere: Make use of container version of all_of
Lenny Maiorani
2021-08-02
AK: Fix declaration of {String,StringView}::is_one_of
Timothy Flynn
2021-08-02
AK: Add a simple bump allocator
Ali Mohammad Pur
2021-08-02
AK: Correct Tuple's constructor signatures
Ali Mohammad Pur
2021-08-02
AK: Add formatters for BigEndian and LittleEndian
sin-ack
2021-07-31
LibWeb: Define proper debug symbols for CSS Parser and Tokenizer
Sam Atkins
2021-07-29
AK: Update mmap name for MappedFiles on SerenityOS
Andreas Kling
2021-07-27
AK: Add copy_to span method for AK::MACAddress
Brian Gianforcaro
[next]