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-07
LibJS: Add basic support for while loops in the bytecode engine
Andreas Kling
2021-06-07
LibJS: Add LessThan bytecode instruction :^)
Andreas Kling
2021-06-07
LibJS: Print bytecode registers with format "$num" instead of "rnum"
Andreas Kling
2021-06-07
LibJS: Make Bytecode::Generator::emit() return the created instruction
Andreas Kling
2021-06-07
LibJS: Move AST bytecode generation virtuals to separate cpp file
Andreas Kling
2021-06-07
LibJS: Add Sub bytecode instruction (subtract values)
Andreas Kling
2021-06-07
LibJS: Add formatting helper for Bytecode::Register
Andreas Kling
2021-06-07
LibJS: Some more opcodes for the bytecode VM
Andreas Kling
2021-06-07
LibJS: Add a VM accessor to Bytecode::Interpreter :^)
Andreas Kling
2021-06-07
LibJS: Start fleshing out a bytecode for the JavaScript engine :^)
Andreas Kling
2021-06-07
LibJS: Use ToPropertyKey in Object.getOwnPropertyDescriptor
Idan Horowitz
2021-06-07
LibJS: Add missing length field to Symbol.prototype[Symbol.ToPrimitive]
Idan Horowitz
2021-06-07
LibWeb+LibSyntax: Implement nested syntax highlighters
Ali Mohammad Pur
2021-06-07
Kernel: Remove incorrect VERIFY() in Thread::relock_process
Gunnar Beutner
2021-06-07
WindowServer+Magnifier: Make Magnifier buttery smooth :^)
Andreas Kling
2021-06-07
Magnifier: Use a GUI::DisplayLink to drive the screen captures
Andreas Kling
2021-06-07
LibJS: Flatten Shape::property_table()
Andreas Kling
2021-06-07
LibJS: Add VM::dump_backtrace()
Andreas Kling
2021-06-07
Toolchain+Ports: Fix building binutils on FreeBSD
Gunnar Beutner
2021-06-07
Documentation: Add ccache and rsync to the packages to install
Gunnar Beutner
2021-06-07
Kernel: Fix error propagation if Thread::WaitBlocker constructor fails
Brian Gianforcaro
2021-06-07
Kernel: Switch Process to InstrusiveList from InlineLinkedList
Brian Gianforcaro
2021-06-07
Kernel: Remove unnecessary cast to int during ensure capacity
Brian Gianforcaro
2021-06-07
AK: Add IntrusiveList::size_slow() to match InlineLinkedList
Brian Gianforcaro
2021-06-06
LibJS: Use Array::create() length arg in favor of set_array_like_size()
Linus Groh
2021-06-06
LibJS: Add length parameter to Array::create()
Linus Groh
2021-06-06
LibJS: Add dbgln() to Heap::allocator_for_size() before crashing
Linus Groh
2021-06-07
LibLine: Actually remove the two levels of deferred_invoke
Ali Mohammad Pur
2021-06-07
LibLine: Partially revert d8c5eec and remove unrelated code
Ali Mohammad Pur
2021-06-06
Utilities: Add support for testing null deferencing a RefPtr
Gunnar Beutner
2021-06-06
LibC+LibELF: Implement dladdr()
Gunnar Beutner
2021-06-06
LibLine: Keep the CSI bytes alive across read events
Ali Mohammad Pur
2021-06-06
LibLine: Stop registering the Notifier as a child Object
Ali Mohammad Pur
2021-06-06
Userland: Fix matroska utility displaying invalid track data
FalseHonesty
2021-06-06
Ports: Install launcher for Freeciv
Gunnar Beutner
2021-06-06
LibJS: Check dates are below the `time_clip` threshold
Idan Horowitz
2021-06-06
LibJS: Add Date.prototype.toJSON()
Idan Horowitz
2021-06-06
LibJS: Add Date.prototype[@@toPrimitive]()
Idan Horowitz
2021-06-06
LibJS: Add Date.setUTC{Date, Month, Hours, ...}() aliases
Idan Horowitz
2021-06-06
LibJS: Store Date milliseconds as signed to support negative offsets
Idan Horowitz
2021-06-06
LibJS: Add Date.prototype.setTime()
Idan Horowitz
2021-06-06
LibJS: Add Date.prototype.setMonth()
Idan Horowitz
2021-06-06
LibJS: Account for differences in month representations (0-11 vs 1-12)
Idan Horowitz
2021-06-06
LibJS: Add Date.prototype.setDate()
Idan Horowitz
2021-06-06
LibJS: Stub out Date.prototype.getTimezoneOffset()
Idan Horowitz
2021-06-06
LibJS: Ignore arguments in Date's constructor when called as a function
Idan Horowitz
2021-06-06
LibJS: Create 1970-01-01 00:00:00 local time Date for invalid ctor call
Linus Groh
2021-06-06
LibJS: Make it so that Date.prototype.toGMTString === .toUTCString
Linus Groh
2021-06-06
LibJS: Remove unused includes from SymbolPrototype.cpp
Linus Groh
2021-06-06
LibJS: Implement String.prototype[@@toPrimitive]()
Linus Groh
[next]