summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2021-08-12AK: Add contains(char) method to StringJean-Baptiste Boric
2021-08-10AK: Add a formatter overload for Utf16ViewTimothy Flynn
2021-08-10AK+Kernel: Add StringBuilder::append overload for UTF-16 viewsTimothy Flynn
2021-08-10AK: Convert StringBuilder to use east-constTimothy Flynn
2021-08-08AK: Add `typename` keyword for dependent typesDaniel Bertalan
2021-08-08AK: Add formatting for infinity and NaNDaniel Bertalan
2021-08-08AK: Handle partial remaindersDaniel Bertalan
2021-08-08LibSanitizer+AK: Add float cast overflow handlerDaniel Bertalan
2021-08-08AK: Use `explode_byte` in BumpAllocator.hDaniel Bertalan
2021-08-08AK: Make `InputMemoryStream::read_LEB128_*` templatedDaniel Bertalan
2021-08-08AK: Use kmalloc_array() where appropriateAndreas Kling
2021-08-08AK: Add kmalloc_array() to trap multiplication overflowsAndreas Kling
2021-08-08Everywhere: Replace AK::Singleton => SingletonAndreas Kling
2021-08-08AK: Bring Singleton into the global namespace with `using`Andreas Kling
2021-08-07AK: Add RecursionDecisionsin-ack
2021-08-07AK: Use east const in MappedFileTimothy
2021-08-07AK: Add method to create MappedFile from fdTimothy
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