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
/
Libraries
Age
Commit message (
Expand
)
Author
2021-06-10
LibJS: Throw TypeError on non-object this value in ArrayBuffer methods
Idan Horowitz
2021-06-10
LibJS: Dont mask non-RangeError exceptions in ArrayBuffer construction
Idan Horowitz
2021-06-10
LibJS: Bring ArrayBuffer.prototype.slice closer to spec
Idan Horowitz
2021-06-10
LibJS: Explicitly return and accept a Function* in species_constructor
Idan Horowitz
2021-06-10
LibJS: Remove GlobalObject& argument from VM::construct()
Andreas Kling
2021-06-10
LibJS: Very basic support for "new" construction in bytecode VM
Andreas Kling
2021-06-10
LibJS: Generate bytecode for entering nested lexical environments
Andreas Kling
2021-06-10
LibJS: Allocate 4 KiB for Bytecode::BasicBlock
Andreas Kling
2021-06-10
LibJS: Always keep the global object in bytecode VM register $1
Andreas Kling
2021-06-10
LibJS: Perform function instantiation in bytecode
Andreas Kling
2021-06-10
LibJS: Add empty bytecode generation for VariableDeclaration
Andreas Kling
2021-06-10
LibJS: Implement bytecode generation for try..catch..finally
Gunnar Beutner
2021-06-10
LibJS: Let the bytecode interpreter set the VM's last value
Gunnar Beutner
2021-06-10
LibC: Use EX_IOERR instead of EX_IOER
Egor Ananyin
2021-06-10
LibJS: Implement bytecode generation for BreakStatement
xyanrch
2021-06-10
LibVT: Implement `DECIC`/`DECDC`
Daniel Bertalan
2021-06-10
Kernel+LibVT: Fix selection with scrollback wrap-around
Daniel Bertalan
2021-06-10
LibVT: Implement `DECFI` and `DECBI`
Daniel Bertalan
2021-06-10
Kernel+LibVT: Implement left-right scrolling
Daniel Bertalan
2021-06-10
Kernel+LibVT: Add function for deleting a range of characters
Daniel Bertalan
2021-06-10
LibVT+Kernel: Support clearing the scrollback buffer
Daniel Bertalan
2021-06-10
LibVT: Improve scrolling performance
Daniel Bertalan
2021-06-10
LibVT: Fix `ECH` not clearing lines
Daniel Bertalan
2021-06-10
LibVT+Kernel: Clean up scroll API
Daniel Bertalan
2021-06-10
LibVT: Fix out-of-bounds reads in ICH/DCH escape sequences
Daniel Bertalan
2021-06-10
LibJS: Make removed elements in Array.prototype.splice spec compliant
Luke
2021-06-10
LibJS: Pass in actual_delete_count to removed array creation in splice
Luke
2021-06-10
LibJS: Stop asserting in {Set,Test}IntegrityLevel on missing descriptor
Idan Horowitz
2021-06-09
LibJS: Use create_list_from_array_like() in Function.prototype.apply()
Linus Groh
2021-06-09
LibJS: Use create_list_from_array_like() in Reflect.{apply,construct}()
Linus Groh
2021-06-09
LibJS: Implement the CreateListFromArrayLike() abstract operation
Linus Groh
2021-06-10
LibJS: Add logical assignment bytecode generation
Luke
2021-06-09
LibJS: Only "var" declarations go in the global object at program level
Andreas Kling
2021-06-09
LibGUI/WindowServer: Add set_maximized IPC call
Marcus Nilsson
2021-06-09
LibJS: Notify WeakSets when heap cells are sweeped
Idan Horowitz
2021-06-09
LibJS: Add all of the WeakSet.prototype methods (add, delete, has)
Idan Horowitz
2021-06-09
LibJS: Add the WeakSet built-in object
Idan Horowitz
2021-06-09
LibCpp: Add test for parsing class definitions
Itamar
2021-06-09
LibCpp: Parse basic constructors and destructors
Itamar
2021-06-09
LibCpp: Handle class access-specifiers in the Parser
Itamar
2021-06-09
LibCpp: Support non-field class members
Itamar
2021-06-09
LibCpp: Make 'bool' a Token::Type::KnownType
Itamar
2021-06-09
LibJS: Fix evaluation order for tagged template literals
Gunnar Beutner
2021-06-09
LibJS: Generate bytecode for tagged template literals
Gunnar Beutner
2021-06-09
LibJS: Fix the return value for TemplateLiteral
Gunnar Beutner
2021-06-09
LibWeb: Fix logic issue when parsing CSS custom properties
Tobias Christiansen
2021-06-09
LibJS: Don't create lexical environment for native (C++) function calls
Andreas Kling
2021-06-09
LibC: Add stub implementation for sigsuspend
Thiago Henrique Hupner
2021-06-09
LibC: Make tgetnum() return -1 if capability is not available
Thiago Henrique Hupner
2021-06-09
LibWasm: ALWAYS_INLINE some very hot functions
Ali Mohammad Pur
[prev]
[next]