summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2022-01-22CI: Fail Lagom linters step as soon as any linter failsIdan Horowitz
2022-01-22Utilities+Lagom: Remove test-cryptoNico Weber
2022-01-22RequestServer+AK: Move happy-path logging behind REQUESTSERVER_DEBUGNico Weber
2022-01-22LibJS: Implement ImportCall and HostImportModuleDynamicallydavidot
2022-01-22Meta: Add JS_MODULE_DEBUG define flagdavidot
2022-01-22LibJS: Refactor interpreter to use Script and Source Text ModulesLuke Wilde
2022-01-22LibAudio: Convert FlacLoader to use new Core::Stream APIs :^)kleines Filmröllchen
2022-01-21adjtime: Port to LibMainmjz19910
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2022-01-20LibWeb: Remove Length::Type::Percentage :^)Sam Atkins
2022-01-20LibWeb: Add CSS::Percentage, PercentageOr and LengthPercentage typesSam Atkins
2022-01-19LibJS+LibUnicode: Return the appropriate time zone name depending on DSTTimothy Flynn
2022-01-19LibUnicode: Generate both standard and daylight time zone namesTimothy Flynn
2022-01-19LibJS+LibTimeZone+LibUnicode: Indicate whether a time zone is in DSTTimothy Flynn
2022-01-19LibJS+LibTimeZone: Begin handling DST when computing time zone offsetsTimothy Flynn
2022-01-19LibTimeZone: Parse and generate DST rule links for each ZONE entryTimothy Flynn
2022-01-19LibTimeZone: Begin parsing and generating DaylightSavings rulesTimothy Flynn
2022-01-18LibUnicode: Generate code point abbreviationsTimothy Flynn
2022-01-17LibJS+LibUnicode: Make static const Utf8View variables constexprIdan Horowitz
2022-01-17Meta: Add icons to online man pagesTobias Christiansen
2022-01-17Meta+Ports: Make 'package.sh showproperty' report multiple propertiesAli Mohammad Pur
2022-01-17Meta: Optimized lint-ports.py by avoiding duplicate execs of package.shBrian Gianforcaro
2022-01-17Meta: Skip shellcheck for Ports in pre-commit hookBrian Gianforcaro
2022-01-16Meta: Ensure that all port patches are documented in the linterAli Mohammad Pur
2022-01-15Meta: Make check-symbols.sh use the correct build directorycreator1creeper1
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2022-01-14CI: Disallow test failures on macOS Lagom :^)Timothy Flynn
2022-01-14gml-format: Port to LibMainLucas CHOLLET
2022-01-14disasm: Port to LibMainLucas CHOLLET
2022-01-13LibUnicode: Do not limit language display names to known localesTimothy Flynn
2022-01-13LibUnicode: Parse and generate locale display patternsTimothy Flynn
2022-01-13LibUnicode: Parse and generate locale display names for date fieldsTimothy Flynn
2022-01-13LibUnicode: Parse and generate locale display names for calendarsTimothy Flynn
2022-01-13man.serenityos.org: Include Games section on index pageDavidLindbom
2022-01-13Meta: Use fuse2fs if available to avoid root when building imageChris Frey
2022-01-13Meta: Use consistent indents in build-image-qemu.shChris Frey
2022-01-13Meta: Do not ignore error message with execChris Frey
2022-01-12LibUnicode: Swap the preferred order of standard time zone display namesTimothy Flynn
2022-01-12CMake: Add HACKSTUDIO_BUILD option for building from Hack StudioItamar
2022-01-12LibUnicode: Perform number system lookups by enumeration valueTimothy Flynn
2022-01-12LibUnicode: Parse number system digits from the CLDRTimothy Flynn
2022-01-11LibUnicode: Parse and generate long and short generic time zone namesTimothy Flynn
2022-01-11LibUnicode: Implement TR-35's localized GMT offset formattingTimothy Flynn
2022-01-11LibTimeZone: Use new AK::Time factory method in generated codeTimothy Flynn
2022-01-11CI: Require a blank line between commit titles and bodiesIdan Horowitz
2022-01-11LibTimeZone: Begin generating GMT offset rules for each time zoneTimothy Flynn
2022-01-11LibTimeZone: Add method to convert a time zone to a stringTimothy Flynn
2022-01-11LibTimeZone: Perform time-zone-from-string lookups case insensitivelyTimothy Flynn
2022-01-11LibTimeZone: Add a unit test for generated time zone dataTimothy Flynn
2022-01-11LibTimeZone: Tweak the enumeration generated for parsed time zonesTimothy Flynn