summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2020-02-20AK: Use size_t for CircularQueue and CircularDequeAndreas Kling
2020-02-20AK: Use size_t for ByteBuffer sizesAndreas Kling
2020-02-19AK: Fix bug where "%s" with field width would print too many charactersAndreas Kling
2020-02-19AK: Support "%.*s" in format stringsAndreas Kling
2020-02-19AK: Use endianness flags to determine if conversion is necessaryLiav A
2020-02-18Kernel: Use a FixedArray for a process's extra GIDsAndreas Kling
2020-02-18Kernel: Add placement new[] operatorSergey Bugaev
2020-02-17Kernel: Replace "current" with Thread::current and Process::currentAndreas Kling
2020-02-16AK: Add basic Traits for RefPtrAndreas Kling
2020-02-16AK: Don't construct a String every time we LogStream<< a numberAndreas Kling
2020-02-16AK: Fixed a typo in NeverDestroyed.h (#1228)Kaif Mavani
2020-02-16AK: Add HashMap, HashTable and Traits to Forward.hAndreas Kling
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-02-16AK: Add missing include in CircularQueue.hAndreas Kling
2020-02-15AK: Don't bring in LibBareMetal's kstdio.h in userspaceAndreas Kling
2020-02-15AK: Make sure that Weakable always has the same memory layoutAndreas Kling
2020-02-15AK: Fix broken #include statementAndreas Kling
2020-02-15AK: Add BufferStream to Forward.hAndreas Kling
2020-02-15AK: Add String starts_with(char) & ends_with(char)Shannon Booth
2020-02-14AK: Add Utf8View to Forward.hAndreas Kling
2020-02-14AK: Add LogStream and DebugLogStream to Forward.hAndreas Kling
2020-02-14AK: Add SharedBuffer to Forward.hAndreas Kling
2020-02-14LibCore: Add a forward declaration headerAndreas Kling
2020-02-14AK: Add a forward declaration headerAndreas Kling
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