index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-06-19
LibDebug: Convert LibDebug to east-const style
Itamar
2021-06-19
LibCoreDump: Include source locations of inlined functions in backtrace
Itamar
2021-06-19
LibDebug: Add DebugInfo::get_source_position_with_inlines
Itamar
2021-06-19
LibDebug: Add DwarfInfo::get_cached_die_at_offset
Itamar
2021-06-19
LibDebug:: Add DwarfInfo::get_die_at_address
Itamar
2021-06-19
LibDebug: Add caches of DIE objects to DwarfInfo
Itamar
2021-06-19
LibDebug: Store optional parent_offset in Dwarf::DIE objects
Itamar
2021-06-19
LibDebug: Add AttributeForm field to Dwarf::AttributeValue
Itamar
2021-06-19
LibCoreDump: Use "eip - 1" when creating backtrace entries
Itamar
2021-06-19
LibDebug: Add LineProgram::get_directory_and_file(size_t)
Itamar
2021-06-19
LibDebug: Move Dwarf::LineProgram into Dwarf::CompilationUnit
Itamar
2021-06-19
LibDebug: Store LibDebug objects on the heap & make them non-copyable
Itamar
2021-06-19
LibDebug: Move Dwarf::AttributeValue to a separate file
Itamar
2021-06-19
LibDebug: Move get_die_at_offset to Dwarf::CompilationUnit
Itamar
2021-06-19
LibDebug: Remove unused DebugInfo::for_each_source_position
Itamar
2021-06-19
LibDebug: Fix typo in DebugInfo::get_source_position
Itamar
2021-06-19
LibJS: Object.getOwnPropertyNames() should enumerate String's .length
Andreas Kling
2021-06-19
LibJS: Make Object.getOwnPropertyDescriptor() work on String subscripts
Andreas Kling
2021-06-19
LibJS: Support object rest elements in the bytecode interpreter
Matthew Olsson
2021-06-19
LibJS: Support array rest elements in the bytecode interpreter
Matthew Olsson
2021-06-19
LibJS: Implement array destructuring for the bytecode interpreter
Matthew Olsson
2021-06-19
LibJS: Implement more IteratorOperations and organize file
Matthew Olsson
2021-06-19
LibJS: Support object destructuring in the bytecode interpreter
Matthew Olsson
2021-06-19
LibJS: Add JumpUndefined bytecode
Matthew Olsson
2021-06-19
LibJS: Ensure GetBy{Id,Value} never load <empty> into the accumulator
Matthew Olsson
2021-06-19
LibJS: Restructure and fully implement BindingPatterns
Matthew Olsson
2021-06-19
LibJS: Remove bad spread check in declaration parsing
Matthew Olsson
2021-06-19
LibJS: Add missing exception checks to Number() constructor
Linus Groh
2021-06-19
LibJS: Make Number() constructor spec compliant
Linus Groh
2021-06-19
LibJS: Add a bunch more missing ECMA-262 section/title/URL comments
Linus Groh
2021-06-19
LibJS: Disallow 'yield' identifier initializer in GeneratorFunctions
Matthew Olsson
2021-06-19
LibJS: Implement GeneratorFunctionConstructor::construct
Matthew Olsson
2021-06-19
LibJS: Add the remaining generator objects
Matthew Olsson
2021-06-19
LibCrypto: Fix Hash::MD5's movability
DexesTTP
2021-06-18
LibJS: Add and use the ArraySpeciesCreate abstract operation
Idan Horowitz
2021-06-18
LibJS: Bring FlattenIntoArray closer to the specification
Idan Horowitz
2021-06-18
LibJS: Implement the 'Hashbang Grammar for JS' proposal
Linus Groh
2021-06-18
LibJS/Tests: Use eval() for toEvalTo(), not Function()
Linus Groh
2021-06-18
LibJS: Throw on detached viewed ArrayBuffer when validating TypedArrays
Idan Horowitz
2021-06-18
LibJS: Add the TypedArray.prototype.toString property
Idan Horowitz
2021-06-18
LibJS: Add the TypedArray.prototype.join method
Idan Horowitz
2021-06-18
LibJS: Add the TypedArray.prototype[Symbol.toString] getter accessor
Idan Horowitz
2021-06-18
LibJS: Do not trim whitespace from property names when they're numbers
sin-ack
2021-06-18
LibJS: Add %TypedArray%.prototype.some
Luke
2021-06-18
LibJS: Add %TypedArray%.prototype.forEach
Luke
2021-06-18
LibJS: Add %TypedArray%.prototype.findIndex
Luke
2021-06-18
LibJS: Add %TypedArray%.prototype.find
Luke
2021-06-18
LibJS: Add %TypedArray%.prototype.every
Luke
2021-06-18
WindowServer: Move key event handling to its own function
Andreas Kling
2021-06-18
WindowServer: Make various functions take MouseEvent by const reference
Andreas Kling
[next]