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-12-21
LibJS: Define RegExp.prototype methods in spec order
Timothy Flynn
2021-12-21
LibJS: Add spec comments to RegExp.prototype AOs
Timothy Flynn
2021-12-21
LibJS: Add spec comments to RegExp.prototype.[flags, source, exec, test]
Timothy Flynn
2021-12-21
LibJS: Add spec comments to RegExp.prototype.compile
Timothy Flynn
2021-12-21
LibJS: Add spec comments to RegExp.prototype [ @@split ]
Timothy Flynn
2021-12-21
LibJS: Add spec comments to RegExp.prototype [ @@search ]
Timothy Flynn
2021-12-21
LibJS: Add spec comments to RegExp.prototype [ @@replace ]
Timothy Flynn
2021-12-21
LibJS: Add spec comments to RegExp.prototype [ @@matchAll ]
Timothy Flynn
2021-12-21
LibJS: Add spec comments to RegExp.prototype [ @@match ]
Timothy Flynn
2021-12-21
LibJS: Convert a RegExp throw_exception to throw_completion
Timothy Flynn
2021-12-21
LibRegex: Parse capture group names according to the ECMA262 spec
davidot
2021-12-21
LibRegex: Disallow duplicate named capture groups in ECMA262 parser
davidot
2021-12-21
LibJS: Parse assert clauses of in- and export statements
davidot
2021-12-21
LibJS: Disallow async generator functions called 'await' or 'yield'
davidot
2021-12-21
LibJS: Don't treat yield after void as identifier in generator functions
davidot
2021-12-21
LibJS: Make new lines in block comments reset line has token
davidot
2021-12-21
LibJS: Allow super property lookup and new.target in static init blocks
davidot
2021-12-21
LibWeb: Add a workaround to assign a proper mime type to QOI images
Linus Groh
2021-12-21
LibCore: Add support for the image/x-qoi mime type
Linus Groh
2021-12-21
LibGfx: Add support for "The Quite OK Image Format" (QOI)
Linus Groh
2021-12-21
LibWasm: Tolerate modules with invalid sections and mark them as invalid
Ali Mohammad Pur
2021-12-21
LibWasm: Make shown instruction names match the names in the spec
Ali Mohammad Pur
2021-12-21
LibWasm: Add a instruction_from_name getter
Ali Mohammad Pur
2021-12-21
LibWasm: Print the block type for structured arguments
Ali Mohammad Pur
2021-12-21
LibWasm: Fix silly typo in f32 reinterpret validation
Ali Mohammad Pur
2021-12-21
LibWasm: Make blocks that take arguments actually work
Ali Mohammad Pur
2021-12-21
LibWasm: Implement memory.init and passive mode data
Ali Mohammad Pur
2021-12-21
LibCore: Fix Lagom build of Core::System::utime()
Andreas Kling
2021-12-21
LibCore: Add missing <utime.h> include to System.h
Andreas Kling
2021-12-20
LibMain: Print serenity_main() errors to the debug log
Andreas Kling
2021-12-20
LibCore: Add syscall wrapper for utime()
Andreas Kling
2021-12-20
LibGUI: Make GUI::try_create_default_icon() tolerate single-size icons
Andreas Kling
2021-12-20
AK+LibMain: Improve formatter for AK::Error in userspace
Andreas Kling
2021-12-20
LibGL: Only pass bound texture units to rasterizer
Jelle Raaijmakers
2021-12-20
LibGL: Use 8x8 block size in `SoftwareRasterizer`
Jelle Raaijmakers
2021-12-19
LibGL: Fix texture sampling texel coordinate calculation
Stephan Unverwerth
2021-12-19
LibCore: Add wrapper for signal()
Junior Rantila
2021-12-19
LibC: Implement wcsdup
Tim Schumacher
2021-12-19
LibTest: Add `EXPECT_NO_CRASH`
Michel Hermier
2021-12-19
LibTest: Add `EXPECT_CRASH_WITH_SIGNAL`
Michel Hermier
2021-12-19
LibTest: Handle test reporting in the a unique path
Michel Hermier
2021-12-19
LibTest: Change `Crash` forked process communication
Michel Hermier
2021-12-19
LibTest: Handle Crash printing in a private method
Michel Hermier
2021-12-19
LibGUI: Adjust focus rect for Buttons with icons
PerikiyoXD
2021-12-19
LibJS: Fix typo in spec comment
Linus Groh
2021-12-19
LibJS: Capture TimeFraction parse result instead of Fraction
Linus Groh
2021-12-18
LibC: Move `_abort` next to `abort`
Michel Hermier
2021-12-18
LibC: Remove `VERIFY_NOT_REACHED()` from `assert.h`
Michel Hermier
2021-12-18
LibC: Make `__assertion_failed` always defined
Michel Hermier
2021-12-18
LibC: Remove undefined `__generate_unique_filename` declaration
Michel Hermier
[next]