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-07-07
LibJS: Add a name property to the proxy revoker anonymous function
Idan Horowitz
2021-07-07
LibJS: Implement Temporal.now.timeZone()
Linus Groh
2021-07-07
LibJS: Start implementing Temporal.TimeZone
Linus Groh
2021-07-07
LibJS: Add preparation for Temporal constructors and prototypes
Linus Groh
2021-07-07
LibJS: Add the Temporal.now namespace object
Linus Groh
2021-07-07
LibJS: Add the Temporal namespace object :^)
Linus Groh
2021-07-06
LibJS: Don't hoist functions under certain circumstances
Hendi
2021-07-06
LibJS: Replace strings with the search value coerced to a string
Timothy Flynn
2021-07-06
LibJS: Evaluate replacement value before searching source string
Timothy Flynn
2021-07-06
LibRegex: Allow dollar signs in ECMA262 named capture groups
Timothy Flynn
2021-07-06
LibJS: Remove unused Lexer/Parser includes from GlobalObject.cpp
Linus Groh
2021-07-06
LibJS: Implement Object.getOwnPropertyDescriptors()
Idan Horowitz
2021-07-06
LibJS: Rename ObjectConstructor::{define_property_ => define_property}
Idan Horowitz
2021-07-06
Kernel+LibELF: Don't demangle symbols in the kernel
Gunnar Beutner
2021-07-06
LibJS: Don't treat 2^32 - 1 as numeric PropertyName
Linus Groh
2021-07-06
LibJS: Make Value::as_u32() slightly less broken
Linus Groh
2021-07-06
LibJS: Fix second argument passed to Proxy [[Call]] trap (thisArgument)
Linus Groh
2021-07-06
LibGUI: Fix `go_upwards_instead` check in ComboBox
LuK1337
2021-07-06
LibPthread: Fix some assertions
Sergey Bugaev
2021-07-06
LibPthread: Fix ordering
Sergey Bugaev
2021-07-06
LibC: Only set owner on recursive mutexes
Sergey Bugaev
2021-07-06
LibTest: Clear core dump flag for CrashTest child processes
Andrew Kaster
2021-07-06
LibJS: Coerce named captures to an object before calling GetSubstitution
Timothy Flynn
2021-07-06
LibJS: Fix replaceAll crash for overlapping search string positions
Timothy Flynn
2021-07-06
LibJS: Do s/define_property/define_direct_property/ in a comment
Linus Groh
2021-07-06
LibJS: Remove Object::is_array() in favor of Value::is_array() and RTTI
Linus Groh
2021-07-06
LibWasm: Don't create useless temporary strings for trap reasons
Ali Mohammad Pur
2021-07-06
LibWasm: Tweak the implementation-defined limits a bit
Ali Mohammad Pur
2021-07-06
LibWasm: Allow overflow in normal 64-bit arithmetic instructions
Ali Mohammad Pur
2021-07-06
LibWasm: Limit module memory to 65536 pages
Ali Mohammad Pur
2021-07-06
LibWasm: Fix data section initialization bounds checking
Ali Mohammad Pur
2021-07-06
LibWasm: Jump to the default label in br_table with negative values
Ali Mohammad Pur
2021-07-06
LibWasm: Use the number of bytes when comparing memory limits
Ali Mohammad Pur
2021-07-06
LibWasm: Guard stack accesses with checks
Ali Mohammad Pur
2021-07-06
LibJS: Remove the non-standard put helper and replace it's usages
Idan Horowitz
2021-07-06
LibJS: Remove the default length & attributes from define_native_*
Idan Horowitz
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
2021-07-06
LibJS: Remove impossible check from Array's native length getter/setter
Idan Horowitz
2021-07-06
LibJS: Add and use the CreateNonEnumerableDataPropertyOrThrow AO
Idan Horowitz
2021-07-06
LibJS: Bring String.prototype.split closer to the specification
Idan Horowitz
2021-07-06
LibJS: Add missing exception check to the ArraySpeciesCreate AO
Idan Horowitz
2021-07-06
LibJS: Add %TypedArray%.prototype.reverse
Luke
2021-07-06
LibJS: Fix byteOffset copy-paste error in TypedArray buffer test
Luke
2021-07-06
LibJS: Fix byteOffset copy-paste error in TypedArray byteLength test
Luke
2021-07-06
LibJS: Use Number instead of parseInt in TypedArray forEach BigInt tests
Luke
2021-07-06
LibJS: Add Uint8ClampedArray to TypedArray tests
Luke
2021-07-06
Revert "LibJS: Don't hoist functions under certain circumstances"
Linus Groh
2021-07-06
LibGfx: Make Painter::fill_rect_with_checkerboard() faster
Andreas Kling
2021-07-06
LibJS: Add missing exception check in internalize_json_property
Luke
2021-07-06
LibJS: Don't hoist functions under certain circumstances
Hendi
[next]