summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-06-20FlappyBug: Keep track of score and highscoreMim Hufford
2021-06-20FlappyBug: Start obstacles off the screenMim Hufford
2021-06-20FlappyBug: Make the obstacle gap position randomMim Hufford
2021-06-20FlappyBug: Introduce a new Flappy Bug gameMim Hufford
2021-06-20LibCoreDump: Don't subtract one from the first stack frame's EIPGunnar Beutner
2021-06-20LibWasm: Remove empty AbstractMachine/Interpreter.cppLinus Groh
2021-06-19LibSQL: Database layerJan de Visser
2021-06-19LibSQL: Hash index implementation for the SQL storage layerJan de Visser
2021-06-19LibSQL: BTree index, Heap, and Meta objects for SQL Storage layerJan de Visser
2021-06-19LibSQL: Basic dynamic value classes for SQL Storage layerJan de Visser
2021-06-19LibSymbolication+Utilities: Show inlined functions for btGunnar Beutner
2021-06-19LibJS: Add the Number.prototype.toFixed methodIdan Horowitz
2021-06-19LibDebug: Convert LibDebug to east-const styleItamar
2021-06-19LibCoreDump: Include source locations of inlined functions in backtraceItamar
2021-06-19LibDebug: Add DebugInfo::get_source_position_with_inlinesItamar
2021-06-19LibDebug: Add DwarfInfo::get_cached_die_at_offsetItamar
2021-06-19LibDebug:: Add DwarfInfo::get_die_at_addressItamar
2021-06-19LibDebug: Add caches of DIE objects to DwarfInfoItamar
2021-06-19LibDebug: Store optional parent_offset in Dwarf::DIE objectsItamar
2021-06-19LibDebug: Add AttributeForm field to Dwarf::AttributeValueItamar
2021-06-19LibCoreDump: Use "eip - 1" when creating backtrace entriesItamar
2021-06-19LibDebug: Add LineProgram::get_directory_and_file(size_t)Itamar
2021-06-19LibDebug: Move Dwarf::LineProgram into Dwarf::CompilationUnitItamar
2021-06-19LibDebug: Store LibDebug objects on the heap & make them non-copyableItamar
2021-06-19LibDebug: Move Dwarf::AttributeValue to a separate fileItamar
2021-06-19LibDebug: Move get_die_at_offset to Dwarf::CompilationUnitItamar
2021-06-19LibDebug: Remove unused DebugInfo::for_each_source_positionItamar
2021-06-19LibDebug: Fix typo in DebugInfo::get_source_positionItamar
2021-06-19LibJS: Object.getOwnPropertyNames() should enumerate String's .lengthAndreas Kling
2021-06-19LibJS: Make Object.getOwnPropertyDescriptor() work on String subscriptsAndreas Kling
2021-06-19LibJS: Support object rest elements in the bytecode interpreterMatthew Olsson
2021-06-19LibJS: Support array rest elements in the bytecode interpreterMatthew Olsson
2021-06-19LibJS: Implement array destructuring for the bytecode interpreterMatthew Olsson
2021-06-19LibJS: Implement more IteratorOperations and organize fileMatthew Olsson
2021-06-19LibJS: Support object destructuring in the bytecode interpreterMatthew Olsson
2021-06-19LibJS: Add JumpUndefined bytecodeMatthew Olsson
2021-06-19LibJS: Ensure GetBy{Id,Value} never load <empty> into the accumulatorMatthew Olsson
2021-06-19LibJS: Restructure and fully implement BindingPatternsMatthew Olsson
2021-06-19LibJS: Remove bad spread check in declaration parsingMatthew Olsson
2021-06-19LibJS: Add missing exception checks to Number() constructorLinus Groh
2021-06-19LibJS: Make Number() constructor spec compliantLinus Groh
2021-06-19LibJS: Add a bunch more missing ECMA-262 section/title/URL commentsLinus Groh
2021-06-19LibJS: Disallow 'yield' identifier initializer in GeneratorFunctionsMatthew Olsson
2021-06-19LibJS: Implement GeneratorFunctionConstructor::constructMatthew Olsson
2021-06-19LibJS: Add the remaining generator objectsMatthew Olsson
2021-06-19LibCrypto: Fix Hash::MD5's movabilityDexesTTP
2021-06-18LibJS: Add and use the ArraySpeciesCreate abstract operationIdan Horowitz
2021-06-18LibJS: Bring FlattenIntoArray closer to the specificationIdan Horowitz
2021-06-18LibJS: Implement the 'Hashbang Grammar for JS' proposalLinus Groh
2021-06-18LibJS/Tests: Use eval() for toEvalTo(), not Function()Linus Groh