summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2020-10-09AK: Add formatter for LexcialPath.asynts
2020-10-09AK+Format: Remove new_dbg(dbg) and raw_dbg.asynts
2020-10-08Endian: constexpr constructors and conversion operatorsLenny Maiorani
2020-10-08AK: Make StringView hashableMatthew Olsson
2020-10-08AK: Use new format functions.asynts
2020-10-08AK: Add formatter for StringImpl.asynts
2020-10-08AK+Format: Make it possible to format characters as integers.asynts
2020-10-08AK+Format: Add SFINAE wrapper 'FormatIfSupported'.asynts
2020-10-08AK+Format: Add overloads with const char* for outln, warnln and dbgln.asynts
2020-10-08AK+Format: Add overloads without arguments to outln, warnln and dbgln.asynts
2020-10-08AK+Format: Use pointer mode for pointers by default.asynts
2020-10-08VariadicFormatParams: Use initialized data to create parent classLenny Maiorani
2020-10-08Formatter: Remove extraneous char definitionLenny Maiorani
2020-10-06AK: Make Vector::remove_first_matching() signal if anything was removedAndreas Kling
2020-10-06AK: Use StringImpl::operator== in FlyStringAndreas Kling
2020-10-06IRCClient: Use new format functions.asynts
2020-10-06AK+Format: Make it possible to format string literals as pointers.asynts
2020-10-06AK+Format: Exclude prefix from width calculation.asynts
2020-10-06AK: check fractional string has_value() in JsonParserTucker Polomik
2020-10-05AK: Move StringImpl::operator== implementation into StringImplNico Weber
2020-10-05AK: Add formatter for NonnullRefPtr<T>.asynts
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