1710 Commits (2365986acf8075c444d59db4486db7795429c6f2)
 

Author SHA1 Message Date
Nikodem Rabuliński 9eb6a78abc Implement Array.from (#1831) 3 years ago
Iban Eguia 128f836680 Added funding information to the repository (#1871) 3 years ago
dependabot[bot] 09bfabb0b0 Bump git2 from 0.14.1 to 0.14.2 (#1919) 3 years ago
raskad 0027f26d21 Use function name from identifiers in assignment expressions (#1908) 3 years ago
jedel1043 51f75d8ccb Update `yarn.lock` and add `build:prod` command (#1910) 3 years ago
raskad a44be7073b Fix postfix increment and decrement return values (#1913) 3 years ago
dependabot[bot] 51ae856c83 Bump css-loader from 6.7.0 to 6.7.1 (#1914) 3 years ago
dependabot[bot] f7920cdca8 Bump regex from 1.5.4 to 1.5.5 (#1915) 3 years ago
Addison Crump 92dbba6c5d Prevent breaks without loop or switch from causing panics (#1860) 3 years ago
raskad 7f90829f88 Compile StatementList after parse passes on negative tests (#1906) 3 years ago
Jason Williams 44b5617d8d Added boa examples (#1161) 3 years ago
raskad 6ff36fb2a3 Implement destructing assignments for assignment expressions (#1895) 3 years ago
jedel1043 9f9e36c910 Fix try/catch/finally related bugs and add tests (#1901) 3 years ago
jedel1043 2a6ea9dad6 Deny const declarations without initializer inside for loops (#1903) 3 years ago
dependabot[bot] a49b57beb7 Bump css-loader from 6.6.0 to 6.7.0 (#1904) 3 years ago
dependabot[bot] 6378204052 Bump test262 from `18ce639` to `f7fb969` (#1905) 3 years ago
Addison Crump cc755db485 Continue panic fixes (#1896) 3 years ago
Addison Crump 7fa37b50bc Fix unreachable panics in compile_access (#1861) 3 years ago
jedel1043 3b53fec412 Extract `Intrinsics` struct from `Context` and cleanup names (#1890) 3 years ago
Halid Odat 9c2b1114c4 Implement `Number.parseInt` and `Number.parseFloat` (#1894) 3 years ago
dependabot[bot] 3ec6f633db Bump webpack from 5.69.1 to 5.70.0 (#1892) 3 years ago
dependabot[bot] 60b74e1f51 Bump once_cell from 1.9.0 to 1.10.0 (#1893) 3 years ago
Halid Odat 4c3058b6bf Implement `AggregateError` (#1888) 3 years ago
dependabot[bot] fb8c5cfa34 Bump actions/checkout from 2.4.0 to 3 (#1885) 3 years ago
Halid Odat a9a82a7381 Make iterator spec complaint (#1889) 3 years ago
jedel1043 00a19005e4 Remove `toInteger` and document the `string` builtin (#1884) 3 years ago
Halid Odat fd889fd5d0 Fix `PropertyKey` to `JsValue` conversion (#1886) 3 years ago
Halid Odat 7248ed1005 Make `StringToNumber` spec compliant (#1881) 3 years ago
Halid Odat 3c59905a1b `%NativeError%.[[prototype]]` should be `Error` constructor (#1883) 3 years ago
raskad 408e49e460 Cleanup vm stack on function return (#1880) 3 years ago
Jason Williams b2d3720b29
Update release.yml 3 years ago
Halid Odat 6e3f93e632 Fix `Number.prototype.toString` when passing `undefined` as radix (#1877) 3 years ago
Halid Odat 3fe7d09096 Make `Error` and `%NativeError%` spec compliant (#1879) 3 years ago
dependabot[bot] d7ed2fe5c9 Bump git2 from 0.14.0 to 0.14.1 (#1878) 3 years ago
Halid Odat 4292c193fa Implement `Object.prototype.toLocaleString()` (#1875) 3 years ago
Halid Odat 73bcd42640 Make `Object.getOwnPropertyDescriptors` spec compliant (#1876) 3 years ago
Iban Eguia ec78e184f3 Removed reference counted pointers from `JsValue` variants (#1866) 3 years ago
Iban Eguia 1887b6aebb Removing the panic in favour of an error result (#1874) 3 years ago
Halid Odat ada4ca895f Feature arrays with empty elements (#1870) 3 years ago
Halid Odat 6b2ca30946 Fix equality between objects and `undefined` or `null` (#1872) 3 years ago
raskad 60e2294706 Implement generator execution (#1790) 3 years ago
dependabot[bot] f7fab0744c Bump git2 from 0.13.25 to 0.14.0 (#1869) 3 years ago
dependabot[bot] 7aa001ae8f Update git2 requirement from 0.13.25 to 0.14.0 in /boa_tester (#1868) 3 years ago
Halid Odat b5678f0b0c Removing internal deprecated functions (#1854) 3 years ago
João Borges 6093a66899 Refactorings for Rust 1.59 (#1867) 3 years ago
Halid Odat 9dda8d3eae Toggleable `JsValue` internals displaying (#1865) 3 years ago
Addison Crump 2c19c6a4b5 Correct pop_on_return behaviour (#1853) 3 years ago
dependabot[bot] d07945ddf3 Bump getrandom from 0.2.4 to 0.2.5 (#1863) 3 years ago
dependabot[bot] 8ffae90400 Bump boa-dev/criterion-compare-action from 3.1.0 to 3.2.0 (#1862) 3 years ago
Iban Eguia 8c92a8fa25 Added conversions from and to serde_json's Value type (#1851) 3 years ago