Age | Commit message (Expand) | Author |
---|---|---|
2021-06-19 | LibJS: Restructure and fully implement BindingPatterns | Matthew Olsson |
2021-06-18 | LibJS: Do not trim whitespace from property names when they're numbers | sin-ack |
2021-06-16 | LibJS: Automatically & lazily coerce PropertyNames into numbers | Idan Horowitz |
2021-06-16 | LibJS: Rename Value::{is_integer => is_integral_number} | Idan Horowitz |
2021-06-13 | LibJS: Avoid lots of string-to-int during global object construction | Andreas Kling |
2021-06-13 | LibJS: Convert PropertyName and StringOrSymbol to east-const style | Andreas Kling |
2021-04-25 | LibJS: Change PropertyName::as_number() return type to u32 | Linus Groh |
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 |