Age | Commit message (Expand) | Author |
2021-06-30 | AK: Remove the LexicalPath::is_valid() API | Max Wipfli |
2021-06-30 | Userland+Tests: Split out generic test runner from JS TestRunner | Andrew Kaster |
2021-06-30 | Tests: TestProcFs cannot assume stdin/stdout/stderr are the same | Andrew Kaster |
2021-06-29 | LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N) | Idan Horowitz |
2021-06-28 | AK: Add and use the RemoveCVReference<T> type trait | Ali Mohammad Pur |
2021-06-27 | LibJS: Rename Function => FunctionObject | Andreas Kling |
2021-06-27 | AK: Make the constexpr StringView methods actually constexpr | Ali Mohammad Pur |
2021-06-26 | AK: Undo bogus Variant::downcast() rename | Andreas Kling |
2021-06-24 | AK: Rename downcast<T> => verify_cast<T> | Andreas Kling |
2021-06-24 | Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull` | Daniel Bertalan |
2021-06-24 | Tests: Disable kernel and LibC tests for x86_64 | Gunnar Beutner |
2021-06-24 | LibSQL: Reduce run time of TestSqlDatabase | Jan de Visser |
2021-06-24 | Tests: Reduce runtime of TestCharacterTypes | Max Wipfli |
2021-06-24 | LibSQL: Make lexer and parser more standard SQL compliant | Jan de Visser |
2021-06-24 | LibSQL: Move Lexer and Parser machinery to AST directory | Jan de Visser |
2021-06-22 | LibSQL: Create databases in writable directory | coderdreams |
2021-06-22 | LibCore: Add unit test for File::read_line | coderdreams |
2021-06-22 | Meta+LibWasm: Add support for module linking tests | Ali Mohammad Pur |
2021-06-19 | LibSQL: Database layer | Jan de Visser |
2021-06-19 | LibSQL: Hash index implementation for the SQL storage layer | Jan de Visser |
2021-06-19 | LibSQL: BTree index, Heap, and Meta objects for SQL Storage layer | Jan de Visser |
2021-06-19 | LibSQL: Basic dynamic value classes for SQL Storage layer | Jan de Visser |
2021-06-19 | AK: Add support for keeping trailing zeros in fixed precision floats | Idan Horowitz |
2021-06-19 | LibCrypto+LibTLS: Split and move test suite into Tests directory | Peter Bocan |
2021-06-18 | Tests: Add a test for ProcFS fd interaction | Kyle Ambroff-Kao |
2021-06-17 | AK: Add some tests for hexdump formatting | Ali Mohammad Pur |
2021-06-17 | Everywhere: Add component declarations | Gunnar Beutner |
2021-06-16 | Tests: Add test for case-insensitive matching | sin-ack |
2021-06-16 | AK+Tests: Add IntrusiveList<T,...>::insert_before(..) method | Brian Gianforcaro |
2021-06-15 | AK: Add support for removing SinglyLinkedList nodes during iteration | Idan Horowitz |
2021-06-13 | LibC: Make `getopt` modify `argv` again | Jelle Raaijmakers |
2021-06-12 | AK: Rename Vector::append(Vector) => Vector::extend(Vector) | Andreas Kling |
2021-06-12 | LibJS: Add all of the WeakMap.prototype methods (delete, get, has, set) | Idan Horowitz |
2021-06-11 | AK+LibX86: Generalize u128/256 to AK::UFixedBigInt | Hendiadyoin1 |
2021-06-09 | LibJS: Notify WeakSets when heap cells are sweeped | Idan Horowitz |
2021-06-08 | AK: Make Vector capable of holding reference types | Ali Mohammad Pur |
2021-06-08 | LibSQL: Limit the number of nested subqueries | Timothy Flynn |
2021-06-08 | LibSQL: Rename expression tree depth limit test case | Timothy Flynn |
2021-06-08 | LibCore/ArgsParser: Learn how to stop on first non-option | Jelle Raaijmakers |
2021-06-08 | LibCore/ArgsParser: Add test suite | Jelle Raaijmakers |
2021-06-07 | AK: Add IntrusiveList::size_slow() to match InlineLinkedList | Brian Gianforcaro |
2021-06-06 | AK+Everywhere: Disallow constructing Functions from incompatible types | Ali Mohammad Pur |
2021-06-05 | LibSQL: Limit the allowed depth of an expression tree | Timothy Flynn |
2021-06-05 | LibWasm: Move Wasm::BytecodeInterpreter into its own header | Sahan Fernando |
2021-06-05 | AK: Do not trim away non-ASCII bytes when parsing URL | Max Wipfli |
2021-06-04 | LibWasm: Load and instantiate tables | Ali Mohammad Pur |
2021-06-04 | AK: Donβt drop lines between \r and \n in StringView::lines() (#7662) | R Smith |
2021-06-03 | AK: Do not VERIFY on invalid code point bytes in UTF8View | DexesTTP |
2021-06-03 | Tests: Add tests for most functions in AK/CharacterType.h | Max Wipfli |
2021-06-03 | Tests: Add test coverage for AK::IntrusiveList reverse iterator support | Brian Gianforcaro |