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-14
LibJS: Make Array.prototype.concat generic
davidot
2021-06-14
LibJS: Make Array.prototype.reverse generic
davidot
2021-06-14
LibJS: Add additional Array.prototype.reverse tests
davidot
2021-06-14
LibJS: Make Array.prototype.unshift generic
davidot
2021-06-14
LibJS: Make Array.prototype.shift generic
davidot
2021-06-14
LibJS: Add support for hex, octal & binary big integer literals
Idan Horowitz
2021-06-14
LibCrypto: Add {Signed,Unsigned}BigInteger::from_base{2, 8, 16} helpers
Idan Horowitz
2021-06-14
LibJS: Add tests for DataView.prototype getters and setters
Idan Horowitz
2021-06-14
LibJS: Add all of the DataView.prototype.set* methods
Idan Horowitz
2021-06-14
LibJS: Add all of the DataView.prototype.get* methods
Idan Horowitz
2021-06-14
LibJS: Add the DataView built-in object
Idan Horowitz
2021-06-13
LibJS: Make a couple of %TypedArray%.prototype properties accessors
Linus Groh
2021-06-13
LibJS: Make Symbol.prototype.description an accessor
Linus Groh
2021-06-13
LibJS: Make Set.prototype.size an accessor
Linus Groh
2021-06-13
LibJS: Make a couple of RegExp.prototype properties accessors
Linus Groh
2021-06-13
LibJS: Make ArrayBuffer.prototype.byteLength an accessor
Linus Groh
2021-06-13
LibJS: Add two missing missing ECMA-262 section/title/URL comments
Linus Groh
2021-06-13
LibJS: Don't repeat attributes in {Boolean,Symbol}Prototype
Linus Groh
2021-06-13
Calculator: Fix offensive button misalignment
Andreas Kling
2021-06-13
Browser: Fix build breakage from 29cce65
Andreas Kling
2021-06-13
Kernel: Pass absolute path to shebang interpreter
Jelle Raaijmakers
2021-06-13
Kernel: Also `move()` the shebang path in execve
Jelle Raaijmakers
2021-06-13
Browser: Add download finished graphics to download widget
Marcus Nilsson
2021-06-13
Browser: Add close on finished checkbox to download widget
Marcus Nilsson
2021-06-13
LibGUI: Make "Return" after tab return to original column in TableView
Max Trussell
2021-06-13
Solitaire: Disable filling with background color during end animation
Sam Atkins
2021-06-13
Solitaire: Only start timer when a move happens
Sam Atkins
2021-06-13
Solitaire: Prevent undo when the game is over
Sam Atkins
2021-06-13
Solitaire: Allow automatic moves to end the game and animate
Sam Atkins
2021-06-13
LibJS: Avoid lots of string-to-int during global object construction
Andreas Kling
2021-06-13
LibJS: Make StringOrSymbol always be FlyString in the string case
Andreas Kling
2021-06-13
AK: Add FlyString::from_fly_impl()
Andreas Kling
2021-06-13
LibJS: Convert PropertyName and StringOrSymbol to east-const style
Andreas Kling
2021-06-13
LibJS: Don't generate unused HeapBlock names on non-SerenityOS systems
Andreas Kling
2021-06-13
LibJS: Add a bunch of fast_is<T> to avoid slow RTTI in hot code
Andreas Kling
2021-06-13
LibJS: Use the new is_ascii_foo() helpers from AK
Andreas Kling
2021-06-13
Userland: Allow building SerenityOS with -funsigned-char
Gunnar Beutner
2021-06-13
Documentation: Move Ubuntu/Debian specific build instructions
Adam Hodgen
2021-06-13
Documentation: Fix QEMU 5 Ubuntu version confusion
Adam Hodgen
2021-06-13
Ports: Add Composer
Jelle Raaijmakers
2021-06-13
Utilites: Implement `unzip -q`
Jelle Raaijmakers
2021-06-13
Utilities: Change `unzip -o` option to `-d`
Jelle Raaijmakers
2021-06-13
Ports: Update diffutils to version 3.7
Jelle Raaijmakers
2021-06-13
LibC: Make `getopt` modify `argv` again
Jelle Raaijmakers
2021-06-13
LibJS: Rewrite Array.prototype.slice to be spec compliant
Luke
2021-06-13
TextEditor: Don't allow opening directories
sinmineryt
2021-06-13
HackStudio: Indicate git changes in the editor's gutter
Dmitrii Ubskii
2021-06-13
LibGUI+HackStudio: Make gutter a first class element
Dmitrii Ubskii
2021-06-13
LibJS: Add missing ECMA-262 section/title/URL comments to Map
Linus Groh
2021-06-13
Meta: Fix QEMU version check in run.sh
Apoorv Mishra
[prev]
[next]