133 Commits (556f3ced15a5c4ace30b88cd07f6a97a556c81b6)

Author SHA1 Message Date
NorbertGarfield 5a0ff9116b DateTimeFormat helpers (#2064) 2 years ago
raskad 8721a3167b Implement the global `eval()` function (#2041) 2 years ago
raskad e42e2f64be Refactor `IdentifierReference` parsing (#2055) 2 years ago
dependabot[bot] bae970ff17 Bump serde_json from 1.0.80 to 1.0.81 (#2059) 2 years ago
NorbertGarfield d40d938d5a Implement ResolveLocale helper (#2036) 2 years ago
dependabot[bot] dd37603faa Bump num-traits from 0.2.14 to 0.2.15 (#2056) 2 years ago
dependabot[bot] 72ae29b0fa Bump serde from 1.0.136 to 1.0.137 (#2052) 2 years ago
dependabot[bot] 8b6f3561e4 Bump serde_json from 1.0.79 to 1.0.80 (#2051) 2 years ago
dependabot[bot] 668b224b1b Bump num-integer from 0.1.44 to 0.1.45 (#2053) 2 years ago
raskad 6bda5fd1a4 Refactor `RegExp` constructor methods (#2049) 2 years ago
兰陈昕 5de3a7a2c4 Improve `JsString` performance (#2042) 2 years ago
Halid Odat 7796216a1c Feature `JsFunction` (#2015) 2 years ago
raskad 8b66988574 Move redeclaration errors to parser (#2027) 2 years ago
raskad 3226e5494c Allow `let` as variable declaration name (#2044) 2 years ago
raskad 55c89c7617 Fix early return in `for in loop` head (#2043) 2 years ago
NorbertGarfield df19f7f606 Partial implementation for Intl.DateTimeFormat (#2025) 2 years ago
Halid Odat 6bffe3e9c6 Make `Array.prototype` an array object (#2033) 2 years ago
Halid Odat 5a9ced3806 Implement `get RegExp.prototype.hasIndices` (#2031) 2 years ago
Halid Odat 2d6e93cc83 Fix `Symbol` and `BigInt` constructors (#2032) 2 years ago
lupd be15b85171 Allow creating object with true/false property names (#2028) 2 years ago
Halid Odat 17aa57040d Feature `JsTypedArray`s (#2003) 2 years ago
lupd 781561e047 Fix casting negative number to usize in `Array.splice` (#2030) 2 years ago
raskad 2a63de3d68 Allow unicode escaped characters in identifiers that are keywords (#2021) 2 years ago
raskad 2e0254b618 Allow `Initializer` after `ArrayBindingPattern` in `FormalParameter` (#2002) 2 years ago
raskad 314e4ca656 Allow `PropertyName`s in `BindingProperty`in `ObjectBindingPattern` (#2022) 2 years ago
Iban Eguia 8d746ecc0b Upgraded wasm-bindgen (#2020) 2 years ago
Halid Odat 3007531481 Fix `ArrayBuffer.isView()` (#2019) 2 years ago
raskad 5ab3bf858b Fix rust 1.60 clippy lints (#2014) 2 years ago
raskad 223966981c Implement Classes (#1976) 2 years ago
lupd e6d12f835c Change `ArrayBuffer` `byteLength` to accessor property (#2010) 2 years ago
lupd bb98bd3567 Indicate bigint has constructor (#2008) 3 years ago
Jordan Last 6baf455088 Add From<f32> for JsValue (#1990) 3 years ago
Taylor Sutton 998a7b17a5 fix(vm): off-by-one in code block stringification. (#1999) 3 years ago
dependabot[bot] a5337a93d0 Bump indexmap from 1.8.0 to 1.8.1 (#1988) 3 years ago
lupd 405038d140 Allow boolean/null as property identifier by dot operator assignment (#1985) 3 years ago
lupd 5498a0ea54 Fix length properties on array methods (#1983) 3 years ago
lupd 5d2420ea59 Support numbers with multiple leading zeroes (#1979) 3 years ago
NorbertGarfield da47fb5a41 Implement unscopables for Array.prototype (#1963) 3 years ago
pd 4133801220 [perf][vm] (#1973) 3 years ago
pd e2630faf82 Fix panic in do while (#1968) 3 years ago
jedel1043 e1c2e14b6b Preserve ints when executing int operations (#1964) 3 years ago
Taras Boiko e73c3fd65a Fix panic on AST dump in JSON format (#1959) 3 years ago
Aaron Ross 6498216c3f convert inner datetime to local in `to_date_string` (#1953) 3 years ago
Aaron Ross 520b81ea66 add README for crates.io publish (#1952) 3 years ago
dependabot[bot] ebf2bc64cb Bump dyn-clone from 1.0.4 to 1.0.5 (#1946) 3 years ago
Jason Williams be901735e5
generated changelog for 0.14 (#1882) 3 years ago
Halid Odat 17a6c8661e Fix `BigInt` and `Number` comparison (#1887) 3 years ago
raskad 23711a638b Refresh vm docs and fix bytecode trace output (#1921) 3 years ago
Nikodem Rabuliński 9eb6a78abc Implement Array.from (#1831) 3 years ago
raskad 0027f26d21 Use function name from identifiers in assignment expressions (#1908) 3 years ago