2004 Commits (787d4a8bc518d5a76cd9fea1cf6f398481f17e8c)
 

Author SHA1 Message Date
José Julián Espina 447fca4cc0 Implement member accessors in initializer of for loops (#2381) 2 years ago
José Julián Espina 89e3081672 Document the AST (#2377) 2 years ago
Iban Eguia Moraza 6a43878b04 Updated the Code of Conduct (#2365) 2 years ago
João Borges 48e6513564 Cleanup and speed-up CI (#2376) 2 years ago
dependabot[bot] 946a4ddf74 Bump serde from 1.0.145 to 1.0.147 (#2374) 2 years ago
dependabot[bot] d10df0221c Bump serde_yaml from 0.9.13 to 0.9.14 (#2373) 2 years ago
dependabot[bot] b9335b72ac Bump boa-dev/criterion-compare-action from 3.2.3 to 3.2.4 (#2372) 2 years ago
dependabot[bot] 5ba101d4bc Bump test262 from `ee7c379` to `b5d3192` (#2375) 2 years ago
raskad de231df63a Allow LineTerminator before Semicolon in `continue` (#2371) 2 years ago
Kevin af5970e8e7 Changes neccesary -> necessary (#2370) 2 years ago
Iban Eguia Moraza f4cef141b0 Removed some duplicate code, added `ToIndentedString` (#2367) 2 years ago
Kevin 9a05b1ef81 Split vm/opcode into modules (#2343) 2 years ago
raskad 80017fdf15 Fix error in `Proxy` set implementation (#2369) 2 years ago
José Julián Espina d4c220a70b Implement `LabelledStatement` (#2349) 2 years ago
Choongwoo Han 904e422d36 Fix Regex literal parsing in MemberExpression (#2328) 2 years ago
Iban Eguia Moraza a47d9ec732 Modified the `loadfile` example to show how Boa can read bytes (#2363) 2 years ago
Iban Eguia Moraza 5e75cf68ff Removed the "VM Implementation" headline for Test262 (#2364) 2 years ago
Iban Eguia Moraza f708a764c2 Fixed some documentation and clippy warnings in tests (#2362) 2 years ago
dependabot[bot] 2c559392f1 Bump clap from 4.0.17 to 4.0.18 (#2360) 2 years ago
dependabot[bot] f6e189e628 Bump getrandom from 0.2.7 to 0.2.8 (#2359) 2 years ago
dependabot[bot] 96d4ed8d70 Bump syn from 1.0.102 to 1.0.103 (#2358) 2 years ago
dependabot[bot] e07f79254c Bump anyhow from 1.0.65 to 1.0.66 (#2361) 2 years ago
dependabot[bot] d51fee7237 Bump serde_json from 1.0.86 to 1.0.87 (#2355) 2 years ago
José Julián Espina dc9c1cb275 Create new lazy Error type (#2283) 2 years ago
dependabot[bot] 4601b928e0 Bump clap from 4.0.16 to 4.0.17 (#2354) 2 years ago
dependabot[bot] deb9ec208c Bump crazy-max/ghaction-github-pages from 3.0.0 to 3.1.0 (#2353) 2 years ago
dependabot[bot] 427bd17941 Bump test262 from `eb67a76` to `ee7c379` (#2348) 2 years ago
dependabot[bot] b0cf873a46 Bump monaco-editor from 0.34.0 to 0.34.1 (#2351) 2 years ago
dependabot[bot] c51382ae75 Bump clap from 4.0.12 to 4.0.16 (#2352) 2 years ago
dependabot[bot] e592a8234e Bump boa-dev/criterion-compare-action from 3.2.2 to 3.2.3 (#2347) 2 years ago
José Julián Espina 959b9f1b6d Split `Node` into `Statement`, `Expression` and `Declaration` (#2319) 2 years ago
Kevin 13dcdd4a97 Implement `JsRegExp` (#2326) 2 years ago
Iban Eguia 9998a6787c Upgrade clap to 4.0, add value hints for zsh and fish (#2336) 2 years ago
José Julián Espina c645f8530e Bump serde_json from 1.0.85 to 1.0.86 (#2341) 2 years ago
José Julián Espina df70302194 First prototype for new `JsString` using UTF-16 (#1659) 2 years ago
dependabot[bot] 07389cbad1 Bump test262 from `58b7a23` to `eb67a76` (#2334) 2 years ago
Calli c8f6f85d61 Separate JsObjectType implementors to their own module (#2324) 2 years ago
Iban Eguia 18ab56eaf3 Fixing the output for the test diffs in PRs (#2320) 2 years ago
dependabot[bot] d0808de092 Bump test262 from `e849d40` to `58b7a23` (#2323) 2 years ago
dependabot[bot] b44f6f0ad2 Bump bootstrap from 5.2.1 to 5.2.2 (#2322) 2 years ago
Kevin eaf94284bd Implement `JsDataView` (#2308) 2 years ago
raskad 7f1d1a992a Parse static async private methods in classes (#2315) 2 years ago
Jason Williams 9350977040 update tasks.json (#2313) 2 years ago
dependabot[bot] 3e2691025f Bump test262 from `9215420` to `e849d40` (#2311) 2 years ago
raskad 5b5498d1ae Fix double conversion to primitive in `ToNumeric` (#2310) 2 years ago
raskad 9f0ac30082 Fix some Array spec deviations (#2306) 2 years ago
raskad 0213f9f1e5 Fix function property order (#2305) 2 years ago
José Julián Espina e9e85f5a49 Switch to workspace inherited properties (#2297) 2 years ago
raskad c58a8997ca Implement `new.target` expression (#2299) 2 years ago
creampnx_x 573ac14458 Add unicode terminator to line comment (#2301) 2 years ago