Age | Commit message (Expand) | Author |
---|---|---|
2022-12-07 | LibJS: Replace standalone js_string() with PrimitiveString::create() | Linus Groh |
2022-12-06 | Everywhere: Rename to_{string => deprecated_string}() where applicable | Linus Groh |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2021-06-13 | LibJS: Make StringOrSymbol always be FlyString in the string case | Andreas Kling |
2021-06-13 | LibJS: Convert PropertyName and StringOrSymbol to east-const style | Andreas Kling |
2021-06-05 | LibJS: Replace StringOrSymbol::from_value with Value::to_property_key | Idan Horowitz |
2021-04-23 | Userland: Use mattco@serenityos.org for my copyright headers | Matthew Olsson |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |