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-12
LibJS: Remove argument count checks in Object.* methods
Idan Horowitz
2021-06-12
LibJS: Add the WeakRef.prototype.deref method
Idan Horowitz
2021-06-12
LibJS: Add the WeakRef built-in object
Idan Horowitz
2021-06-12
LibJS: Store and maintain an "execution generation" counter
Idan Horowitz
2021-06-12
LibJS: Add Array.prototype.keys()
davidot
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-12
LibJS: Implement Object.assign()
Linus Groh
2021-06-12
WindowServer+LibGUI: Make window creation asynchronous :^)
Andreas Kling
2021-06-12
LibJS: Add all of the WeakMap.prototype methods (delete, get, has, set)
Idan Horowitz
2021-06-12
LibJS: Add the WeakMap built-in object
Idan Horowitz
2021-06-12
LibJS: Generify the garbage collector's weak container notifications
Idan Horowitz
2021-06-12
LibJS: Fix all clang-tidy warnings in Bytecode/Op.h
Andreas Kling
2021-06-12
LibJS: Add support for running test-js with the bytecode interpreter
Gunnar Beutner
2021-06-12
LibJS: Add missing length() method for NewArray
Gunnar Beutner
2021-06-12
LibJS: Fix attributes of Promise.prototype
Linus Groh
2021-06-12
LibJS: Hide gc() dbgln() behind #ifdef __serenity__
Linus Groh
2021-06-12
LibJS: Expose Symbol.species properties as getters
Idan Horowitz
2021-06-12
LibJS: Add the Object::define_native_accessor method
Idan Horowitz
2021-06-11
LibGfx: Add Rect::centered_on()
Dmitrii Ubskii
2021-06-11
LibJS: Add bytecode generation for simple ObjectExpressions
Gal Horowitz
2021-06-11
LibJS: Implement the Error Cause proposal
Linus Groh
2021-06-11
LibJS: Improve Error/NativeError tests
Linus Groh
2021-06-11
LibIMAP: Support for remaining IMAP commands
x-yl
2021-06-11
LibIMAP: Support for APPEND
x-yl
2021-06-11
LibIMAP: Support for COPY, CREATE, DELETE and RENAME
x-yl
2021-06-11
LibIMAP: Support for STORE and STATUS
x-yl
2021-06-11
LibIMAP: Support for the SEARCH command
x-yl
2021-06-11
LibIMAP: Support for FETCH BodyStructure
x-yl
2021-06-11
LibIMAP: Support for the FETCH command (*mostly)
x-yl
2021-06-11
LibIMAP: Support for the IDLE command
x-yl
2021-06-11
LibIMAP: Support for LOGIN and LOGOUT
x-yl
2021-06-11
LibIMAP: Support for the LIST and SELECT commands
x-yl
2021-06-11
LibIMAP: Support for CAPABILITY command & response
x-yl
2021-06-11
LibIMAP: Add a new IMAP client and support NOOP
x-yl
2021-06-11
LibCore: Add a way to parse a DateTime from a string
x-yl
2021-06-11
LibJS: Implement AggregateError
Linus Groh
2021-06-11
LibJS: Only initialize in add_constructor() if not already done
Linus Groh
2021-06-11
LibJS: Rename JS_ENUMERATE_{ERROR_SUBCLASSES => NATIVE_ERRORS}
Linus Groh
2021-06-11
LibJS: Parse only AssignmentExpressions in ComputedPropertyNames
Gal Horowitz
2021-06-11
LibJS: Use an enum class instead of 'bool is_generator'
Ali Mohammad Pur
2021-06-11
AK+LibX86: Generalize u128/256 to AK::UFixedBigInt
Hendiadyoin1
2021-06-11
LibTest: Don't try to pass stderr to warnln
Hendiadyoin1
2021-06-11
LibWeb: Set a detach key for ArrayBuffers returned from WASM
Idan Horowitz
2021-06-11
LibJS: Implement bytecode generation for switch
Marcin Gasperowicz
2021-06-11
Libc: Silence debug spam from `strerror`
Jelle Raaijmakers
2021-06-11
LibC: Let `strerror_r` fail if `errnum` < 0
Jelle Raaijmakers
2021-06-11
LibHTTP: Add HTTP Basic Authentication header generation and parsing
Max Wipfli
2021-06-11
LibHTTP: Implement getting the correct reason phrase from HttpResponse
Max Wipfli
2021-06-11
LibJS: Add bytecode generation for FunctionExpression :^)
Andreas Kling
2021-06-11
LibJS: Move is_arrow_function() from FunctionExpression to FunctionNode
Andreas Kling
[prev]
[next]