summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2020-10-24AK: Add [[deprecated]] to out().asynts
2020-10-24AK: Introduce SourceGenerator::fork().asynts
2020-10-22AK: Add `GenericLexer::consume_escaped_character()'AnotherTest
2020-10-22AK: Enhance String::contains to allow case-insensitive searchesTom
2020-10-22AK: Make Utf8View and Utf32View more consistentTom
2020-10-21TestArray: constexpr_sum using spanLenny Maiorani
2020-10-21HashFunctions: constexpr capabilityLenny Maiorani
2020-10-21TestHashFunctions: Tests to bind hash functionalityLenny Maiorani
2020-10-20Everywhere: Redundant inline specifier on constexpr functions (#3807)Lenny Maiorani
2020-10-20Checked: constexpr supportLenny Maiorani
2020-10-20Checked: Use default compiler-generated functionsLenny Maiorani
2020-10-20Build: Modify various parts to allow the build to succeed on FreeBSDLaurent Cimon
2020-10-18AK: Reduce memory writes in HashTable destructorDano Perniš
2020-10-18AK: Implement HashTable assignment in terms of swapDano Perniš
2020-10-18AK: Provide swap() for HashTableDano Perniš
2020-10-17CircularQueue: Ensure constructor does not construct any valuesLenny Maiorani
2020-10-17AK: Add formatters for NonnullOwnPtr and WeakPtr.asynts
2020-10-17AK+Format: Add outln(FILE*, ...) overload.asynts
2020-10-17BinarySearch: constexpr supportLenny Maiorani
2020-10-17ntpquery: Don't leak local time, and check origin time in replyNico Weber
2020-10-16Span: constexpr supportLenny Maiorani
2020-10-16AK: Tune HashTable load factorAndreas Kling
2020-10-16AK: Add some more checks to the HashMap testAndreas Kling
2020-10-15AK: Redesign HashTable to use closed hashingAndreas Kling
2020-10-15AK: Improve HashMap tests a little bitAndreas Kling
2020-10-14AK: Don't forward declare abort.asynts
2020-10-13Base64: Pre-allocate size of input and outputLenny Maiorani
2020-10-13Use new format functions in remaining DevTools. (#3755)Paul Scharnofske
2020-10-13Base64: constexpr initialization of alphabet and lookup tableLenny Maiorani
2020-10-12AK: Add SourceGenerator class.asynts
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