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
/
Libraries
Age
Commit message (
Expand
)
Author
2021-06-15
LibJS: Use OrderedHashMap instead of HashMap in the Map built-in
Idan Horowitz
2021-06-15
LibJS: Add a basic pass manager and add some basic passes
Ali Mohammad Pur
2021-06-15
LibJS: Rename the overridden Instruction methods to foo_impl
Ali Mohammad Pur
2021-06-15
LibJS: Make EnterUnwindContext a terminator op
Ali Mohammad Pur
2021-06-15
LibJS: Make basic block size customizable
Ali Mohammad Pur
2021-06-15
LibJS: Store and return undefined Symbol description
Idan Horowitz
2021-06-15
LibTextCodec: Add ISO-8859-15 (aka Latin-9) encoding
Aatos Majava
2021-06-15
LibGUI: Allow tweaking each edge of TabWidget's content margins
Andreas Kling
2021-06-15
LibGUI: Make a macro for registering a GUI::Margins object property
Andreas Kling
2021-06-15
LibJS: Use Optional<String> in StringPrototype
Andreas Kling
2021-06-15
LibWeb: Use Optional<String> more in WrapperGenerator
Andreas Kling
2021-06-15
LibJS: Call toString on the key, not on the argument in ToPropertyKey
Idan Horowitz
2021-06-15
LibJS: Add the Object.fromEntries method
Idan Horowitz
2021-06-15
LibJS: Implement the IteratorClose abstract op and use it where needed
Idan Horowitz
2021-06-14
LibJS: Correctly parse yield-from expressions
Ali Mohammad Pur
2021-06-14
LibJS: Parse generator functions in object literals
Ali Mohammad Pur
2021-06-14
LibJS: Add a test file for generator function parsing
Ali Mohammad Pur
2021-06-14
LibRegex: Remove unused code
Gunnar Beutner
2021-06-14
LibRegex: Use a plain pointer for OpCode::m_state
Gunnar Beutner
2021-06-14
LibRegex: Avoid initialization checks in get_opcode_by_id()
Gunnar Beutner
2021-06-14
LibRegex: Avoid prepending items to vectors
Gunnar Beutner
2021-06-14
LibRegex: Avoid making unnecessary string copies
Gunnar Beutner
2021-06-14
LibRegex: Make get_opcode() return a reference
Gunnar Beutner
2021-06-14
LibRegex: Remove return value for setters
Gunnar Beutner
2021-06-14
LibRegex: Use a plain array to store opcodes
Gunnar Beutner
2021-06-14
LibGfx: Inline BitmapFont::glyph_or_emoji_width() for fixed-width fonts
Andreas Kling
2021-06-14
LibJS: Teach Reference to access call frame arguments directly
Andreas Kling
2021-06-14
LibJS: Add LoadArgument bytecode instruction for fast argument access
Andreas Kling
2021-06-14
LibJS: Access function arguments directly in AST interpreter
Andreas Kling
2021-06-14
LibJS: Write computed function default arguments into the call frame
Andreas Kling
2021-06-14
LibJS: Track which Identifier nodes refer to function arguments
Andreas Kling
2021-06-14
LibJS: Add additional generic Array.prototype.slice tests
davidot
2021-06-14
LibJS: Add Array.prototype.@@unscopables
davidot
2021-06-14
LibJS: Make Array.prototype.at return undefined on empty slot
davidot
2021-06-14
LibJS: Implement Array.prototype.copyWithin generically
davidot
2021-06-14
LibJS: Implement Array.prototype.entries
davidot
2021-06-14
LibJS: Implement Array.prototype.flatMap
davidot
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
[prev]
[next]