192 Commits (f708a764c2cfe223df89f16013c9edec76615512)

Author SHA1 Message Date
jedel1043 518bad8109 Integrate ICU4X into `Intl` module (#2083) 2 years ago
dependabot[bot] c9391c1226 Bump once_cell from 1.11.0 to 1.12.0 (#2085) 2 years ago
dependabot[bot] 3b75c45dd6 Bump jemallocator from 0.3.2 to 0.5.0 (#2088) 2 years ago
raskad 45dd2d416c Remove `strict` flag from `Context` (#2069) 2 years ago
dependabot[bot] ace28e51f4 Update icu requirement from 0.5.0 to 0.6.0 in /boa_engine (#2078) 2 years ago
jedel1043 406c642041 Implement `ProxyBuilder` (#2076) 2 years ago
jedel1043 29330225ef Create `Date` standard constructor (#2079) 2 years ago
dependabot[bot] fcf456e5de Bump once_cell from 1.10.0 to 1.11.0 (#2081) 2 years ago
Iban Eguia 456da4949a Fixing build for changes in clippy for Rust 1.61 (#2082) 2 years ago
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