index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
deno_typescript
/
lib.rs
Age
Commit message (
Expand
)
Author
2020-07-20
Remove deno_typescript (#6813)
Ryan Dahl
2020-07-19
Port internal TS code to JS (#6793)
Bartek Iwańczuk
2020-07-13
refactor: Make OpDispatcher a trait (#6736)
Gurwinder Singh
2020-07-08
BREAKING(core): Remove control slice from ops (#6048)
Valentin Anger
2020-07-08
feat: add --no-check option (#6456)
Kitson Kelly
2020-06-18
Deno.bundle supports targets < ES2017 (#6346)
Ryan Dahl
2020-06-17
Revert "Deno.bundle supports targets < ES2017. (#6328)" (#6342)
Bartek Iwańczuk
2020-06-17
Deno.bundle supports targets < ES2017. (#6328)
Kitson Kelly
2020-06-01
feat(core): Ops can take several zero copy buffers (#4788)
Valentin Anger
2020-05-29
refactor: Split isolate and state using safe get_slot() (#5929)
Ryan Dahl
2020-05-14
Fix typos across the repo (#5295)
Dante Calderón
2020-05-13
Update to TypeScript 3.9 (#4510)
Kitson Kelly
2020-04-23
Rename deno_core::Isolate to deno_core::CoreIsolate (#4851)
Ryan Dahl
2020-04-19
Modify op dispatcher to include &mut Isolate argument (#4821)
Ryan Dahl
2020-04-18
Fix Op definitions (#4814)
Ryan Dahl
2020-04-07
Remove __timers namespace (#4662)
Ryan Dahl
2020-03-04
Migrate internal bundles to System (#4233)
Kitson Kelly
2020-03-04
Fix inlining of lib.dom.iterable.d.ts. (#4242)
Kitson Kelly
2020-02-28
Exit HandleScope before snapshotting (#4168)
Bert Belder
2020-02-25
upgrade: TypeScript 3.8 (#4100)
Kitson Kelly
2020-02-25
Clean up how we use opIds (#4118)
Ryan Dahl
2020-02-19
Support loading additional TS lib files (#3863)
Kitson Kelly
2020-02-12
Improvements to bundling. (#3965)
Kitson Kelly
2020-02-01
feat: support crate imports in deno_typescript (#3814)
Andy Finch
2020-01-27
refactor: isomorphic snapshot for CLI (#3728)
Bartek Iwańczuk
2020-01-24
s/PinnedBuf/ZeroCopyBuf (#3782)
Ryan Dahl
2020-01-24
Break out runtime lib to main and worker (#3771)
Kitson Kelly
2020-01-22
refactor: snapshotting (#3753)
Bartek Iwańczuk
2020-01-22
Reland "Create an old program to be used in snapshot." (#3747)
Bartek Iwańczuk
2020-01-21
Revert "Create an old program to be used in snapshot. (#3644)"
Ry Dahl
2020-01-21
Revert "don't include assets in binary (#3661)"
Ry Dahl
2020-01-20
Use globalThis to reference global scope (#3719)
Kitson Kelly
2020-01-12
don't include assets in binary (#3661)
Bartek Iwańczuk
2020-01-12
Create an old program to be used in snapshot. (#3644)
Kitson Kelly
2020-01-08
refactor: module loading in EsIsolate (#3615)
Bartek Iwańczuk
2020-01-07
core: factor out EsIsolate from Isolate (#3613)
Bartek Iwańczuk
2020-01-06
error on warnings (#3612)
Ry Dahl
2020-01-06
merge libdeno::DenoIsolate into core::Isolate (#3605)
Bartek Iwańczuk
2020-01-05
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
Ry Dahl
2020-01-05
Replace libdeno with rusty_v8 (#3556)
Ry Dahl
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-12-23
Upgrades rust to 1.40.0 (#3542)
Axetroy
2019-12-20
repl: do not crash on async op reject (#3527)
Kevin (Kun) "Kassimo" Qian
2019-11-14
Turn on TS strict mode for deno_typescript (#3330)
Ry Dahl
2019-11-13
Update to TypeScript 3.7 (#3275)
Kitson Kelly
2019-11-13
Make bundles fully standalone (#3325)
Kitson Kelly
2019-10-02
remove legacy Isolate.set_dispatch API (#3041)
Bartek Iwańczuk
2019-09-17
Update to TypeScript 3.6.3 (#2969)
Kitson Kelly
2019-09-15
Make deno_cli installable via crates.io (#2946)
Ryan Dahl
2019-09-06
Remove replacements hack in deno_typescript (#2864)
Yoshiya Hinosawa
[next]