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-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
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
Kernel/PCI: Remove UNMAP_AFTER_INIT from a few methods
Liav A
2021-06-09
LibJS: Don't create lexical environment for native (C++) function calls
Andreas Kling
2021-06-09
Ports: Add ZSH port
Thiago Henrique Hupner
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
2021-06-09
AK: Make Vector::take_last() ALWAYS_INLINE
Ali Mohammad Pur
2021-06-09
AK: Make a bunch of Variant methods ALWAYS_INLINE
Ali Mohammad Pur
2021-06-09
Meta: Disable -Wmaybe-uninitialized
Ali Mohammad Pur
2021-06-09
LibWasm: Implement saturating float truncation instructions
Ali Mohammad Pur
2021-06-09
LibWasm: Implement sign extension instructions
Ali Mohammad Pur
2021-06-09
LibWasm: Implement spec-compliant float min/max ops
Ali Mohammad Pur
2021-06-09
wasm: Add a help command to the shell mode and start it on --shell
Ali Mohammad Pur
2021-06-09
LibAudio: Add support for WAVE_FORMAT_EXTENSIBLE
Nick Miller
2021-06-09
Documentation: Add a list of supported network cards
Liav A
2021-06-09
Meta: Use Intel 82574 instead of Intel 82540 in the run script
Liav A
2021-06-09
Kernel/Net: Support Intel 82574 adapter
Liav A
2021-06-09
Kernel/CommandLine: Add option to disable physical networking hardware
Liav A
2021-06-09
Kernel: Introduce the NetworkingManagement singleton
Liav A
2021-06-09
Ports: Build an `.so` file for SQLite
Jelle Raaijmakers
2021-06-09
Ports: Update SQLite to version 3.35.5
Jelle Raaijmakers
2021-06-09
LibJS: Don't generate code after we've encountered a terminating op
Gunnar Beutner
2021-06-09
LibJS: Stop bytecode execution after we've encountered an exception
Gunnar Beutner
2021-06-09
LibJS: Generate bytecode for throw statements
Gunnar Beutner
2021-06-09
Browser: Fix crash on download
Timothy
2021-06-09
LibMarkdown: Wrap non-inline code blocks in <pre>
Sam Atkins
2021-06-09
LibJS: Stop inheriting from Set in SetPrototype
Idan Horowitz
2021-06-09
Meta: Check installed QEMU version
Apoorv Mishra
2021-06-09
Ports: Use shared icon logic for ScummVM
Jelle Raaijmakers
2021-06-09
LibGUI: Set TextEditor to unmodified after saving size=0 files
Sam Atkins
2021-06-09
Meta: Remove references to the abandoned IRC channel
Andreas Kling
2021-06-09
LibJS: Mark heap cell values stored in Set instances
Idan Horowitz
[prev]
[next]