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-08-30
LibWasm: Make the Truncate operator trap on undefined results
Ali Mohammad Pur
2021-08-30
LibWasm: Implement fx.nearest using nearbyint() instead of round()
Ali Mohammad Pur
2021-08-30
LibJS: Canonicalize Unicode locale extension attributes and keywords
Timothy Flynn
2021-08-30
LibJS: Reject structurally invalid Unicode locale extensions
Timothy Flynn
2021-08-30
LibUnicode: Canonicalize locale private use extensions
Timothy Flynn
2021-08-30
LibUnicode: Canonicalize locale extensions
Timothy Flynn
2021-08-30
LibUnicode: Add helper lambda for appending canonicalized strings
Timothy Flynn
2021-08-30
LibUnicode: Parse locale private use extensions
Timothy Flynn
2021-08-30
LibUnicode: Parse locale extensions of the other extension form
Timothy Flynn
2021-08-30
LibUnicode: Parse locale extensions of the transformed extension form
Timothy Flynn
2021-08-30
LibUnicode: Parse locale extensions of the Unicode locale extension form
Timothy Flynn
2021-08-30
LibUnicode: Use GenericLexer to parse Unicode language IDs
Timothy Flynn
2021-08-30
LibRegex: Allow null bytes in pattern
Ali Mohammad Pur
2021-08-30
LibJS: Always use AK::get_random() in Math.random()
Andreas Kling
2021-08-30
CMake: Add custom target to build only the generated sources
Brian Gianforcaro
2021-08-30
LibWeb: Preprocess the CSS stream in the Tokenizer
sin-ack
2021-08-30
LibTextCodec: Add "process" API for allocation-free code point iteration
sin-ack
2021-08-29
LibWeb: Properly handle newlines at the end of LineBoxes
sin-ack
2021-08-29
LibGfx: Return 0 width for non-printable ASCII characters
sin-ack
2021-08-29
LibWeb: Rename wrap_breaks to respect_linebreaks
sin-ack
2021-08-29
LibWeb: Refactor TextNode::ChunkIterator
sin-ack
2021-08-28
LibJS: Avoid transitions for name/length of native functions/accessors
Linus Groh
2021-08-28
LibJS: Avoid transitions for more object properties in global object
Linus Groh
2021-08-28
LibJS: Avoid transitions in GlobalObject::initialize_constructor()
Linus Groh
2021-08-28
LibJS: Add define_direct_{property,accessor}_without_transition()
Linus Groh
2021-08-28
LibJS: Avoid pointless transitions and metadata lookups in storage_set()
Linus Groh
2021-08-28
LibCore: Store ObjectRegistration names as StringViews
Andrew Kaster
2021-08-28
LibELF: Apply some minor optimizations to symbol lookup
Brian Gianforcaro
2021-08-28
CMake: Let `Meta/serenity.sh run aarch64` make it past cmake
Nico Weber
2021-08-28
LibELF: Reindent .S files to be consistent with other .S files
Nico Weber
2021-08-28
Toolchain: Enough to make `rebuild-toolchain aarch64` work
Nico Weber
2021-08-28
Everywhere: Move all host tools into the Lagom/Tools subdirectory
Andrew Kaster
2021-08-28
LibWeb: Use foreach to generate wrapper targets and tidy up CMakeLists
Andrew Kaster
2021-08-28
Meta+LibUnicode: Move unicode_data helper to Meta/CMake
Andrew Kaster
2021-08-28
LibGUI: Select common location on Filepicker startup
Simon Danner
2021-08-28
LibUnicode: Change unzip commands to also extract subdirectories
Robert Syring
2021-08-27
LibJS: Implement Temporal.ZonedDateTime.prototype.eraYear
Linus Groh
2021-08-27
LibJS: Implement Temporal.ZonedDateTime.prototype.era
Linus Groh
2021-08-27
LibJS: Implement Temporal.PlainYearMonth.prototype.eraYear
Linus Groh
2021-08-27
LibJS: Implement Temporal.PlainYearMonth.prototype.era
Linus Groh
2021-08-27
LibJS: Implement Temporal.PlainDateTime.prototype.eraYear
Linus Groh
2021-08-27
LibJS: Implement Temporal.PlainDateTime.prototype.era
Linus Groh
2021-08-27
LibJS: Implement Temporal.PlainDate.prototype.eraYear
Linus Groh
2021-08-27
LibJS: Implement Temporal.PlainDate.prototype.era
Linus Groh
2021-08-27
LibJS: Implement Temporal.Calendar.prototype.eraYear()
Linus Groh
2021-08-27
LibJS: Implement Temporal.Calendar.prototype.era()
Linus Groh
2021-08-27
Everywhere: Use the Optional<T>::operator==(T) operator
Mustafa Quraish
2021-08-27
Userland+LibAudio: Make audio applications support dynamic sample rate
kleines Filmröllchen
2021-08-27
Kernel: Implement ioctl for the SB16 to change sample rate
kleines Filmröllchen
2021-08-27
LibJS: Implement Temporal.PlainDateTime.prototype.withPlainTime()
Idan Horowitz
[next]