summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-08-30LibWasm: Make the Truncate operator trap on undefined resultsAli Mohammad Pur
2021-08-30LibWasm: Implement fx.nearest using nearbyint() instead of round()Ali Mohammad Pur
2021-08-30LibJS: Canonicalize Unicode locale extension attributes and keywordsTimothy Flynn
2021-08-30LibJS: Reject structurally invalid Unicode locale extensionsTimothy Flynn
2021-08-30LibUnicode: Canonicalize locale private use extensionsTimothy Flynn
2021-08-30LibUnicode: Canonicalize locale extensionsTimothy Flynn
2021-08-30LibUnicode: Add helper lambda for appending canonicalized stringsTimothy Flynn
2021-08-30LibUnicode: Parse locale private use extensionsTimothy Flynn
2021-08-30LibUnicode: Parse locale extensions of the other extension formTimothy Flynn
2021-08-30LibUnicode: Parse locale extensions of the transformed extension formTimothy Flynn
2021-08-30LibUnicode: Parse locale extensions of the Unicode locale extension formTimothy Flynn
2021-08-30LibUnicode: Use GenericLexer to parse Unicode language IDsTimothy Flynn
2021-08-30LibRegex: Allow null bytes in patternAli Mohammad Pur
2021-08-30LibJS: Always use AK::get_random() in Math.random()Andreas Kling
2021-08-30CMake: Add custom target to build only the generated sourcesBrian Gianforcaro
2021-08-30LibWeb: Preprocess the CSS stream in the Tokenizersin-ack
2021-08-30LibTextCodec: Add "process" API for allocation-free code point iterationsin-ack
2021-08-29LibWeb: Properly handle newlines at the end of LineBoxessin-ack
2021-08-29LibGfx: Return 0 width for non-printable ASCII characterssin-ack
2021-08-29LibWeb: Rename wrap_breaks to respect_linebreakssin-ack
2021-08-29LibWeb: Refactor TextNode::ChunkIteratorsin-ack
2021-08-28LibJS: Avoid transitions for name/length of native functions/accessorsLinus Groh
2021-08-28LibJS: Avoid transitions for more object properties in global objectLinus Groh
2021-08-28LibJS: Avoid transitions in GlobalObject::initialize_constructor()Linus Groh
2021-08-28LibJS: Add define_direct_{property,accessor}_without_transition()Linus Groh
2021-08-28LibJS: Avoid pointless transitions and metadata lookups in storage_set()Linus Groh
2021-08-28LibCore: Store ObjectRegistration names as StringViewsAndrew Kaster
2021-08-28LibELF: Apply some minor optimizations to symbol lookupBrian Gianforcaro
2021-08-28CMake: Let `Meta/serenity.sh run aarch64` make it past cmakeNico Weber
2021-08-28LibELF: Reindent .S files to be consistent with other .S filesNico Weber
2021-08-28Toolchain: Enough to make `rebuild-toolchain aarch64` workNico Weber
2021-08-28Everywhere: Move all host tools into the Lagom/Tools subdirectoryAndrew Kaster
2021-08-28LibWeb: Use foreach to generate wrapper targets and tidy up CMakeListsAndrew Kaster
2021-08-28Meta+LibUnicode: Move unicode_data helper to Meta/CMakeAndrew Kaster
2021-08-28LibGUI: Select common location on Filepicker startupSimon Danner
2021-08-28LibUnicode: Change unzip commands to also extract subdirectoriesRobert Syring
2021-08-27LibJS: Implement Temporal.ZonedDateTime.prototype.eraYearLinus Groh
2021-08-27LibJS: Implement Temporal.ZonedDateTime.prototype.eraLinus Groh
2021-08-27LibJS: Implement Temporal.PlainYearMonth.prototype.eraYearLinus Groh
2021-08-27LibJS: Implement Temporal.PlainYearMonth.prototype.eraLinus Groh
2021-08-27LibJS: Implement Temporal.PlainDateTime.prototype.eraYearLinus Groh
2021-08-27LibJS: Implement Temporal.PlainDateTime.prototype.eraLinus Groh
2021-08-27LibJS: Implement Temporal.PlainDate.prototype.eraYearLinus Groh
2021-08-27LibJS: Implement Temporal.PlainDate.prototype.eraLinus Groh
2021-08-27LibJS: Implement Temporal.Calendar.prototype.eraYear()Linus Groh
2021-08-27LibJS: Implement Temporal.Calendar.prototype.era()Linus Groh
2021-08-27Everywhere: Use the Optional<T>::operator==(T) operatorMustafa Quraish
2021-08-27Userland+LibAudio: Make audio applications support dynamic sample ratekleines Filmröllchen
2021-08-27Kernel: Implement ioctl for the SB16 to change sample ratekleines Filmröllchen
2021-08-27LibJS: Implement Temporal.PlainDateTime.prototype.withPlainTime()Idan Horowitz