45 Commits (5a3186d6332aee1a52b8701412c49accf21b4ae8)

Author SHA1 Message Date
José Julián Espina d94e40aa01 Migrate tests to new test API (#2619) 2 years ago
Choongwoo Han f8b682085d Optimize Get/SetPropertyByName (#2608) 2 years ago
Choongwoo Han 4750e8d53a Fast path for static property keys (#2604) 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
raskad e6a1c3789d Fix rust 1.67 lints (#2567) 2 years ago
José Julián Espina 08e5e46117 Make `JsSymbol` thread-safe (#2539) 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 cbf07824cb Cleanup `Context` APIs (#2504) 2 years ago
José Julián Espina cc45a827ca Cleanup inline annotations (#2493) 2 years ago
Kevin c79b9023df Documentation Updates (#2463) 2 years ago
raskad 5435ae0ab9 Restructure lint lists in `boa_engine` (#2455) 2 years ago
José Julián Espina 1ae48441fd Refactor the `Date` builtin (#2449) 2 years ago
José Julián Espina 79f638d667 Implement the `WeakRef` builtin (#2438) 2 years ago
José Julián Espina fdac8ece5b Fix some Date tests (#2431) 2 years ago
José Julián Espina aad78154cf Pretty print promise objects (#2407) 2 years ago
José Julián Espina 49a58675cc Replace `contains` and friends with visitors (#2403) 2 years ago
Addison Crump b5b8cdfa18 Implement AST Visitor pattern (attempt #3) (#2392) 2 years ago
raskad f446c0970f Remove invalid optimization in addition (#2387) 2 years ago
José Julián Espina dc9c1cb275 Create new lazy Error type (#2283) 2 years ago
José Julián Espina df70302194 First prototype for new `JsString` using UTF-16 (#1659) 2 years ago
raskad 5b5498d1ae Fix double conversion to primitive in `ToNumeric` (#2310) 2 years ago
Choongwoo Han 3983363124 Add integer type to fast path of to_property_key (#2261) 2 years ago
Iban Eguia 47ab7e0a80 Removed some unsafe_empty_trace!() calls to improve performance (#2233) 2 years ago
Halid Odat efff9d6269 Fix length/index in `32bit` architectures (#2196) 2 years ago
Anuvrat Singh 52bc15bc23 Safe wrapper for `JsSet` (#2162) 3 years ago
Halid Odat 5bbc225b24 Dense/Packed JavaScript arrays (#2167) 3 years ago
Iban Eguia 0454ddec19 Execution stack & promises (#2107) 3 years ago
Iban Eguia 456da4949a Fixing build for changes in clippy for Rust 1.61 (#2082) 3 years ago
Halid Odat 17aa57040d Feature `JsTypedArray`s (#2003) 3 years ago
raskad 5ab3bf858b Fix rust 1.60 clippy lints (#2014) 3 years ago
Jordan Last 6baf455088 Add From<f32> for JsValue (#1990) 3 years ago
jedel1043 e1c2e14b6b Preserve ints when executing int operations (#1964) 3 years ago
Halid Odat 17a6c8661e Fix `BigInt` and `Number` comparison (#1887) 3 years ago
jedel1043 3b53fec412 Extract `Intrinsics` struct from `Context` and cleanup names (#1890) 3 years ago
Halid Odat a9a82a7381 Make iterator spec complaint (#1889) 3 years ago
jedel1043 00a19005e4 Remove `toInteger` and document the `string` builtin (#1884) 3 years ago
Halid Odat ada4ca895f Feature arrays with empty elements (#1870) 3 years ago
Halid Odat 6b2ca30946 Fix equality between objects and `undefined` or `null` (#1872) 3 years ago
Halid Odat b5678f0b0c Removing internal deprecated functions (#1854) 3 years ago
João Borges 6093a66899 Refactorings for Rust 1.59 (#1867) 3 years ago
Halid Odat 9dda8d3eae Toggleable `JsValue` internals displaying (#1865) 3 years ago
Iban Eguia 8c92a8fa25 Added conversions from and to serde_json's Value type (#1851) 3 years ago
Iban Eguia 4d2772d6a0
Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844) 3 years ago