546 Commits (4140e4b4af75b8f0136f3d02b36eec84a23dd15d)

Author SHA1 Message Date
Haled Odat 3ea0a77606
Add `Instruction` and `InstructionIterator` (#3201) 1 year ago
dependabot[bot] 782b718c25
Bump dashmap from 5.5.1 to 5.5.3 (#3262) 1 year ago
dependabot[bot] 446c97c34d
Bump thiserror from 1.0.47 to 1.0.48 (#3261) 1 year ago
dependabot[bot] abef8b2f9d
Bump sys-locale from 0.3.0 to 0.3.1 (#3260) 1 year ago
dependabot[bot] 2b0f96333c
Bump num-bigint from 0.4.3 to 0.4.4 (#3232) 1 year ago
dependabot[bot] e1791adbdc
Bump regress from 0.6.0 to 0.7.1 (#3236) 1 year ago
dependabot[bot] 82ef918214
Bump serde from 1.0.186 to 1.0.188 (#3244) 1 year ago
Kevin f92e7489d8
Clippy updates: add panics and etc. (#3235) 1 year ago
dependabot[bot] b47087c028
Bump serde from 1.0.185 to 1.0.186 (#3234) 1 year ago
dependabot[bot] b2519c3484
Bump serde from 1.0.183 to 1.0.185 (#3228) 1 year ago
dependabot[bot] 168c3aee71
Bump dashmap from 5.5.0 to 5.5.1 (#3231) 1 year ago
dependabot[bot] bbceaef9eb
Bump thiserror from 1.0.46 to 1.0.47 (#3221) 1 year ago
dependabot[bot] b2cbcb965f
Bump serde_json from 1.0.104 to 1.0.105 (#3218) 1 year ago
dependabot[bot] af7ca0d379
Bump thiserror from 1.0.45 to 1.0.46 (#3217) 1 year ago
dependabot[bot] 06bb71aa50
Bump thiserror from 1.0.44 to 1.0.45 (#3215) 1 year ago
dependabot[bot] 4567e5b560
Bump bitflags from 2.3.3 to 2.4.0 (#3212) 1 year ago
dependabot[bot] 306770a8dc
Bump num_enum from 0.6.1 to 0.7.0 (#3211) 1 year ago
Haled Odat a3b46545a2
Use main stack for calling ordinary functions (#3185) 1 year ago
raskad cd232b18f9
Fix switch statement `break` and `continue` return values (#3205) 1 year ago
dependabot[bot] 9665f8be3b
Bump serde from 1.0.181 to 1.0.183 (#3202) 1 year ago
Haled Odat c2df31b781
Improve bytecompiler bytecode generation. (#3188) 1 year ago
José Julián Espina a06a6f5fdb
Implement ephemeron-based weak map (#3052) 1 year ago
dependabot[bot] 9347ed1983
Bump serde from 1.0.180 to 1.0.181 (#3200) 1 year ago
raskad 8536a6b88b
Fix remaining TypedArray bugs (#3186) 1 year ago
dependabot[bot] 1e10f07c1c
Bump serde from 1.0.179 to 1.0.180 (#3192) 1 year ago
dependabot[bot] f41ea50859
Bump serde from 1.0.177 to 1.0.179 (#3191) 1 year ago
Haled Odat d8bf5f589d
Refactor `Context::run()` method (#3179) 1 year ago
raskad 4f9175b775
Implement `String.prototype.isWellFormed` and `String.prototype.toWellFormed` (#3187) 1 year ago
Haled Odat 2b01ef1c27
Close iterator after generator return call while array destructuring assignment (#3164) 1 year ago
Haled Odat be055a30e1
Refactor environment, exception handling and jumping in VM (#3059) 1 year ago
dependabot[bot] d459ff1b44
Bump jemallocator from 0.5.0 to 0.5.4 (#3181) 1 year ago
dependabot[bot] 30ff5ae4f8
Bump serde from 1.0.176 to 1.0.177 (#3182) 1 year ago
Choongwoo Han 72b7ee5866
Re-enable must_use clippy rule (#3180) 1 year ago
dependabot[bot] 93e3b2f629
Bump serde_json from 1.0.103 to 1.0.104 (#3178) 1 year ago
dependabot[bot] 77028cc7bd
Bump serde from 1.0.175 to 1.0.176 (#3176) 1 year ago
raskad 33e8c51fc6
Fix TypedArrayConstructors tests (#3171) 1 year ago
Choongwoo Han 6a7862917a
Find roots when running GC rather than runtime (#3109) 1 year ago
dependabot[bot] e6b600c1b1
Bump serde from 1.0.174 to 1.0.175 (#3169) 1 year ago
dependabot[bot] 07e55006d1
Bump num-traits from 0.2.15 to 0.2.16 (#3166) 1 year ago
dependabot[bot] 7121841b67
Bump serde from 1.0.173 to 1.0.174 (#3162) 1 year ago
dependabot[bot] 88bc5189f2
Bump thiserror from 1.0.43 to 1.0.44 (#3163) 1 year ago
dependabot[bot] 0f514f65ce
Bump serde from 1.0.171 to 1.0.173 (#3156) 1 year ago
dependabot[bot] 9243972184
Bump serde_json from 1.0.102 to 1.0.103 (#3154) 1 year ago
Alvin Kuruvilla de192d36e6
Implement i128/u128 to JsBigInt conversions (#3129) 1 year ago
dependabot[bot] 58cfc70c45
Bump indoc from 2.0.2 to 2.0.3 (#3142) 1 year ago
Dirk de Visser b51e7cfb84
Implement `findLast` and `findLastIndex` on TypedArray (#3135) 1 year ago
João Borges 93d05bda68
Fix 1.71.0 lints (#3140) 1 year ago
Dirk de Visser e1a2bb2055
Refactor `Array.prototype.find*` and TypedArray variants to use `FindViaPredicate` (#3134) 1 year ago
dependabot[bot] 0cd209a058
Bump serde_json from 1.0.100 to 1.0.102 (#3137) 1 year ago
dependabot[bot] dc90d0668d
Bump dashmap from 5.4.0 to 5.5.0 (#3132) 1 year ago