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-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
Userland: Fix incorrect iflag/oflag printing in `stty`
Daniel Bertalan
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
Kernel: Add support for the RTL8168E-VL variant to the RTL8168 driver
Luke
2021-06-10
Kernel: Add driver for RTL8168 & RTL8111 NICs
Idan Horowitz
2021-06-10
LibJS: Show the VM's last value after executing bytecode programs
Gunnar Beutner
2021-06-10
LibJS: Don't generate bytecode after we've encountered a parser error
Gunnar Beutner
2021-06-10
LibJS: Let the bytecode interpreter set the VM's last value
Gunnar Beutner
2021-06-10
Ports: Add LLVM port
Egor Ananyin
2021-06-10
LibC: Use EX_IOERR instead of EX_IOER
Egor Ananyin
2021-06-10
Ports: Add pre_fetch to .port_include.sh
Egor Ananyin
2021-06-10
LibJS: Implement bytecode generation for BreakStatement
xyanrch
2021-06-10
Documentation: Specify minimum required QEMU version
Apoorv Mishra
2021-06-10
LibVT: Implement `DECIC`/`DECDC`
Daniel Bertalan
2021-06-10
Kernel: Re-render console after echoing characters
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
FileManager: Save maximized window state on exit
Marcus Nilsson
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
[prev]
[next]