index
:
serenity
master
topic/trivial_docs
The Serenity Operating System π
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
Age
Commit message (
Expand
)
Author
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
2021-06-03
LibSQL: Report a syntax error for unsupported LIMIT clause syntax
Timothy Flynn
2021-06-02
LibWasm: Ensure that value signs are preserved when casting
Ali Mohammad Pur
2021-06-02
LibWasm: Implement reference instructions (ref.{null,func,is_null})
Ali Mohammad Pur
2021-06-01
LibSQL: Return an error for empty common table expression lists
Timothy Flynn
2021-06-01
AK+Everywhere: Fix compiletime format parsing of replacement fields
Ali Mohammad Pur
2021-06-01
AK: Strip leading/trailing C0-control-or-space in URLs correctly
Andreas Kling
2021-06-01
AK: Enable direct comparsion of Optional<T> and T
Max Wipfli
2021-06-01
AK: Rename Utf8CodepointIterator => Utf8CodePointIterator
Andreas Kling
2021-06-01
Tests: Add more tests for AK::URL
Max Wipfli
2021-06-01
AK: Implement Utf8CodepointIterator::peek(size_t)
Max Wipfli
2021-05-31
AK: Handle LEB128 encoded values that are too large for the result type
Andrew Kaster
2021-05-31
AK: Add tests for LEB128 decoder
Andrew Kaster
2021-05-30
AK+Userland: Use akaster@serenityos.org for my copyright headers
Andrew Kaster
2021-05-30
AK: Make HashTable::operator=(HashTable&&) clear the moved-from table
Andreas Kling
2021-05-30
LibTest+test-js: Add back the lost test262 parser test option
Ali Mohammad Pur
2021-05-29
Kernel: Ensure that an unveil node with no permission is never accepted
Ali Mohammad Pur
2021-05-27
Tests: Add tests for LexicalPath dirname handling
Tim Schumacher
2021-05-27
Tests: Use ByteBuffer::create_zeroed in TestDeflate instead of memset
Andrew Kaster
2021-05-26
AK: Implement AK::Stack
Jesse Buhagiar
2021-05-25
LibC: Implement strerror_r()
Gunnar Beutner
2021-05-24
AK+Everywhere: Consolidate String::index_of() and String::find()
Andreas Kling
2021-05-22
AK: Fix Variant construction from lvalue references
Ali Mohammad Pur
2021-05-21
Tests: Remove default font tests from LibGfx/TestFontHandling
Andreas Kling
2021-05-21
Tests: Install non-LibTest based Kernel tests into Kernel/Legacy subdir
Andrew Kaster
2021-05-21
LibWasm: Make the instantiation process produce an OwnPtr
Ali Mohammad Pur
2021-05-21
LibWasm: Decouple ModuleInstance from the AbstractMachine
Ali Mohammad Pur
2021-05-21
LibWasm+Meta: Implement instantiation/execution primitives in test-wasm
Ali Mohammad Pur
2021-05-21
LibWasm+Meta: Add test-wasm and optionally test the conformance tests
Ali Mohammad Pur
2021-05-20
AK: Added contains_in_range to Vector
r-paiva
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()
Andreas Kling
[next]