Iban Eguia
ed41f428e5
Adding VM conformance output to PR checks ( #1685 )
...
This PR adds conformance results for the VM branch both for PRs and for the conformance results in GitHub pages (even if these are not currently being shown). I'm not 100% sure how this will really work, as I'm not very used to the syntax to concatenate strings.
Co-authored-by: João Borges <rageknify@gmail.com>
Co-authored-by: RageKnify <RageKnify@gmail.com>
3 years ago
Iban Eguia
a5c85708a2
Clean-up contribution guidelines, dependencies, Test262, MSRV ( #1683 )
3 years ago
João Borges
8aeef422ed
Respect rust 1.56 ( #1681 )
...
* Style: Respect rust1.56
* Chore: Change to 2021 edition
3 years ago
praveenbakkal
a79fe12f24
change that verbosity comparison to > 2 ( #1680 )
3 years ago
dependabot[bot]
ab85a7683e
Bump structopt from 0.3.23 to 0.3.25 ( #1674 )
3 years ago
Jason Williams
21a5b3418e
Fix master refs to main ( #1637 )
3 years ago
Iban Eguia
f5d87a899f
Implement `Typed Array` built-in ( #1552 )
...
Co-authored-by: raskad <32105367+raskad@users.noreply.github.com>
Co-authored-by: jedel1043 <jedel0124@gmail.com>
3 years ago
dependabot[bot]
5e311beec1
Bump git2 from 0.13.22 to 0.13.23 ( #1626 )
3 years ago
Jason Williams
c977b8e5aa
changelog v0.13 ( #1590 )
...
Co-authored-by: Iban Eguia <iban.eguia@cern.ch>
3 years ago
Iban Eguia
9a915c3ee9
Added "js" feature for getrandom for WebAssembly builds ( #1521 )
3 years ago
dependabot[bot]
0d2f53657c
Bump serde_json from 1.0.67 to 1.0.68 ( #1577 )
3 years ago
dependabot[bot]
693ec6b1a8
Bump serde_yaml from 0.8.20 to 0.8.21 ( #1574 )
3 years ago
raskad
f1b5358834
Add strict mode flag to `Context` ( #1550 )
...
* Add strict mode flag to `Context`
* Add strict mode handling of `delete`
* Add strict mode test
* Handle non-strict functions in strict functions
* Enable strict mode for functions defined in a strict context
3 years ago
dependabot[bot]
59659a6927
Bump git2 from 0.13.21 to 0.13.22 ( #1566 )
3 years ago
dependabot[bot]
c28c40c3ce
Bump structopt from 0.3.22 to 0.3.23 ( #1546 )
3 years ago
dependabot[bot]
a11a8a9d20
Bump serde from 1.0.129 to 1.0.130 ( #1537 )
3 years ago
dependabot[bot]
a72dd46ec7
Bump serde_json from 1.0.66 to 1.0.67 ( #1536 )
3 years ago
dependabot[bot]
93f15ee633
Bump serde_yaml from 0.8.19 to 0.8.20 ( #1519 )
3 years ago
Halid Odat
1c457b2bbb
Show count of tests failed/broken on header ( #1512 )
3 years ago
Bartek Iwańczuk
26e149795a
Rename `GcObject` to `JsObject` ( #1489 )
...
* Rename `GcObject` to `JsObject`
* fmt
3 years ago
dependabot[bot]
42610ace44
Bump serde from 1.0.128 to 1.0.129 ( #1507 )
3 years ago
Bartek Iwańczuk
42d8f20917
Rename `boa::Result` to `JsResult` ( #1493 )
...
* Rename `boa::Result` to `JsResult`
* fix vm/mod.rs
* rustfmt
3 years ago
dependabot[bot]
59c56c50f3
Bump serde from 1.0.127 to 1.0.128 ( #1497 )
3 years ago
dependabot[bot]
27f534900e
Bump serde_yaml from 0.8.18 to 0.8.19 ( #1498 )
3 years ago
dependabot[bot]
42ea372209
Bump bitflags from 1.3.1 to 1.3.2 ( #1473 )
3 years ago
dependabot[bot]
3b1046572a
Bump serde_yaml from 0.8.17 to 0.8.18 ( #1480 )
3 years ago
dependabot[bot]
8ada62232c
Bump git2 from 0.13.20 to 0.13.21 ( #1468 )
3 years ago
dependabot[bot]
0babba6cdd
Bump bitflags from 1.2.1 to 1.3.1 ( #1467 )
3 years ago
Halid Odat
62ad20cfde
Rename `Value` to `JsValue` ( #1457 )
3 years ago
jedel1043
fe665dbe06
Proposal of new `PropertyDescriptor` design ( #1432 )
3 years ago
dependabot[bot]
483c5e32c4
Bump serde from 1.0.126 to 1.0.127 ( #1452 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
05b6054860
Bump serde_json from 1.0.64 to 1.0.66 ( #1448 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.64 to 1.0.66.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.64...v1.0.66 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Halid Odat
91f0fe62bb
Implement closure functions ( #1442 )
3 years ago
dependabot[bot]
88452aac75
Bump structopt from 0.3.21 to 0.3.22 ( #1386 )
3 years ago
neeldug
f673cbc662
fix cargo check errors ( #1338 )
...
* fix cargo check errors
- move constants to associated constants
- format & lint
* remove superfluous use
* use static constant in property
* add parallelism to test262 conformance runs
3 years ago
dependabot[bot]
db1be3b0dc
Bump once_cell from 1.7.2 to 1.8.0 ( #1318 )
3 years ago
Iban Eguia
e38a84155e
Added the $262 object to Test262 test runner ( #1296 )
3 years ago
Iban Eguia
ac998999be
Don't consider panic fixes as "new failures" ( #1294 )
...
* Don't consider panic fixes as "new failures"
* Improved coding style
* Fixed Test262 tester for the testing update
* Ignore JSON module tests
* Test262 uses _FIXTURE at any point of the file name
3 years ago
0x7D2B
e7ffe7fd45
Fix test262 comment formatting ( #1293 )
3 years ago
Iban Eguia
1a58c9fc9c
Add test comparison to Test262 result compare ( #1279 )
...
* Added some result changes for Test262 result comparisons
* Added a bug and a panic to test the changes in the comparator
* Remove explicit todo!()
* Fixing output for test links
* Force comment
* Reducing failures so that commenting works
* New test
* Fixed a bit of formatting
* Reverted purposedly introduced bugs
* Added a "details" section for the test262 test diff
* Fix bold
3 years ago
dependabot[bot]
715cced989
Bump git2 from 0.13.19 to 0.13.20 ( #1282 )
3 years ago
dependabot[bot]
4efaea5278
Bump serde from 1.0.125 to 1.0.126 ( #1260 )
4 years ago
dependabot[bot]
24cfcc4e8c
Bump git2 from 0.13.18 to 0.13.19 ( #1250 )
4 years ago
Iban Eguia
a9d22cd574
Improved conformance comment format ( #1239 )
...
When the test262 conformance comments are added to a PR, it will now
show the percentage symbol for the conformance, to show up it's
actually a conformance percentage.
4 years ago
Iban Eguia
7ee3a93fcc
Upgraded dependencies and fixed some clippy warnings/errors ( #1228 )
4 years ago
dependabot[bot]
53757cf8d2
Bump regex from 1.4.5 to 1.4.6 ( #1215 )
4 years ago
dependabot[bot]
7c70a0bace
Bump git2 from 0.13.17 to 0.13.18 ( #1213 )
4 years ago
dependabot[bot]
ff3dd4e156
Bump serde from 1.0.124 to 1.0.125 ( #1188 )
4 years ago
0x7D2B
57e38adad5
Include name in verbose results output of boa-tester ( #1158 )
...
* Include name in verbose results output of boa-tester
Would make the logs a lot more readable.
* Fix typo
4 years ago
dependabot[bot]
105dde4628
Bump regex from 1.4.4 to 1.4.5 ( #1174 )
4 years ago