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-17
AK: Add Kernel namespace to KStrings in AK::IPv6Address
Thitat Auareesuksakul
2022-04-14
AK: Differ between long and long long formats
Tim Schumacher
2022-04-14
AK: Deduplicate formatting hexadecimal values
Tim Schumacher
2022-04-14
AK: Merge print_i64 into print_signed_number
Tim Schumacher
2022-04-13
LibWeb: Make reverse iterators work for const NonnullPtrVectors
Andreas Kling
2022-04-10
AK: Add missing include to Traits.h
Andreas Kling
2022-04-10
AK: Add hash traits for floating-point primitives
Andreas Kling
2022-04-10
AK: Remove `KERNEL` check from `String`
Jelle Raaijmakers
2022-04-10
AK: Don't destructively re-encode query strings in the URL parser
Andreas Kling
2022-04-10
AK+LibWeb: Encode ' ' as '+' in application/x-www-form-urlencoded
Andreas Kling
2022-04-08
AK+LibHTTP: Revert prior change to percent encode plus signs
GeekFiftyFive
2022-04-06
AK+Userland: Rename Array::front/back to first/last
Sam Atkins
2022-04-06
AK: Add const version of Vector::first_matching
kleines Filmröllchen
2022-04-06
AK: Add find_first_index to NonnullPtrVector that strips smart pointer
kleines Filmröllchen
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
[next]