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
/
LibJS
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-02-17
LibJS: Add to_string definitions to CodeGenerationError and ParserError
Timothy Flynn
2023-01-23
LibJS: Add DisposableStack{, Prototype, Constructor}
davidot
2023-01-23
LibJS: Add SuppressedError{, Prototype, Constructor}
davidot
2023-01-05
LibJS: Add and begin using a completion-compatible string builder
Timothy Flynn
2022-12-12
LibJS: Move ExecutionContext function implementations out of line
Luke Wilde
2022-12-03
LibJS: Add an EliminateLoads pass to Bytecode
Hendiadyoin1
2022-11-26
LibJS+js: Move the value print implementation to LibJS
Ali Mohammad Pur
2022-11-23
LibJS: Make Parser::Error a standalone ParserError class
Andreas Kling
2022-11-23
LibJS: Move JobCallback functions out-of-line
Andreas Kling
2022-11-22
LibJS: Reduce AST memory usage by shrink-wrapping source range info
Andreas Kling
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-17
LibJS: Implement RegExp legacy static properties
leeight
2022-10-02
LibJS: Move PromiseCapability into its own cpp/h file
Linus Groh
2022-09-16
LibC: Remove the LibM interface target
Tim Schumacher
2022-09-05
LibLocale: Move locale source files to the LibLocale library
Timothy Flynn
2022-08-27
LibJS: Move intrinsics to the realm
Linus Groh
2022-07-20
LibJS: Implement a basic Intl mathematical value
Timothy Flynn
2022-07-01
LibJS: Start implementing the stage 3 Intl.DurationFormat proposal
Idan Horowitz
2022-05-05
LibJS: Add AsyncGenerator / AsyncGeneratorPrototype
Linus Groh
2022-03-29
LibJS: Import C++ sources from libjs-test262 :^)
Linus Groh
2022-02-20
LibJS: Add an initial implementation of Collator Compare Functions
Idan Horowitz
2022-02-09
LibJS: Remove MarkedValueList in favor of MarkedVector<Value> :^)
Linus Groh
2022-02-08
LibJS+Everywhere: Remove VM::exception() and most related functions
davidot
2022-01-30
LibJS: Start implementing Intl Segment Iterator objects
Idan Horowitz
2022-01-30
LibJS: Start implementing Intl Segments objects
Idan Horowitz
2022-01-30
LibJS: Start implementing Intl.Segmenter
Idan Horowitz
2022-01-30
LibJS: Add support for JSON modules
davidot
2022-01-29
LibJS: Implement a nearly empty Intl.Collator object
Timothy Flynn
2022-01-28
LibJS: Implement a nearly empty Intl.PluralRules object
Timothy Flynn
2022-01-25
LibJS: Implement a nearly empty Intl.RelativeTimeFormat object
Timothy Flynn
2022-01-23
LibJS+LibTimeZone+LibUnicode: Remove direct linkage to LibTimeZone
Timothy Flynn
2022-01-22
LibJS: Implement Module linking and evaluating
davidot
2022-01-22
LibJS: Add Module Namespace Exotic Object
davidot
2022-01-22
LibJS: Add ModuleEnvironment
davidot
2022-01-16
LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype
Linus Groh
2022-01-11
LibJS: Support non-UTC time zones in Temporal :^)
Linus Groh
2021-12-16
LibJS: Add MarkedVector<T>
Andreas Kling
2021-12-08
LibJS: Implement (most of) Intl.DateTimeFormat.prototype.format
Timothy Flynn
2021-11-29
LibJS: Implement a nearly empty Intl.DateTimeFormat object
Timothy Flynn
2021-11-29
LibJS: Add AsyncFromSyncIteratorPrototype and Async-From-Sync instances
davidot
2021-11-29
LibJS: Add AsyncIteratorPrototype
davidot
2021-11-21
LibJS: Parse async generator functions
davidot
2021-11-20
LibJS: Start fleshing out an ISO 8601 parser for Temporal
Linus Groh
2021-11-12
LibJS: Implement async functions as generator functions in BC mode
Ali Mohammad Pur
2021-11-12
LibJS: Begin implementing Intl.NumberFormat.prototype.format
Timothy Flynn
2021-11-10
LibJS: Add support for await expressions
Idan Horowitz
2021-11-10
LibJS: Add support for async functions
Idan Horowitz
2021-10-24
LibJS: Add a separate "identifier table" to bytecode executables
Andreas Kling
2021-10-24
LibJS: Add Bytecode::Executable::dump()
Andreas Kling
[next]