summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2021-08-07AK: Introduce IntrusiveListRelaxedConstJean-Baptiste Boric
2021-08-06AK: Implement any_of using common implementationLenny Maiorani
2021-08-06Kernel: Rename Kernel/VM/ to Kernel/Memory/Andreas Kling
2021-08-06AK: Improve the parsing of data urlsTheFightingCatfish
2021-08-06AK: Make StringBuilder::join() use appendff() instead of append()Ali Mohammad Pur
2021-08-04AK+LibJS: Implement String.from{CharCode,CodePoint} using UTF-16 stringsTimothy Flynn
2021-08-04AK: Allow configuring the BumpAllocator chunk sizeTimothy Flynn
2021-08-04AK+LibRegex: Add Utf16View::code_point_at and use it in RegexStringViewTimothy Flynn
2021-08-04AK+Kernel: Print TODO when a TODO() is executedsin-ack
2021-08-03AK: Mark Time::max() / Time::min() / Time::zero() as constexprBrian Gianforcaro
2021-08-03Everywhere: Make use of container version of all_ofLenny Maiorani
2021-08-02AK: Fix declaration of {String,StringView}::is_one_ofTimothy Flynn
2021-08-02AK: Add a simple bump allocatorAli Mohammad Pur
2021-08-02AK: Correct Tuple's constructor signaturesAli Mohammad Pur
2021-08-02AK: Add formatters for BigEndian and LittleEndiansin-ack
2021-07-31LibWeb: Define proper debug symbols for CSS Parser and TokenizerSam Atkins
2021-07-29AK: Update mmap name for MappedFiles on SerenityOSAndreas Kling
2021-07-27AK: Add copy_to span method for AK::MACAddressBrian Gianforcaro
2021-07-25AK: Create MACAddress from stringbrapru
2021-07-24AK: Reimplement all_of in terms of find_ifLenny Maiorani
2021-07-23AK+LibRegex: Partially implement case insensitive UTF-16 comparisonTimothy Flynn
2021-07-23AK: Add UTF-16 helper methods required for use within LibRegexTimothy Flynn
2021-07-22CrashDaemon: Remove BACKTRACE_DEBUG debugging codeAndreas Kling
2021-07-22AK: Add char SIMD typesHendiadyoin1
2021-07-22AK: Rewrite {AnyOf,AllOf,Find}.h to use the IteratorPairWith conceptAli Mohammad Pur
2021-07-22AK: Convert AnyOf/AllOf to east-const styleAli Mohammad Pur
2021-07-22AK: Implement {any,all}_of(IterableContainer&&, Predicate)Ali Mohammad Pur
2021-07-22AK: Add a concept for iterable containersAli Mohammad Pur
2021-07-22AK: Add a deduction guide to VectorAli Mohammad Pur
2021-07-22AK: Add a CommonType<Ts...> type traitAli Mohammad Pur
2021-07-22AK: Make TypeBoundsChecker<UnsignedIntegralT, FloatingPointT> workLinus Groh
2021-07-22AK: Add Utf16View for decoding UTF-16 stringsTimothy Flynn
2021-07-22AK: Disable clang-format for AK/Time.hGunnar Beutner
2021-07-22AK: Add a getter to JsonValue to get machine-native addressesGunnar Beutner
2021-07-21AK: Sprinkle [[nodiscard]] on AK::ArrayAndreas Kling
2021-07-21AK: Convert Array to east-const styleAndreas Kling
2021-07-21AK: Remove unused private HashTable::lookup_for_reading()Andreas Kling
2021-07-21AK: Sprinkle [[nodiscard]] on HashMap and HashTableAndreas Kling
2021-07-21AK: Sprinkle [[nodiscard]] on AK::BitmapAndreas Kling
2021-07-21AK: Remove unused HashMap::remove_one_randomly()Andreas Kling
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-07-19AK: Introduce Math.hHendiadyoin1
2021-07-19AK: Use new Formatter for each element in Formatter<Vector<T>>Andrew Kaster
2021-07-19AK: Use StringView literals in Format to avoid strlenAndrew Kaster
2021-07-18AK: Add the at()/operator[]() getter to Utf32ViewAli Mohammad Pur
2021-07-18AK: Add a is_null() method to Utf{8,32}ViewAli Mohammad Pur
2021-07-18AK: Don't return a null Utf32View when a zero-length one is requestedAli Mohammad Pur
2021-07-18Kernel: Introduce basic pre-kernel environmentGunnar Beutner
2021-07-18AK: Add helper type for serializing structures into bufferSahan Fernando
2021-07-18AK: Allow setting both width and precision when formatting a stringTimothy Flynn