summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
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
2020-09-15AK: Add OutputMemoryStream::fill_to_end.asynts
2020-09-15AK: Re-add OutputMemoryStream for static buffers only.asynts
2020-09-15AK: Remove OutputMemoryStream for DuplexMemoryStream.asynts
2020-09-14AK: Lower the requirements for InputStream::eof and rename it.asynts
2020-09-12AK: Fix PrintfImplementation "%x" handling for u32AnotherTest
2020-09-12AK: Fix forward-declaration of ArrayBen Wiederhake
2020-09-12AK: Fix accidentally-recursive call in BitStreamBen Wiederhake
2020-09-11AK: Generalise 'PrintfImplementation'AnotherTest
2020-09-11AK: Calculate the chunk index correctly in DuplexMemoryStream.asynts
2020-09-10AK: Replace LogStream operator for ReadonlyBytes with dump_bytes.asynts
2020-09-09AK: Use TypedTransfer in Span::copy_to.asynts
2020-09-09AK: Moved TypedTransfer into it's own header.asynts
2020-09-09AK: Add Bitmap::find_one_anywhere and optimize Bitmap::find_firstTom
2020-09-08AK: Remove empty destructor from JsonParser.asynts
2020-09-08AK: Remove FixedArray class.asynts