summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2020-10-04LibIPC: Make IPC::encode() and ::decode() fail at compiletime when usedAnotherTest
2020-10-04AK: Make the return type of dbgputstr consistent.asynts
2020-10-04AK: Don't add newline for outf/dbgf/warnf.asynts
2020-10-04AK: Add Formatter for FlyString :^)Andreas Kling
2020-10-04AK: Add formatter for URL.asynts
2020-10-04AK: Add special formatter for char.asynts
2020-10-03AK: Replace a write_or_error call with write.asynts
2020-10-03AK: Make Buffered<T> non-copyable.asynts
2020-10-03AK: Add missing Bytes::slice call in Buffered<T>.asynts
2020-10-03Everywhere: Fix more typosLinus Groh
2020-10-02AK+Format: Do some housekeeping in the format implementation.asynts
2020-10-02AK: Add trivial structure validation to SharedBufferTom
2020-10-02AK: Add is_trivial and is_trivially_copyableTom
2020-10-02AK: Add formatter for pointer types.asynts
2020-10-02AK: Add formatter for boolean values.asynts
2020-09-29AK+Format: Add support for integer to character casts.asynts
2020-09-29AK: Add NumericLimits specialization for char.asynts
2020-09-29AK+Format: Support all format specifiers for strings.asynts
2020-09-28AK+Format: Support default index in replacement field.asynts
2020-09-28AK+TestSuite: Don't assume that the test passed in output.asynts
2020-09-28AK+Format: Keep type information for integers in TypeErasedParameter.asynts
2020-09-28AK+Format: Clean up format specifier parsing using GenericLexer.asynts
2020-09-27AK: Remove the ctype adapters and use the actual ctype functions insteadBenoît Lormeau
2020-09-27AK: Use templates instead of Function for Conditions in the GenericLexerBenoit Lormeau
2020-09-27AK: Move trim_whitespace() into StringUtils and add it to StringViewAnotherTest
2020-09-27AK: Clear previous/next link in InlineLinkList::removeTom
2020-09-26AK+Format: Use the new format backend in the implementation.asynts
2020-09-26AK+Format: Add new integer to string backend.asynts
2020-09-26AK: Enhance GenericLexer's string consumptionBenoit Lormeau
2020-09-26AK: Alphabetically sort the ctype adaptersBenoit Lormeau
2020-09-26AK: Added explanatory comments in GenericLexer.hBenoit Lormeau
2020-09-26AK: Borrow exact format syntax form std::format.asynts
2020-09-26AK: Add GenericLexer::remaining.asynts
2020-09-25Meta+AK: Make clang-format-10 cleanBen Wiederhake
2020-09-23Applications+IRCClient: Use new format functions.asynts
2020-09-23AK: Add outf, warnf and dbgf.asynts
2020-09-23AK: Resolve format related circular dependencies properly.asynts
2020-09-23AK: Allow calling format without arguments.asynts
2020-09-22AK: Add missing overload to format.asynts
2020-09-22AK: Use format in String::number.asynts
2020-09-22AK: Consider long and unsigned long as integral types.asynts
2020-09-22AK: Add StringBuilder::appendff using the new format.asynts
2020-09-22AK: Remove strtoull dependency from format.asynts
2020-09-21AK: Add format function like std::format or fmt::format.asynts
2020-09-21AK: Add template deduction guides for Array.asynts
2020-09-21AK: Add StringView::substring_view(size_t) overload.asynts
2020-09-21AK: Remove BufferStream class.asynts
2020-09-21LibAudio: Use InputMemoryStream instead of BufferStream.asynts
2020-09-21AK: Add missing const in Span::operator==.asynts
2020-09-21AK: Add OutputMemoryStream::is_end.asynts