index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-06-09
LibJS: Generate bytecode for array expressions
Gunnar Beutner
2021-06-09
Revert "LibJS: Add bytecode instruction handles"
Andreas Kling
2021-06-09
LibJS: Add bytecode instruction handles
Matthew Olsson
2021-06-08
LibJS: Handle Proxy with Array target in IsArray() abstract operation
Linus Groh
2021-06-08
LibJS: Implement Proxy.revocable()
Linus Groh
2021-06-08
LibJS: Remove Proxy() argument count check
Linus Groh
2021-06-08
LibJS: Make sure loop results are initialized
Gunnar Beutner
2021-06-08
LibJS: Make SwitchStatement::execute() return undefined for empty blocks
Marcin Gasperowicz
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
LibSQL: Limit the number of nested subqueries
Timothy Flynn
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
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: Support fine-grained failure behavior for ArgsParser
Jelle Raaijmakers
2021-06-08
LibJS: Add sequence expression bytecode generation
Luke
2021-06-08
LibJS: Add conditional expression bytecode generation
Luke
2021-06-08
LibJS: Implement bytecode ops for logical expressions
Gunnar Beutner
2021-06-08
LibJS: Convert values to boolean for JumpIfTrue/JumpIfFalse
Gunnar Beutner
2021-06-08
LibJS: Add the Symbol.species getter to the appropriate built-ins
Idan Horowitz
2021-06-07
LibJS: Use to_property_key() a bunch in ReflectObject
Linus Groh
2021-06-07
LibJS: Remove redundant exception checks
Linus Groh
2021-06-07
LibJS: Never omit setter/getter attributes in accessor descriptor object
Linus Groh
2021-06-07
LibJS: Fix get_own_property_descriptor_object() field name order
Linus Groh
2021-06-07
LibJS: Add missing cyclic prototype check to Object.setPrototypeOf()
Linus Groh
2021-06-07
LibJS: Use macros to generate the common unary/binary bytecode ops
Andreas Kling
2021-06-08
SoundPlayer: Enable stop button when play button clicked
Nick Miller
2021-06-07
LibJS: Fix whitespace errors in ASTCodegen.cpp
Linus Groh
[next]