Age | Commit message (Expand) | Author |
---|---|---|
2023-02-08 | Everywhere: Use ReadonlySpan<T> instead of Span<T const> | MacDue |
2023-01-27 | LibJS+LibLocale: Propagate errors from find_regional_values_for_locale | Timothy Flynn |
2023-01-22 | LibJS+LibLocale: Port remaining locale APIs to String | Timothy Flynn |
2023-01-19 | LibLocale: Remove now-unused [LanguageID,LocaleID]::to_deprecated_string | Timothy Flynn |
2023-01-19 | LibLocale+LibJS: Port locale parsing and processing to String | Timothy Flynn |
2023-01-19 | LibLocale: Add a method to convert LocaleID to a String | Timothy Flynn |
2023-01-16 | LibLocale: Add a method to convert LanguageID to a String | Timothy Flynn |
2022-12-06 | Everywhere: Rename to_{string => deprecated_string}() where applicable | Linus Groh |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-09-05 | LibLocale: Move locale source files to the LibLocale folder | Timothy Flynn |