summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2020-11-14AK: Fix StringUtils::contains() case insensitive searchLinus Groh
2020-11-13AK: Fix inverted condition in unsigned LEB128 decodeAndreas Kling
2020-11-12AK: Prefer using instead of typedefLenny Maiorani
2020-11-11RefPtrTraits: struct/class mismatch in forward declarationLenny Maiorani
2020-11-11IPv4Address: constexpr supportLenny Maiorani
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-11-10AK: Add RefPtrTraits to allow implementing custom null pointersTom
2020-11-10IPv4Address: Unit testsLenny Maiorani
2020-11-09AK: Add formatters for floating point numbers.asynts
2020-11-09AK: Rename new_out to out and new_warn to warn.asynts
2020-11-09AK: Remove out() and warn().asynts
2020-11-08AK: Use reference algorithms for LEB128 parsingAndreas Kling
2020-11-08LibJS+AK: Move cross-platform stack bounds code from JS::Heap to AK::StackInfoLinus Groh
2020-11-07AK: Remove duplicate begin()/end() methodsNico Weber
2020-11-05AK: printf was not accounting for plus sign with "%+d"Andreas Kling
2020-11-05AK: Always include <new> from compiler before our operators newAndreas Kling
2020-11-04AK::URL: Check if URL requires a port set to be considered a valid URLBrendan Coles
2020-11-03AK: Really disallow making OwnPtrs from refcounted typesAnotherTest
2020-11-02AK+Kernel: Escape JSON keys & valuesAndreas Kling
2020-10-29AK: Make String::matches() capable of reporting match positions tooAnotherTest
2020-10-29AK: Add a `is_one_of()' to StringViewAnotherTest
2020-10-29CMake: Use CONFIGURE_DEPENDS in existing globs.asynts
2020-10-29AK: Add GenericLexer::retreat()Linus Groh
2020-10-25AK: Deprecate warn().asynts
2020-10-25AK: Eradicate calls to warn().asynts
2020-10-25AK: Remove a really slow unit test.asynts
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