73 Commits (40241c09374581e19f0f6a4866de16c231b23296)

Author SHA1 Message Date
José Julián Espina 987ddd210b
Replace #[deny] with #[warn] (#3309) 8 months ago
Jason Williams 5eb8541e4a
Changelog17 (#3101) 11 months ago
José Julián Espina ce520fa2ba
Prepare for release 0.17 (#3083) 11 months ago
José Julián Espina 551a287718
Copy `ABOUT.md` file to all published crates (#3074) 11 months ago
dependabot[bot] 5da8846020
Bump bitflags from 2.3.1 to 2.3.2 (#3039) 12 months ago
raskad caaf1d258c
Fix panics on empty return values (#3018) 12 months ago
dependabot[bot] e4b7e63830
Bump serde from 1.0.163 to 1.0.164 (#3016) 1 year ago
raskad 940529ac8a
Fix panic in optional expressions with private identifiers (#2995) 1 year ago
José Julián Espina 2fa9c65e97
Correctly initialize functions inside modules (#2993) 1 year ago
José Julián Espina 7ae858204b
Implement pseudo-property `import.meta` (#2956) 1 year ago
José Julián Espina 9bbe0184a4
Fix remaining static module bugs (#2955) 1 year ago
José Julián Espina 09658b02bc
Implement dynamic imports (#2932) 1 year ago
raskad 5e9193aced
Implement Private Runtime Environments (#2929) 1 year ago
dependabot[bot] a0b769d5b1
Bump bitflags from 2.2.1 to 2.3.1 (#2945) 1 year ago
José Julián Espina 06161edcbd
Implement module execution (#2922) 1 year ago
José Julián Espina ab87b2fd5b
Extract "About Boa" section into a separate file (#2938) 1 year ago
raskad efeaa40ae2
Fix tagged template creation (#2925) 1 year ago
dependabot[bot] ba7d2163cc
Bump serde from 1.0.162 to 1.0.163 (#2927) 1 year ago
raskad f57872cf8c
Fix lexical environments in for loops (#2917) 1 year ago
raskad 7605453cd7
Add loop and switch return values (#2828) 1 year ago
raskad 70b0d49483
Implement annexB Block-Level Function Declarations (#2910) 1 year ago
Haled Odat 908015f9fd
Fix switch `default` execution (#2907) 1 year ago
raskad e3d2056f5b
Refactor binding declarations (#2887) 1 year ago
dependabot[bot] f4ebb2bd2d
Bump serde from 1.0.160 to 1.0.162 (#2900) 1 year ago
Iban Eguia Moraza 1965492f7c
Added unit tests for `boa_ast::Punctuator` (#2884) 1 year ago
Iban Eguia Moraza 08a72387ba
Added unit tests for `boa_ast::Keyword` (#2883) 1 year ago
dependabot[bot] cebec9da90 Bump bitflags from 2.1.0 to 2.2.1 (#2868) 1 year ago
Iban Eguia Moraza 63d9d67ecb Added a Boa runtime (#2743) 1 year ago
José Julián Espina 53e4825a19 Implement var initializers in for-in loops (#2842) 1 year ago
raskad 54695cc620 Fix async generators (#2853) 1 year ago
dependabot[bot] c87cf7c7f4 Bump bitflags from 2.1.0 to 2.2.0 (#2845) 1 year ago
dependabot[bot] 2f580bbac3 Bump serde from 1.0.159 to 1.0.160 (#2807) 1 year ago
dependabot[bot] 303d8d4b69 Bump bitflags from 2.0.2 to 2.1.0 (#2788) 1 year ago
raskad e286d9fbb7 Add AST node for parenthesized expressions (#2738) 1 year ago
Haled Odat 6c438b5516 Implement constant folding optimization (#2679) 1 year ago
dependabot[bot] d134a0acee Bump serde from 1.0.158 to 1.0.159 (#2755) 1 year ago
Iban Eguia Moraza 6ea4848bb5 Fix documentation links (#2741) 1 year ago
raskad 431a358b2f Implement `with` and object environments (#2692) 1 year ago
dependabot[bot] 7b2564e126 Bump bitflags from 2.0.1 to 2.0.2 (#2701) 1 year ago
dependabot[bot] 65bb0d890e Bump bitflags from 2.0.0 to 2.0.1 (#2677) 1 year ago
Iban Eguia Moraza 0a843d2096 Bump bitflags to 2.0.0 (#2666) 1 year ago
dependabot[bot] 6173a7343f Bump serde from 1.0.155 to 1.0.156 (#2662) 1 year ago
dependabot[bot] b138a3088a Bump serde from 1.0.154 to 1.0.155 (#2650) 1 year ago
dependabot[bot] 3d3191654d Bump serde from 1.0.153 to 1.0.154 (#2645) 1 year ago
dependabot[bot] 718fea378a Bump serde from 1.0.152 to 1.0.153 (#2640) 1 year ago
raskad 310c67195a Remove Syntax Errors from Bytecompiler (#2598) 1 year ago
Iban Eguia Moraza 3f9f6f0fce Module parsing (#2411) 1 year ago
raskad 3725ff85f7 Implement binary `in` operation with private names (#2582) 1 year ago
raskad b76050df44 Move increment and decrement operations to `Update` expression (#2565) 1 year ago
José Julián Espina ddf00c8c03 Improve identifier parsing (#2581) 1 year ago