summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-09LibJS: Use create_list_from_array_like() in Reflect.{apply,construct}()Linus Groh
2021-06-09LibJS: Implement the CreateListFromArrayLike() abstract operationLinus Groh
2021-06-10LibJS: Add logical assignment bytecode generationLuke
2021-06-09LibJS: Only "var" declarations go in the global object at program levelAndreas Kling
2021-06-09FileManager: Save maximized window state on exitMarcus Nilsson
2021-06-09LibGUI/WindowServer: Add set_maximized IPC callMarcus Nilsson
2021-06-09LibJS: Notify WeakSets when heap cells are sweepedIdan Horowitz
2021-06-09LibJS: Add all of the WeakSet.prototype methods (add, delete, has)Idan Horowitz
2021-06-09LibJS: Add the WeakSet built-in objectIdan Horowitz
2021-06-09LibCpp: Add test for parsing class definitionsItamar
2021-06-09LibCpp: Parse basic constructors and destructorsItamar
2021-06-09LibCpp: Handle class access-specifiers in the ParserItamar
2021-06-09LibCpp: Support non-field class membersItamar
2021-06-09LibCpp: Make 'bool' a Token::Type::KnownTypeItamar
2021-06-09LibJS: Fix evaluation order for tagged template literalsGunnar Beutner
2021-06-09LibJS: Generate bytecode for tagged template literalsGunnar Beutner
2021-06-09LibJS: Fix the return value for TemplateLiteralGunnar Beutner
2021-06-09LibWeb: Fix logic issue when parsing CSS custom propertiesTobias Christiansen
2021-06-09Kernel/PCI: Remove UNMAP_AFTER_INIT from a few methodsLiav A
2021-06-09LibJS: Don't create lexical environment for native (C++) function callsAndreas Kling
2021-06-09Ports: Add ZSH portThiago Henrique Hupner
2021-06-09LibC: Add stub implementation for sigsuspendThiago Henrique Hupner
2021-06-09LibC: Make tgetnum() return -1 if capability is not availableThiago Henrique Hupner
2021-06-09LibWasm: ALWAYS_INLINE some very hot functionsAli Mohammad Pur
2021-06-09AK: Make Vector::take_last() ALWAYS_INLINEAli Mohammad Pur
2021-06-09AK: Make a bunch of Variant methods ALWAYS_INLINEAli Mohammad Pur
2021-06-09Meta: Disable -Wmaybe-uninitializedAli Mohammad Pur
2021-06-09LibWasm: Implement saturating float truncation instructionsAli Mohammad Pur
2021-06-09LibWasm: Implement sign extension instructionsAli Mohammad Pur
2021-06-09LibWasm: Implement spec-compliant float min/max opsAli Mohammad Pur
2021-06-09wasm: Add a help command to the shell mode and start it on --shellAli Mohammad Pur
2021-06-09LibAudio: Add support for WAVE_FORMAT_EXTENSIBLENick Miller
2021-06-09Documentation: Add a list of supported network cardsLiav A
2021-06-09Meta: Use Intel 82574 instead of Intel 82540 in the run scriptLiav A
2021-06-09Kernel/Net: Support Intel 82574 adapterLiav A
2021-06-09Kernel/CommandLine: Add option to disable physical networking hardwareLiav A
2021-06-09Kernel: Introduce the NetworkingManagement singletonLiav A
2021-06-09Ports: Build an `.so` file for SQLiteJelle Raaijmakers
2021-06-09Ports: Update SQLite to version 3.35.5Jelle Raaijmakers
2021-06-09LibJS: Don't generate code after we've encountered a terminating opGunnar Beutner
2021-06-09LibJS: Stop bytecode execution after we've encountered an exceptionGunnar Beutner
2021-06-09LibJS: Generate bytecode for throw statementsGunnar Beutner
2021-06-09Browser: Fix crash on downloadTimothy
2021-06-09LibMarkdown: Wrap non-inline code blocks in <pre>Sam Atkins
2021-06-09LibJS: Stop inheriting from Set in SetPrototypeIdan Horowitz
2021-06-09Meta: Check installed QEMU versionApoorv Mishra
2021-06-09Ports: Use shared icon logic for ScummVMJelle Raaijmakers
2021-06-09LibGUI: Set TextEditor to unmodified after saving size=0 filesSam Atkins
2021-06-09Meta: Remove references to the abandoned IRC channelAndreas Kling
2021-06-09LibJS: Mark heap cell values stored in Set instancesIdan Horowitz