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
2023-01-16
AK+LibUnicode: Provide Unicode-aware String titlecase transformation
Timothy Flynn
2023-01-16
AK: Export the OptionalNone helper structure
Timothy Flynn
2023-01-15
AK: Define our own concept of "trivially serializable"
Tim Schumacher
2023-01-15
AK+Test: Fix a logic error in `CircularBuffer::offset_of()`
Lucas CHOLLET
2023-01-15
AK: Add String::to_number
Timothy Flynn
2023-01-15
AK: Add String::contains
Timothy Flynn
2023-01-15
AK: Add String::is_one_of for variadic string comparison
Timothy Flynn
2023-01-15
AK: Add a somewhat naive implementation of String::reverse
Timothy Flynn
2023-01-15
Everywhere: Fully qualify IsLvalueReference in TRY() macros
Andrew Kaster
2023-01-14
AK: Add an optional starting offset to `CircularBuffer::offset_of`
Lucas CHOLLET
2023-01-14
AK: Default move operators for `CircularBuffer`
Lucas CHOLLET
2023-01-14
AK+Tests: Make CaseInsensitiveStringViewTraits work with HashMap again
Ben Wiederhake
2023-01-14
AK: Remove `CircularDuplexStream`
Tim Schumacher
2023-01-14
AK: Add StringBuilder::try_join()
MacDue
2023-01-13
AK: Add `CircularBuffer::read_with_seekback`
Tim Schumacher
2023-01-13
AK+Everywhere: Disallow returning a reference from a fallible expression
Timothy Flynn
2023-01-13
AK: Add support for "debug only" formatters
MacDue
2023-01-13
AK: Don't inherit Formatter<ErrorOr<T>> for Formatter<IPv6Address>
MacDue
2023-01-13
AK: Don't inherit Formatter<ErrorOr<T>> for Formatter<IPv4Address>
MacDue
2023-01-12
AK: Fix ignored .to_string() errors in IPv6Address
MacDue
2023-01-12
AK: Fix ignored .to_string() errors in IPv4Address
MacDue
2023-01-12
AK: Implement FlyString for the new String class
Timothy Flynn
2023-01-10
AK+LibWeb: Move decode forgiving base64 under Web::Infra namespace
Arda Cinar
2023-01-10
AK: Expose Base64 tables from Base64.h
Arda Cinar
2023-01-10
AK: Add Span::first()
MacDue
2023-01-09
AK+LibUnicode: Provide Unicode-aware String case transformations
Timothy Flynn
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-09
AK: Add Utf16View::to_utf8 to convert the view to a UTF-8 AK::String
Timothy Flynn
2023-01-09
AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_string
Timothy Flynn
2023-01-09
AK: Reorder AK/Math after the removal of i686
Hendiadyoin1
2023-01-08
AK+Everywhere: Make UTF-16 to UTF-8 converter fallible
Timothy Flynn
2023-01-08
AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible
Timothy Flynn
2023-01-08
AK+LibJS+LibRegex: Define an alias for UTF-16 string data storage
Timothy Flynn
2023-01-08
AK: Make StringBuilder::try_append_code_point actually fallible
Timothy Flynn
2023-01-07
Everywhere: Remove "LibC/" includes, add lint-rule against it
Ben Wiederhake
2023-01-07
AK: Restrict include of LibC header
Ben Wiederhake
2023-01-07
AK: Reimplement DistinctNumeric comparison operators using operator<=>
Andrew Kaster
2023-01-07
AK: Reimplement comparisons on AK::Time using operator<=>
Andrew Kaster
2023-01-07
AK: Remove global free function comparison operators for timespec
Andrew Kaster
2023-01-07
AK: Add user defined literals for Time for ns, us, ms, and sec
Andrew Kaster
2023-01-07
AK: Make `Statistics::median` return a mean for an even number of values
Staubfinger
2023-01-06
AK: Use base URL when the specified URL is empty
Thiago Henrique Hupner
2023-01-06
AK: Support fixed point formatting to print real numbers
Lucas CHOLLET
2023-01-06
AK: Rename `StandardFormatter::Mode::Float` => `FixedPoint`
Lucas CHOLLET
2023-01-06
AK: Export `adopt_nonnull_ref_or_enomem` to the global namespace
Sam Atkins
2023-01-06
AK: Fix typo in -= operator of DistinctNumeric
Aliaksandr Kalenik
2023-01-02
Everywhere: Remove unused includes of AK/Memory.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/Concepts.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/StdLibExtras.h
Ben Wiederhake
[next]