86 Commits (cdd5712d0fe50763cf3fb748c10b1d58b2de6b13)

Author SHA1 Message Date
José Julián Espina a56ce510d3
Fix new lints for Rust 1.73 (#3361) 1 year ago
José Julián Espina 3f80823f7a
Improve highlighter performance (#3341) 1 year ago
Haled Odat 744536763d
Separate native and JavaScript functions (#3322) 1 year ago
José Julián Espina d8f6834d5f
Improve CI testing (#3333) 1 year ago
José Julián Espina b80409d87d
Remove direct conversion from `&str` to `JsValue`/`PropertyKey`. (#3319) 1 year ago
José Julián Espina ae414797af
Format code snippets in docs (#3317) 1 year ago
Haled Odat 822634cf41
Implement `[[HostDefined]]` field on `Realm`s (#2952) 1 year ago
José Julián Espina 0bb51b189e
Replace #[deny] with #[warn] (#3309) 1 year ago
José Julián Espina 395d0c8d42
Format let-else expressions (#3102) 1 year ago
José Julián Espina 551a287718
Copy `ABOUT.md` file to all published crates (#3074) 1 year ago
José Julián Espina a989462e25
Unify async iterators and iterators compilation (#2976) 1 year ago
Shane Murphy eeeaaeebcc
Fix prompt on windows (#2986) 1 year ago
Haled Odat 67c5652911
Remove unneded `num_bindings` in `Opcode`s and `CodeBlock` (#2967) 1 year ago
José Julián Espina 09658b02bc
Implement dynamic imports (#2932) 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
Haled Odat b4b77e77b4
Implement runtime limits for recursion (#2904) 2 years ago
Haled Odat 802d796d51
Implement runtime limits for loops (#2857) 2 years ago
Haled Odat ed37448175 Implement `Hidden classes` (#2723) 2 years ago
Iban Eguia Moraza 63d9d67ecb Added a Boa runtime (#2743) 2 years ago
Iban Eguia Moraza b1f4e0db6b Updated README (#2825) 2 years ago
José Julián Espina 6d3550d0cb Implement async functions using generators (#2821) 2 years ago
José Julián Espina 0d6ba53ff2 Allow passing owned `HostHooks` and `JobQueues` to `Context` (#2811) 2 years ago
José Julián Espina 34d6b93f36 Fix cross-realm construction bugs (#2786) 2 years ago
Haled Odat 570bc85ebe Implement debug object for CLI (#2772) 2 years ago
Haled Odat 6c438b5516 Implement constant folding optimization (#2679) 2 years ago
Haled Odat 7e6d3c9209 Add `--strict` flag to cli (#2689) 2 years ago
Haled Odat c9ae4dc2e3 Update `README.md` cli options (#2678) 2 years ago
dependabot[bot] 096f65410f Bump rustyline from 10.1.1 to 11.0.0 (#2612) 2 years ago
José Julián Espina 280199b07a API to construct a `NativeFunction` from a native async function (#2542) 2 years ago
Iban Eguia Moraza 3f9f6f0fce Module parsing (#2411) 2 years ago
José Julián Espina c03928309a Cleanup intrinsics and move to realm (#2555) 2 years ago
José Julián Espina 515d28f0a2 Create `Source` to abstract JS code sources (#2579) 2 years ago
José Julián Espina 5ab0aa21cc Implement host hooks and job queues APIs (#2529) 2 years ago
José Julián Espina 81680ff5c4 Pass locale data provider by ref instead of boxing (#2508) 2 years ago
José Julián Espina cc45a827ca Cleanup inline annotations (#2493) 2 years ago
raskad e3d35e9b36 Fix rust 1.66.0 lints (#2486) 2 years ago
Halid Odat a2964e63dd Implement instruction flowgraph generator (#2422) 2 years ago
raskad a5e8111fa2 Restructure lints in multiple crates (#2447) 2 years ago
José Julián Espina b88736a5c9 Extract the parser into a crate (#2409) 2 years ago
José Julián Espina b4da172f91 Extract the ast to a crate (#2402) 2 years ago
José Julián Espina dc9c1cb275 Create new lazy Error type (#2283) 2 years ago
José Julián Espina 959b9f1b6d Split `Node` into `Statement`, `Expression` and `Declaration` (#2319) 2 years ago
Iban Eguia 9998a6787c Upgrade clap to 4.0, add value hints for zsh and fish (#2336) 2 years ago
Iban Eguia f0caa3cde2 Removed some non-needed dependencies (#2246) 2 years ago
udhaykumarbala 861b9a142b check history file exist if not create it (#2245) 2 years ago
Iban Eguia 79ea834f92 Upgraded rustyline & phf (#2193) 2 years ago
raskad 45dd2d416c Remove `strict` flag from `Context` (#2069) 2 years ago
raskad 8b66988574 Move redeclaration errors to parser (#2027) 3 years ago
Magic Panda 5fa16685ec migrated to clap 3 (#1957) 3 years ago