summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2020-02-13AK: Move escape_html_entities() from LibHTML to AKAndreas Kling
2020-02-10AK: Remove bitrotted Traits::dump() mechanismAndreas Kling
2020-02-09AK: Apply changes for the Bootstrapper environmentLiav A
2020-02-09AK: Make StringBuilder::to_string() non-destructiveAndreas Kling
2020-02-08AK: Add JsonObjectSerializer::add(key, bool) overloadAndreas Kling
2020-02-08AK: Make PrintfImplementation treat %lld as 64-bitAndreas Kling
2020-02-08AK: Add LogStream overloads for long and long longAndreas Kling
2020-02-06AK: Add some missing "inline" keywords in JsonObject.hAndreas Kling
2020-02-06AK: Add missing StdLibExtras.h include in Optional.hAndreas Kling
2020-02-05AK+IPCCompiler: Get rid of BufferStream overloads for size_tAndreas Kling
2020-02-05AK: Break LogStream::operator<< overloads into i/l/ll and u/ul/ullAndreas Kling
2020-02-05AK: Break String::number() overloads into i/l/ll and u/ul/ullAndreas Kling
2020-02-05AK: Support 64-bit integers in BufferStreamjoshua stein
2020-02-05AK: Add support for 64-bit size_tjoshua stein
2020-02-03AK: The <cxxabi.h> header is not available during Toolchain buildAndreas Kling
2020-02-02AK: Turn demangling back on for userspaceAndreas Kling
2020-02-01AK: #ifdef out the contents of SharedBuffer on other platformsAndreas Kling
2020-02-01AK: Always inline StringView(const char*)Andreas Kling
2020-02-01AK: Add some integer overloads to JsonObjectSerializerAndreas Kling
2020-01-31AK: Add FixedArray::data()William McPherson
2020-01-26Ext2FS: allocate_blocks allocates contiguous blocks (#1095)Marios Prokopakis
2020-01-25Build: Remove -fno-sized-deallocation -Wno-sized-deallocationAndreas Kling
2020-01-25AK: Vector::is_null() should always return falseAndreas Kling
2020-01-25AK: Assert if trying to create a WeakPtr to an object being destroyedAndreas Kling
2020-01-24Meta: Claim copyright for files created by meSergey Bugaev
2020-01-24AK: Use swap-based assignment in OwnPtrAndreas Kling
2020-01-23AK: Let's call decrementing reference counts "unref" instead of "deref"Andreas Kling
2020-01-22AK: Unbreak FileSystemPath after String::split() changesAndreas Kling
2020-01-22AK: Also add a keep_empty argument to String::split[_limit]()Sergey Bugaev
2020-01-21Kernel: Tidy up debug logging a little bitAndreas Kling
2020-01-20AK: Allow clamp() with min==maxAndreas Kling
2020-01-20Kernel+AK: Add/fix uintptr_t and intptr_t definitionsAndreas Kling
2020-01-20AK: Add clamp() functionShannon Booth
2020-01-19AK: Add NonnullOwnPtr::swap() as well for symmetryAndreas Kling
2020-01-19Kernel: Optimize VM range deallocation a bitAndreas Kling
2020-01-19AK: Teach Vector::insert() to use memmove() for trivial typesAndreas Kling
2020-01-19AK: Support '+' qualifier in printf() to force sign for positive %d'sAndreas Kling
2020-01-19AK: Make it possible to swap() a NonnullRefPtr with itselfAndreas Kling
2020-01-19AK: Add some missing "inline" keywords in StdLibExtras.hAndreas Kling
2020-01-18AK: NonnullRefPtr should allow assigning owner to owneeAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-16Kernel+LibELF: Don't blindly trust ELF symbol offsets in symbolicationAndreas Kling
2020-01-15AK: Add Vector::unstable_remove(index)Andreas Kling
2020-01-14AK: Fix String[View]::split_view() returning an extra empty partSergey Bugaev
2020-01-14AK: Don't return null from String[View]::substring_view()Sergey Bugaev
2020-01-13AK: Add ArmedScopeGuard, a scope guard that can be disarmedAndrew Kaster
2020-01-12AK: Run clang-format on Atomic.hAndreas Kling
2020-01-07AK: Add assertions to FixedArray::operator[]Andreas Kling
2020-01-07AK: Add dirname() to FileSystemPathConrad Pankoff
2020-01-06AK: Fix test compile warningsShannon Booth