index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-01-31
LibUnicode: Download and parse {Grapheme,Word,Sentence} break props
Idan Horowitz
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2022-01-31
LibJS: Implement BigInt IsLessThan according to the spec
Timothy Flynn
2022-01-31
LibJS: Implement BigInt loose-equality according to the spec
Timothy Flynn
2022-01-31
LibJS: Implement conversion of strings to BigInts according to the spec
Timothy Flynn
2022-01-31
AK: Add is_ascii_[binary,octal]_digit to CharacterTypes
Timothy Flynn
2022-01-31
LibCrypto: Change UnsignedBigInteger parser to use a StringView
Timothy Flynn
2022-01-31
LibJS: Add a 96-byte CellAllocator
Andreas Kling
2022-01-31
LibJS: Use u32 for the JS::Shape property count
Andreas Kling
2022-01-31
LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr
Andreas Kling
2022-01-31
LibJS: Make JS::ECMAScriptFunctionObject smaller by reordering members
Andreas Kling
2022-01-31
LibJS: Remove unnecessary GlobalObject pointer from Environment
Andreas Kling
2022-01-31
LibJS: Reorganize JS::Shape members a little bit
Andreas Kling
2022-01-31
LibJS: Make JS::Shape smaller by using OwnPtr<HashMap> for transitions
Andreas Kling
2022-01-31
AK: Remove thread safety gunk from userspace WeakPtr
Andreas Kling
2022-01-31
LibJS: Make JS::Environment smaller by reordering members
Andreas Kling
2022-01-31
LibWeb: Implement ChildNode.replaceWith
Luke Wilde
2022-01-31
LibWeb: Implement ChildNode.after
Luke Wilde
2022-01-31
LibWeb: Implement ChildNode.before
Luke Wilde
2022-01-31
LibWeb: Implement ParentNode.replaceChildren
Luke Wilde
2022-01-31
LibWeb: Implement ParentNode.append
Luke Wilde
2022-01-31
LibWeb: Implement ParentNode.prepend
Luke Wilde
2022-01-31
LibWeb: Accept array pairs in URLSearchParams constructor
Luke Wilde
2022-01-31
LibWeb: Add initial support for passing union types into IDL functions
Luke Wilde
2022-01-31
LibWeb: Add support for passing sequences into IDL functions
Luke Wilde
2022-01-31
pape: Port to LibMain
Kenneth Myhra
2022-01-31
open: Use more StringView instead of const char*
Kenneth Myhra
2022-01-31
open: Port to LibMain
Kenneth Myhra
2022-01-31
ntpquery: Port to LibMain
Kenneth Myhra
2022-01-31
notify: Port to LibMain
Kenneth Myhra
2022-01-31
nl: Port to LibMain
Kenneth Myhra
2022-01-31
mount: Use more StringView instead of const char*
Kenneth Myhra
2022-01-31
mount: Port to LibMain
Kenneth Myhra
2022-01-31
lsof: Use more StringView instead of const char*
Kenneth Myhra
2022-01-31
lsof: Port to LibMain
Kenneth Myhra
2022-01-31
lsirq: Port to LibMain
Kenneth Myhra
2022-01-31
Ports/fontconfig: Add freetype dependency
Luke Wilde
2022-01-31
LibJS: Implement Intl.supportedValuesOf
Timothy Flynn
2022-01-31
LibJS: Provide public access to list of sanctioned unit identifiers
Timothy Flynn
2022-01-31
LibJS: Allow calling Array::create_from without allocating a Vector
Timothy Flynn
2022-01-31
LibTimeZone: Use new generator util to generate all time zones
Timothy Flynn
2022-01-31
LibUnicode: Generate a list of available currencies
Timothy Flynn
2022-01-31
LibUnicode: Generate a list of available numbering systems
Timothy Flynn
2022-01-31
LibUnicode: Generate a list of available calendars
Timothy Flynn
2022-01-31
LibGUI: Remove `Window` background color
Jelle Raaijmakers
2022-01-30
LibJS: Implement ECMA-402 BigInt.prototype.toLocaleString
Timothy Flynn
2022-01-30
LibJS: Support BigInt number formatting with Intl.NumberFormat
Timothy Flynn
2022-01-30
LibJS: Generalize Intl.NumberFormat to operate on Value types
Timothy Flynn
2022-01-30
LibJS: Implement Intl %SegmentsPrototype%[@@iterator]
Idan Horowitz
2022-01-30
LibJS: Start implementing Intl Segment Iterator objects
Idan Horowitz
[next]