Commit History

Author SHA1 Message Date
  Marko Lahma c97bd04889 Implement Array.group and Array.groupToMap (#1306) 2 years ago
  Marko Lahma 97e481fc4e Enable nullable reference types by default (#1237) 3 years ago
  Marko Lahma 20e9832dd6 Enable implicit usings (#1230) 3 years ago
  Marko Lahma e0328f2cf4 Update test262 to latest and fix issues (#1151) 3 years ago
  Marko Lahma a0cfd78aa8 Fix array performance regression (#1148) 3 years ago
  Christian Rondeau 6098a14c54 Module support fixes and improvements (#1102) 3 years ago
  Marko Lahma 13e45e1f46 Implement array find from last (#1070) 3 years ago
  Marko Lahma 903588b596 Fix issues when running on ARM architecture (#1061) 3 years ago
  Marko Lahma 6a87e76706 Fix more issues related to built-in objects (#1053) 3 years ago
  Marko Lahma 4a80efda6a Fix issues uncovered by latest test262 suite (#1040) 3 years ago
  Marko Lahma 9d8432606d ES2020 BigInt (#1027) 3 years ago
  Marko Lahma d84af69871 Array.sort should obey execution constraints (#1026) 3 years ago
  Gökhan Kurt 57b9b3c79b Implement relative indexing proposal [at() method] (#985) 3 years ago
  Marko Lahma af31a9dce6 Harmonize iterator prototype intrinsics to follow spec (#933) 4 years ago
  Marko Lahma 1a9cd0ede6 Typed arrays (#925) 4 years ago
  Marko Lahma 7080fdf7de ArrayBuffer and DataView (#930) 4 years ago
  Gökhan Kurt ed4e82cb8e Fix Array.from, entries, spread and other iterator related methods (#927) 4 years ago
  Marko Lahma c55a5e447b Refactor internals to support realm concept (#907) 4 years ago
  Marko Lahma 55b9ef6bf6 Fix flatMap mapper function handling (#844) 4 years ago
  Marko Lahma 8c357f5b88 Fix IIFE stack trace (#841) 4 years ago
  Marko Lahma 89ac4fbbc2 Implement flat and flatMap (#834) 4 years ago
  Marko Lahma 5f1892cd42 Class support (#816) 4 years ago
  Sébastien Ros 37ae0f84f8 Implementing stable sort (#809) 4 years ago
  Marko Lahma f5fd44b732 ES6 for-of (#577) 5 years ago
  Marko Lahma 6dc9d457ef Implement some missing Object functionality (#713) 5 years ago
  Marko Lahma 5dbdb5967c Use JsValue for property access (#701) 5 years ago
  Marko Lahma 2289f9ca31 Enable Symbol and RegExp tests and fix issues (#693) 5 years ago
  Marko Lahma f89886063e Reflect & Proxy (#681) 5 years ago
  Marko Lahma 34643444a6 Separate InternalTypes to allow integer operation optimizations (#672) 5 years ago
  Marko Lahma 00d91f6ce1 Use Key to refer to properties and cache hash code (#634) 6 years ago