index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-06-08
LibJS: Remove the seal/unseal of Bytecode::Block again
Andreas Kling
2021-06-08
LibJS: Introduce an accumulator register to Bytecode::Interpreter
Matthew Olsson
2021-06-08
LibJS: Add @@toStringTag to Reflect
Linus Groh
2021-06-08
LibJS: Add @@toStringTag to Promise.prototype
Linus Groh
2021-06-08
LibJS: Replace two instances of 'global_object.vm()' with just 'vm'
Linus Groh
2021-06-08
LibJS: Generate bytecode for template literals
Gunnar Beutner
2021-06-08
gron: Handle invalid input gracefully
Sam Atkins
2021-06-08
gron: Make gron read from stdin if no file is provided
Sam Atkins
2021-06-08
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
Ali Mohammad Pur
2021-06-08
AK: Make Vector capable of holding reference types
Ali Mohammad Pur
2021-06-08
AK: Switch to east const in Vector.h
Ali Mohammad Pur
2021-06-08
AK: Reorder Vector methods to place similar methods next to each other
Ali Mohammad Pur
2021-06-08
AK: Rename Vector::{value_type => ValueType}
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
AK: Don't create Utf8View from temporary String in URLParser
Max Wipfli
2021-06-08
AK: Utf8CodePointIterator: Don't output full string to debug output
Max Wipfli
2021-06-08
Ports/ScummVM: Add freetype, libiconv, libjpeg and libpng to build deps
Jelle Raaijmakers
2021-06-08
Ports/ScummVM: Use SERENITY_INSTALL_ROOT instead of _BUILD_DIR
Jelle Raaijmakers
2021-06-08
LibM: Implement nearbyint, nearbyintl and nearbyintf
Gunnar Beutner
2021-06-08
LibC+AK: Remove our custom macros from <assert.h>
Gunnar Beutner
2021-06-08
LibJS: Seal Bytecode Blocks and munmap them (#7919)
Leon Albrecht
2021-06-08
LibJS: Support deleting local variables with operator delete
Idan Horowitz
2021-06-08
LibJS: Return undefined from a with statement if no value was generated
Idan Horowitz
2021-06-08
LibJS: Return the last value from a with statement
Idan Horowitz
2021-06-08
Base: Clarify and extend unveil(2) man page
Max Wipfli
2021-06-08
Kernel: Properly reset m_unveiled_paths on execve()
Max Wipfli
2021-06-08
Kernel: Don't assume there are no nodes if m_unveiled_paths.is_empty()
Max Wipfli
2021-06-08
Kernel: Change unveil state to dropped even when node already exists
Max Wipfli
2021-06-08
Kernel: Update intermediate nodes when changing unveil permissions
Max Wipfli
2021-06-08
AK: Add children() accessor to Trie
Max Wipfli
2021-06-08
Kernel: Allow unveiling subfolders regardless of parent's permissions
Max Wipfli
2021-06-08
Kernel: Use LexicalPath to avoid two consecutive slashes in unveil path
Max Wipfli
2021-06-08
LibJS: Add for loop bytecode generation
Linus Groh
2021-06-08
LibJS: Implement bytecode generation for BigInts
Gunnar Beutner
2021-06-08
LibJS: Make if yield undefined for the else branch if it is missing
Gunnar Beutner
2021-06-08
LibJS: Remove redundant jump for IfStatements
Gunnar Beutner
2021-06-08
LibJS: Make JumpIf{True,False,Nullish} inherit from Jump
Gunnar Beutner
2021-06-08
Utilities: Make `xargs` stop parsing options on first non-option
Jelle Raaijmakers
2021-06-08
Utilities: Make `watch` stop parsing options on first non-option
Jelle Raaijmakers
2021-06-08
Utilities: Make `strace` stop parsing options on first non-option
Jelle Raaijmakers
2021-06-08
Shell: Make `time` stop parsing options on first non-option
Jelle Raaijmakers
2021-06-08
UserspaceEmulator: Stop parsing options on first non-option
Jelle Raaijmakers
2021-06-08
Userland: Let `env` parse options up to first non-option
Jelle Raaijmakers
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-08
Kernel: Simplify `execve` shebang argument handling
Jelle Raaijmakers
2021-06-08
LibCore: Support fine-grained failure behavior for ArgsParser
Jelle Raaijmakers
2021-06-08
LibJS: Add sequence expression bytecode generation
Luke
2021-06-08
Kernel: Implement InodeFile::stat() and simplify FileDescription::stat()
Max Wipfli
[next]