summaryrefslogtreecommitdiff
path: root/Meta/Lagom/Tools
AgeCommit message (Expand)Author
2022-01-25LibTimeZone: Slightly refactor the generated DST rule finding methodTimothy Flynn
2022-01-25LibTimeZone: Parse and generate time zone abbreviation format stringsTimothy Flynn
2022-01-25AK: Standardize the behaviour of GenericLexer::consume_until overloadsIdan Horowitz
2022-01-23Meta+LibEDID: Download and generate the PNP ID databaseTom
2022-01-23LibJS+LibIMAP: Use the new Optional<U>(Optional<T>) constructorIdan Horowitz
2022-01-23Everywhere: Convert VM::call() to JS::call()mjz19910
2022-01-23LibTimeZone: Add an API to retrieve a list of all known IANA time zonesTimothy Flynn
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-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
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-12LibUnicode: Swap the preferred order of standard time zone display namesTimothy Flynn
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-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: Tweak the enumeration generated for parsed time zonesTimothy Flynn
2022-01-11Meta: Don't assume how each generator wants to generate keyed map namesTimothy Flynn
2022-01-11Meta: Support generating case-insensitive value-from-string methodsTimothy Flynn
2022-01-11LibTimeZone: Remove accidental pluralization of generator variable namesTimothy Flynn
2022-01-10Lagom: Avoid declaring `Time` in the global namespaceMichel Hermier
2022-01-08LibUnicode: Use LibTimeZone's list of time zone namesTimothy Flynn
2022-01-08LibUnicode: Rename DateTimeFormat's generator's TimeZone structTimothy Flynn
2022-01-08LibTimeZone: Extract and parse the backwards compatibility LINK entriesTimothy Flynn
2022-01-08LibTimeZone: Parse and generate LINK entries from the TZDB as aliasesTimothy Flynn
2022-01-08LibTimeZone: Parse ZONE entries from the TZDB and generate their namesTimothy Flynn
2022-01-08LibTimeZone+Meta: Add plumbing for an IANA Time Zone Database generatorTimothy Flynn
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2022-01-07Everywhere: Fix many spelling errorsmjz19910
2022-01-06LibUnicode: Do not assume time zones & meta zones have a 1-to-1 mappingTimothy Flynn
2022-01-06LibUnicode: Move UTC verification to the scope that requires itTimothy Flynn
2022-01-05LibJS+LibUnicode: Handle flexible day periods that roll over midnightTimothy Flynn
2022-01-04LibUnicode: Remove now unused value-from-string generator overloadTimothy Flynn
2022-01-04LibUnicode: Convert UnicodeData to link with weak symbolsTimothy Flynn
2022-01-04LibJS+LibUnicode: Convert UnicodeLocale to link with weak symbolsTimothy Flynn