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-04-05
AK: Invalidate UTF-8 encoded code points larger than U+10ffff
Timothy Flynn
2022-04-04
AK: Make Vector<T>::{first,last}_matching() return Optional<T&>
Ali Mohammad Pur
2022-04-04
AK: Return Optional<T&> from HashMap<..., T>::get()
Ali Mohammad Pur
2022-04-04
AK: Return Optional<ConstPeekType> for HashMap::get() const
Ali Mohammad Pur
2022-04-04
AK: Allow Optional<T&> to exist
Ali Mohammad Pur
2022-04-04
AK: Add begin_from(V&) APIs to IntrusiveRedBlackTree
Idan Horowitz
2022-04-03
AK: Add `StringView::copy_characters_to_buffer()`
Tim Schumacher
2022-04-03
AK: Add non-const iterator for CircularQueue
kleines Filmröllchen
2022-04-03
AK: Add generic sincos solution for non-x86 platforms
serenityosrocks
2022-04-02
AK: Add last() utility function to Span
Ben Maxwell
2022-04-02
AK+LibHTTP: Ensure plus signs are percent encoded in query string
GeekFiftyFive
2022-04-02
AK: Add vector variants of sqrt and rsqrt
Hendiadyoin1
2022-04-02
AK: Add rsqrt and a SSE specific implementation for sqrt
Hendiadyoin1
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
AK: Use bucket states with special bit patterns in HashTable
kleines Filmröllchen
2022-03-31
AK: Rehash HashTable in-place instead of shrinking
kleines Filmröllchen
2022-03-31
AK: Merge HashTable bucket state into one enum
kleines Filmröllchen
2022-03-30
AK: Allow printing wide characters using %ls modifier
safarp
2022-03-28
LibXML: Add a fairly basic XML parser
Ali Mohammad Pur
2022-03-28
AK: Add a 'OneOf' concept
Ali Mohammad Pur
2022-03-28
AK: Display SourceLocation function name in color
Ali Mohammad Pur
2022-03-28
AK: Add a 'is_not_any_of' similar to 'is_any_of' to GenericLexer
Ali Mohammad Pur
2022-03-28
AK: Make Vector capable of holding forward-declared types
Ali Mohammad Pur
2022-03-28
AK: Add `appendln` helper to SourceGenerator
Hendiadyoin1
2022-03-28
AK: Explicitly move `value` String in SourceGenerator::set
Hendiadyoin1
2022-03-28
AK: Make SourceGenerator move constructible
Hendiadyoin1
2022-03-27
AK: Add an ArbitrarySizedEnum template
Linus Groh
2022-03-27
AK: Add non-const DistinctNumeric::value() getter
Linus Groh
2022-03-27
AK: Remove unused String.h include from UFixedBigInt.h
Linus Groh
2022-03-24
LibWeb: Rename PARSER_DEBUG => HTML_PARSER_DEBUG
Idan Horowitz
2022-03-21
AK: Add a case insensitive of is_one_of to String[View]
Hendiadyoin1
2022-03-19
AK: Fix typo in warnln_if()
Sam Atkins
2022-03-18
AK+Tests: Fix StringUtils::contains() being confused by repeating text
Sam Atkins
2022-03-18
Everywhere: Deduplicate day/month name constants
Lenny Maiorani
2022-03-18
AK: Mark the StringView user-defined literal as consteval
Timothy Flynn
2022-03-18
AK: Add const variant of Vector::in_reverse()
Andreas Kling
2022-03-17
Everywhere: Switch from EnableIf to requires
Lenny Maiorani
2022-03-18
AK: Add constant time equality and zero check to UFixedBigInt
Michiel Visser
2022-03-18
AK: UFixedBigInt add efficient multiplication with full result
Michiel Visser
2022-03-16
AK: Fix implicit and narrowing conversions in Base64
Lenny Maiorani
2022-03-16
AK: Make static constexpr variables to avoid stack copy in Base64
Lenny Maiorani
2022-03-15
AK+Kernel: Avoid double memory clearing of HashTable buckets
Daniel Bertalan
2022-03-15
AK+Everywhere: Add sincos and use it in some places
Hendiadyoin1
2022-03-14
AK: Allow creating a Vector from any Span of the same underlying type
Timothy Flynn
2022-03-13
AK: Add naive implementations of AK::timing_safe_compare
Brian Gianforcaro
2022-03-12
AK: Properly parse unimplemented format length specifiers
Tim Schumacher
2022-03-10
AK: Remove unused String[256] from JsonParser
Sam Atkins
2022-03-09
AK: Print a better error message when missing a SourceGenerator key
Sam Atkins
2022-03-09
AK: Add reverse iterator as member
Federico Guerinoni
2022-03-09
AK: Implement wrapper for reverse range for loop
Federico Guerinoni
[next]