summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-14LibJS: Make Array.prototype.concat genericdavidot
2021-06-14LibJS: Make Array.prototype.reverse genericdavidot
2021-06-14LibJS: Add additional Array.prototype.reverse testsdavidot
2021-06-14LibJS: Make Array.prototype.unshift genericdavidot
2021-06-14LibJS: Make Array.prototype.shift genericdavidot
2021-06-14LibJS: Add support for hex, octal & binary big integer literalsIdan Horowitz
2021-06-14LibCrypto: Add {Signed,Unsigned}BigInteger::from_base{2, 8, 16} helpersIdan Horowitz
2021-06-14LibJS: Add tests for DataView.prototype getters and settersIdan Horowitz
2021-06-14LibJS: Add all of the DataView.prototype.set* methodsIdan Horowitz
2021-06-14LibJS: Add all of the DataView.prototype.get* methodsIdan Horowitz
2021-06-14LibJS: Add the DataView built-in objectIdan Horowitz
2021-06-13LibJS: Make a couple of %TypedArray%.prototype properties accessorsLinus Groh
2021-06-13LibJS: Make Symbol.prototype.description an accessorLinus Groh
2021-06-13LibJS: Make Set.prototype.size an accessorLinus Groh
2021-06-13LibJS: Make a couple of RegExp.prototype properties accessorsLinus Groh
2021-06-13LibJS: Make ArrayBuffer.prototype.byteLength an accessorLinus Groh
2021-06-13LibJS: Add two missing missing ECMA-262 section/title/URL commentsLinus Groh
2021-06-13LibJS: Don't repeat attributes in {Boolean,Symbol}PrototypeLinus Groh
2021-06-13Calculator: Fix offensive button misalignmentAndreas Kling
2021-06-13Browser: Fix build breakage from 29cce65Andreas Kling
2021-06-13Kernel: Pass absolute path to shebang interpreterJelle Raaijmakers
2021-06-13Kernel: Also `move()` the shebang path in execveJelle Raaijmakers
2021-06-13Browser: Add download finished graphics to download widgetMarcus Nilsson
2021-06-13Browser: Add close on finished checkbox to download widgetMarcus Nilsson
2021-06-13LibGUI: Make "Return" after tab return to original column in TableViewMax Trussell
2021-06-13Solitaire: Disable filling with background color during end animationSam Atkins
2021-06-13Solitaire: Only start timer when a move happensSam Atkins
2021-06-13Solitaire: Prevent undo when the game is overSam Atkins
2021-06-13Solitaire: Allow automatic moves to end the game and animateSam Atkins
2021-06-13LibJS: Avoid lots of string-to-int during global object constructionAndreas Kling
2021-06-13LibJS: Make StringOrSymbol always be FlyString in the string caseAndreas Kling
2021-06-13AK: Add FlyString::from_fly_impl()Andreas Kling
2021-06-13LibJS: Convert PropertyName and StringOrSymbol to east-const styleAndreas Kling
2021-06-13LibJS: Don't generate unused HeapBlock names on non-SerenityOS systemsAndreas Kling
2021-06-13LibJS: Add a bunch of fast_is<T> to avoid slow RTTI in hot codeAndreas Kling
2021-06-13LibJS: Use the new is_ascii_foo() helpers from AKAndreas Kling
2021-06-13Userland: Allow building SerenityOS with -funsigned-charGunnar Beutner
2021-06-13Documentation: Move Ubuntu/Debian specific build instructionsAdam Hodgen
2021-06-13Documentation: Fix QEMU 5 Ubuntu version confusionAdam Hodgen
2021-06-13Ports: Add ComposerJelle Raaijmakers
2021-06-13Utilites: Implement `unzip -q`Jelle Raaijmakers
2021-06-13Utilities: Change `unzip -o` option to `-d`Jelle Raaijmakers
2021-06-13Ports: Update diffutils to version 3.7Jelle Raaijmakers
2021-06-13LibC: Make `getopt` modify `argv` againJelle Raaijmakers
2021-06-13LibJS: Rewrite Array.prototype.slice to be spec compliantLuke
2021-06-13TextEditor: Don't allow opening directoriessinmineryt
2021-06-13HackStudio: Indicate git changes in the editor's gutterDmitrii Ubskii
2021-06-13LibGUI+HackStudio: Make gutter a first class elementDmitrii Ubskii
2021-06-13LibJS: Add missing ECMA-262 section/title/URL comments to MapLinus Groh
2021-06-13Meta: Fix QEMU version check in run.shApoorv Mishra