summaryrefslogtreecommitdiff
path: root/deno_typescript
AgeCommit message (Expand)Author
2020-06-03v1.0.5Ryan Dahl
2020-06-02v1.0.4Bartek Iwańczuk
2020-06-01upgrade: crates (#6032)Ryan Dahl
2020-06-01feat(core): Ops can take several zero copy buffers (#4788)Valentin Anger
2020-05-30upgrade: Rust crates (#5959)Ryan Dahl
2020-05-29refactor: Split isolate and state using safe get_slot() (#5929)Ryan Dahl
2020-05-29v1.0.3Bartek Iwańczuk
2020-05-29fix: REPL evaluates in strict mode (#5565)Kitson Kelly
2020-05-22v1.0.2Bartek Iwańczuk
2020-05-20v1.0.1Ryan Dahl
2020-05-14Fix typos across the repo (#5295)Dante Calderón
2020-05-13v1.0.0Bartek Iwańczuk
2020-05-13Update to TypeScript 3.9 (#4510)Kitson Kelly
2020-05-12v1.0.0-rc3Bartek Iwańczuk
2020-05-091.0.0-rc2Bartek Iwańczuk
2020-05-06Upgrade crates (#5104)Ryan Dahl
2020-05-05fix(cli): fix paths in internal stack traces (#5093)Bartek Iwańczuk
2020-05-04v1.0.0-rc1Ryan Dahl
2020-04-29v0.42.0Bartek Iwańczuk
2020-04-23Rename deno_core::Isolate to deno_core::CoreIsolate (#4851)Ryan Dahl
2020-04-19Modify op dispatcher to include &mut Isolate argument (#4821)Ryan Dahl
2020-04-18Fix Op definitions (#4814)Ryan Dahl
2020-04-16v0.41.0Bartek Iwańczuk
2020-04-14upgrade: rust crates (#4742)Ryan Dahl
2020-04-08v0.40.0Ryan Dahl
2020-04-08upgrade: rust crates (#4679)Ryan Dahl
2020-04-07Remove __timers namespace (#4662)Ryan Dahl
2020-04-03v0.39.0Ryan Dahl
2020-04-01Support dynamic import in bundles. (#4561)Kitson Kelly
2020-03-28v0.38.0Ryan Dahl
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-03-23v0.37.1Ryan Dahl
2020-03-23v0.37.0Ryan Dahl
2020-03-11v0.36.0Ryan Dahl
2020-03-09upgrade: typescript 3.8.3 (#4301)Ryan Dahl
2020-03-07upgrade rust dependencies (#4270)Ryan Dahl
2020-03-04Migrate internal bundles to System (#4233)Kitson Kelly
2020-03-04Fix inlining of lib.dom.iterable.d.ts. (#4242)Kitson Kelly
2020-02-28v0.35.0Ryan Dahl
2020-02-28Exit HandleScope before snapshotting (#4168)Bert Belder
2020-02-26Bundles can be sync or async based on top level await (#4124)Kitson Kelly
2020-02-25upgrade: TypeScript 3.8 (#4100)Kitson Kelly
2020-02-25Clean up how we use opIds (#4118)Ryan Dahl
2020-02-20v0.34.0Ryan Dahl
2020-02-19Support loading additional TS lib files (#3863)Kitson Kelly
2020-02-13v0.33.0Ryan Dahl
2020-02-12Improvements to bundling. (#3965)Kitson Kelly
2020-02-03v0.32.0Bartek Iwańczuk
2020-02-01feat: support crate imports in deno_typescript (#3814)Andy Finch
2020-01-27refactor: isomorphic snapshot for CLI (#3728)Bartek Iwańczuk