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-18
LibUSBDB: Fix vendor id decoding
Jesse Buhagiar
2021-06-18
LibC: Add definition for PRIuPTR
Gunnar Beutner
2021-06-18
Userland/Libraries: Add LibUSBDB library
Jesse Buhagiar
2021-06-18
LibJS: Add Number.parseInt
Luke
2021-06-18
LibJS: Use existing attributes if any are missing in the new descriptor
Idan Horowitz
2021-06-18
LibJS: Add missing exception check in Date.prototype.toJSON
Luke
2021-06-17
LibJS: Add the TypedArray.of() method
Idan Horowitz
2021-06-17
LibJS: Replace boolean without_side_effects parameters with an enum
Idan Horowitz
2021-06-17
LibJS: Remove the unused IndexedProperties::append_all method
Idan Horowitz
2021-06-17
Everywhere: Replace the multiple impls of print_buffer() with :hex-dump
Ali Mohammad Pur
2021-06-17
LibJS: Cast to i64 for is_integral_number
sin-ack
2021-06-17
LibJS: Stop overwriting existing accessors in Object::define_property
Idan Horowitz
2021-06-17
LibJS: Add the Object.prototype.__lookup{Getter, Setter}__ methods
Idan Horowitz
2021-06-17
LibJS: Add the Object.prototype.__define{Getter, Setter}__ methods
Idan Horowitz
2021-06-17
LibJS: Add the Object.prototype.__proto__ native accessor property
Idan Horowitz
2021-06-17
LibJS: Fix .length attributes of various native functions
Linus Groh
2021-06-17
LibJS: Throw a syntax error when an identifier is a reserved word
Idan Horowitz
2021-06-17
LibJS: Add missing to_property_key exception check in ClassExpression
Idan Horowitz
2021-06-17
LibJS: Add BigInt64Array and BigUint64Array
Luke
2021-06-17
LibJS: Fix check for byteOffset instead of byteLength in byteLength test
Luke
2021-06-17
LibJS: Make TypedArray use numeric_to_raw_bytes and raw_bytes_to_numeric
Luke
2021-06-17
LibJS: Refactor numeric_to_raw_bytes and raw_bytes_to_numeric
Luke
2021-06-17
LibJS: Add a bunch of numeric conversions to Value
Luke
2021-06-16
LibJS: Automatically & lazily coerce PropertyNames into numbers
Idan Horowitz
2021-06-16
LibJS: Stop overwriting existing indexed accessors in define_accessor
Idan Horowitz
2021-06-16
LibJS: Respect Object::get's without_side_effects parameter for numbers
Idan Horowitz
2021-06-16
LibJS: Replace Object's create_empty() with create() taking a prototype
Linus Groh
2021-06-16
LibJS/Tests: Use Object.prototype.toString() for values in test details
Linus Groh
2021-06-16
LibGfx: Add a bunch of [[nodiscard]] to Point
Andreas Kling
2021-06-16
LibGfx: Convert Point to east-const style
Andreas Kling
2021-06-16
LibGfx: Add a bunch of [[nodiscard]] to Size
Andreas Kling
2021-06-16
LibGfx: Convert Size to east-const style
Andreas Kling
2021-06-16
LibGfx: Convert Rect to east-const style
Andreas Kling
2021-06-16
LibGfx: Add a bunch of [[nodiscard]] to Gfx::Rect
Andreas Kling
2021-06-16
LibJS: Add the String.prototype.search method
Idan Horowitz
2021-06-16
LibJS: Add the String.prototype.matchAll method
Idan Horowitz
2021-06-16
LibJS: Add the String.prototype.codePointAt() method
Idan Horowitz
2021-06-16
LibJS: Handle UTF whitespace characters in String's trim{,Start,End}
Idan Horowitz
2021-06-16
LibC: Make sure the definition for struct timeval is available
Gunnar Beutner
2021-06-16
LibRegex: Display correct position for Compare in REGEX_DEBUG
sin-ack
2021-06-16
LibRegex: Fix incorrect case-sensitive comparisons
sin-ack
2021-06-16
LibJS: Rename Value::{is_integer => is_integral_number}
Idan Horowitz
2021-06-16
LibJS: Throw when delete-ing a non-configurable property in strict mode
Idan Horowitz
2021-06-16
LibJS: Allow no-op define property calls on non-configurable objects
Idan Horowitz
2021-06-16
LibJS: Add the String.fromCodePoint() method
Idan Horowitz
2021-06-16
LibCpp: Remove InlineLinkedList from the list of known types
Brian Gianforcaro
2021-06-16
LibCore: Allow TCPServer to be blocking
stelar7
2021-06-15
LibJS: Add all of the FinalizationRegistry.prototype methods
Idan Horowitz
2021-06-15
LibJS: Add the FinalizationRegistry built-in object
Idan Horowitz
2021-06-15
LibJS: Use OrderedHashTable instead of HashTable in the Set built-in
Idan Horowitz
[next]