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-11-30
LibJS: Don't match async \n function as an async function declaration
davidot
2021-11-30
LibJS: Replace the verify in private identifier with a syntax error
davidot
2021-11-30
LibJS: Split parsing program to script and module separately
davidot
2021-11-30
LibJS: Rename in_async_function_context to await_expression_is_valid
davidot
2021-11-30
LibJS: Parse dynamic import calls 'import()' and 'import.meta'
davidot
2021-11-30
LibJS: Lookahead for a period when parsing new.target
davidot
2021-11-30
LibJS: Stop parsing an expression on comma after a yield
davidot
2021-11-30
LibJS: Disallow member expression in binding pattern as parameters
davidot
2021-11-30
LibJS: Disallow shorthand properties with reserved names
davidot
2021-11-30
LibJS: Allow defining class fields with "keyword" names
davidot
2021-11-30
LibJS: Disallow await keywords in static init blocks
davidot
2021-11-30
LibJS: Disallow '\8' and '\9' in strict mode due to being octal escapes
davidot
2021-11-30
LibJS: Allow escaped 'async' as identifier
davidot
2021-11-30
LibJS: Treat private identifier as divisible token
davidot
2021-11-30
LibJS: Disallow numerical separators in octal numbers and after '.'
davidot
2021-11-30
LibJS: Allow object properties called 'async'
davidot
2021-11-30
LibJS: Add messages to the toEval and toEvalTo tests
davidot
2021-11-30
LibUnicode: Support code point names that apply to ranges of code points
Timothy Flynn
2021-11-30
LibGUI: Implement vim motions for LeftBrace and RightBrace
scwfri
2021-11-30
LibGUI+FontEditor: Allow ComboBox on_change callback to be toggled
thankyouverycool
2021-11-30
LibGfx+FontEditor: Consolidate BitmapFont width and height limits
thankyouverycool
2021-11-30
LibGfx+FontEditor: Add helper to determine raw glyph presence
thankyouverycool
2021-11-30
LibCore: Fix relative seeking in IODevice
Arne Elster
2021-11-30
LibJS: Change LargerOfTwoTemporalUnits AO to return a StringView
Timothy Flynn
2021-11-29
LibJS: Implement Temporal.Duration.prototype.subtract
Luke Wilde
2021-11-29
LibJS: Implement Temporal.Duration.prototype.add
Luke Wilde
2021-11-29
LibJS: Implement Temporal.Duration.prototype.round
Luke Wilde
2021-11-29
LibJS: Implement Intl.DateTimeFormat.prototype.resolvedOptions
Timothy Flynn
2021-11-29
LibJS: Implement Intl.DateTimeFormat.supportedLocalesOf
Timothy Flynn
2021-11-29
LibJS+LibUnicode: Implement the Intl.DateTimeFormat constructor
Timothy Flynn
2021-11-29
LibJS: Implement a nearly empty Intl.DateTimeFormat object
Timothy Flynn
2021-11-29
LibUnicode: Add special handling of hour cycle (hc) Unicode keywords
Timothy Flynn
2021-11-29
LibUnicode: Parse and generate regional hour cycles
Timothy Flynn
2021-11-29
LibUnicode: Parse and generate available candidate format patterns
Timothy Flynn
2021-11-29
LibUnicode: Parse and generate date, time, and date-time format patterns
Timothy Flynn
2021-11-29
LibJS+LibUnicode: Separate number formatting methods from Locale.h
Timothy Flynn
2021-11-29
LibJS: Change Intl's GetOption AO to accept a Span rather than a Vector
Timothy Flynn
2021-11-29
LibDSP: Fix potential slicing issue in volume_from_envelope
Brian Gianforcaro
2021-11-29
LibCpp: Fix copy paste typo in Parser::match_secondary_expression
Brian Gianforcaro
2021-11-29
LibGL: Mark SoftwareGLContext::gl_scissor as override
Hendiadyoin1
2021-11-29
LibGfx: Link against LibIPC
Hendiadyoin1
2021-11-29
LibGfx: Load default font lazily
Hendiadyoin1
2021-11-29
LibJS: Implement parsing and executing for-await-of loops
davidot
2021-11-29
LibJS: Implement the async versions of iterator operations
davidot
2021-11-29
LibJS: Add AsyncFromSyncIteratorPrototype and Async-From-Sync instances
davidot
2021-11-29
LibJS: Move the TRY_OR_REJECT macro to PromiseReaction
davidot
2021-11-29
LibJS: Add AsyncIteratorPrototype
davidot
2021-11-29
LibIPC: Mark m_sockfd as maybe_unused on non Serenity platforms
davidot
2021-11-29
LibIPC: Replace u32/u64 value coders with u/ul/ull value coders
Andreas Kling
2021-11-28
LibCore: Add syscall wrapper for dup()
Andreas Kling
[prev]
[next]