summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2023-03-05AK: Add FlyString::to_deprecated_fly_string()Kenneth Myhra
2023-03-05AK+LibAudio: Remove UFixedBigInt::my_sizeDan Klishch
2023-03-04AK: Implement Knuth's algorithm D for dividing UFixedBigInt'sDan Klishch
2023-03-04AK: Delete unused and untested sqrt, pow and pow_mod from UFixedBigIntDan Klishch
2023-03-04AK+LibCrypto: Delete 64x64 wide multiplication workaroundsDan Klishch
2023-03-04AK: Rewrite UFixedBigInt using the framework from BigIntBase.hDan Klishch
2023-03-04AK: Introduce "BigIntBase.h" for common simple operations on big intsDan Klishch
2023-03-04AK: Move compiletime_fail to StdLibExtras.hDan Klishch
2023-03-04AK: Remove signbit definition to prevent conflict in FixedPointnipos
2023-03-04AK: Add support for Solaris to StackInfonipos
2023-03-04AK: Add Solaris to platform detectionnipos
2023-03-04AK: Add StackInfo implementation for WindowsAndrew Kaster
2023-03-04LibCMake: Introduce a CMake lexerSam Atkins
2023-03-04AK: Format Debug.h.inSam Atkins
2023-03-03AK+readelf: Issue error when using ARCH(arch) with nonexistent archDan Klishch
2023-03-03AK: Ensure short String instances are valid UTF-8Timothy Flynn
2023-03-03AK: Protect Utf8View against inclusion in the KernelTimothy Flynn
2023-03-03AK: Invalidate overlong UTF-8 code point encodingsTimothy Flynn
2023-03-03AK: Replace UTF-8 string validation with a constexpr implementationTimothy Flynn
2023-03-03AK: Add String::ends_with{,_bytes}()Linus Groh
2023-03-03AK: Add missing const qualifier to HashCompatible HashMap::contains()Linus Groh
2023-03-03AK: Make FixedPoint(FloatingPoint) ctor round instead of truncatingNico Weber
2023-03-01AK: Add new String constructor to URLKenneth Myhra
2023-02-28AK+Everywhere: Make GenericLexer::ignore_until() stop before the valueSam Atkins
2023-02-28Userland+AK: Stop using getopt() for ArgsParserAli Mohammad Pur
2023-02-28AK: Add two starts_with{bytes,}() APIs to StringAli Mohammad Pur
2023-02-26AK: Fix DeprecatedString::bijective_base_from for large numbersTim Ledbetter
2023-02-25AK: Add FixedPoint::clampkleines Filmröllchen
2023-02-25AK: Use the same consteval condition on _short_string as its factoryTimothy Flynn
2023-02-25AK: Add operator""_{short_,}string to create a String from a literalLinus Groh
2023-02-24AK+Kernel: Add includes before removing Kernel/ProcessExposed.hLiav A
2023-02-24LibGfx: Add scaffolding for a webp decoderNico Weber
2023-02-22AK: Prepare Utf32View for use within templated LibGfx contextsTimothy Flynn
2023-02-22AK: Add formatters for Utf8View and Utf32ViewTimothy Flynn
2023-02-21AK: Ensure that we fill the whole String when reading from a StreamTim Schumacher
2023-02-21AK: Add `take_first` to HashTable and rename `pop` to `take_last`Hediadyoin1
2023-02-21AK: Update HashTables head and tail when shifting during deletionHediadyoin1
2023-02-21AK: Add String::from_stream methodAndrew Kaster
2023-02-21Revert "AK: Disallow constness laundering in RefPtr and NonnullRefPtr"Andreas Kling
2023-02-21AK: Disallow constness laundering in RefPtr and NonnullRefPtrAndreas Kling
2023-02-21AK: Make String const-correct internallyAndreas Kling
2023-02-21AK: Make Deprecated{Fly,}String and StringImpl const-correctAndreas Kling
2023-02-21AK: Stop NonnullPtrVector from making accessed elements constAndreas Kling
2023-02-20AK/StackInfo: Add support for NetBSDnipos
2023-02-19AK: Allow zero-valued signed size types in format stringsAndrew Kaster
2023-02-19AK/StackInfo: Add support for OpenBSD pthreadsnipos
2023-02-19AK: Make FlyString(String) constructor implicitSam Atkins
2023-02-18LibGfx: Rename `JPGLoader` to `JPEGLoader`Lucas CHOLLET
2023-02-18AK: Fix printing of negative FixedPoint valuesNico Weber
2023-02-18AK: Fix 64-bit alignment issue in shared-superstring substringsAndreas Kling