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
/
js
/
main.ts
Age
Commit message (
Expand
)
Author
2019-10-04
Merge deno_cli_snapshots into deno_cli (#3064)
Ryan Dahl
2019-10-04
Use xeval from deno_std (#3058)
Nayeem Rahman
2019-09-07
Update @typescript-eslint/* to v2.1.0 (#2878)
Yoshiya Hinosawa
2019-09-06
Remove replacements hack in deno_typescript (#2864)
Yoshiya Hinosawa
2019-09-03
Handle typescript version in rust (#2855)
Yoshiya Hinosawa
2019-09-02
Refactor snapshot build (#2825)
Ryan Dahl
2019-08-26
bring back json ops (#2815)
Bartek Iwańczuk
2019-08-24
Revert json ops (#2814)
Ryan Dahl
2019-08-24
Port rest of os ops to JSON (#2802)
Ryan Dahl
2019-08-05
Provide option to delete Deno namespace in worker (#2717)
Kevin (Kun) "Kassimo" Qian
2019-07-29
Remap stack traces of unthrown errors. (#2693)
Kitson Kelly
2019-05-03
feat(cli cmd): deno xeval (#2260)
Kevin (Kun) "Kassimo" Qian
2019-04-21
Refactor CLI entry point (#2157)
Bartek Iwańczuk
2019-04-01
Add web worker JS API (#1993)
andy finch
2019-03-30
Move //libdeno to //core/libdeno (#2015)
Ryan Dahl
2019-03-09
Migrate from tslint to eslint for linting (#1905)
Kitson Kelly
2019-03-07
Remove 'deno' builtin module (#1895)
Kitson Kelly
2019-02-18
Add window.location
Ryan Dahl
2019-02-18
Add back typescript version number and add Deno.version object. (#1788)
Yoshiya Hinosawa
2019-02-12
Add Deno global namespace (#1748)
Kitson Kelly
2019-02-10
Rationalise startup for compiler/main (#1737)
Kitson Kelly
2019-02-08
Adds deno.noColor (#1716)
Ryan Dahl
2019-01-28
Split out compiler snapshot (#1566)
Kitson Kelly
2019-01-13
Cleanup compiler and re-enable tests (#1512)
Kitson Kelly
2019-01-09
Re-enable --recompile (#1492)
Ryan Dahl
2019-01-09
Native ES modules (#1460)
Ryan Dahl
2019-01-06
Revert "Split Runner from Compiler" (#1462)
Ryan Dahl
2019-01-06
Add deno.pid (#1464)
Ryan Dahl
2018-12-06
Process source maps in Rust instead of JS (#1280)
Ryan Dahl
2018-11-20
Split Runner from Compiler
Kitson Kelly
2018-11-16
Support shebang
Ryan Dahl
2018-11-09
Ensure global type instances are available.
Kitson Kelly
2018-11-06
Improve preparing stack traces
Kitson Kelly
2018-11-05
Decode main.js.map during snapshotting.
Ryan Dahl
2018-11-05
Add repl (#998)
Andy Hayden
2018-10-26
Remove broken feature: --deps
Ryan Dahl
2018-10-17
Optimization: Reuse ArrayBuffer during serialization.
Ryan Dahl
2018-10-15
`deno -v` should report typescript version
Jinho Bang
2018-10-12
Fix promise reject issue (#936)
Kevin (Kun) "Kassimo" Qian
2018-10-11
Add support for --types
Kitson Kelly
2018-10-08
Check thrown type, print String(...) if not instance of error (#939)
Kevin (Kun) "Kassimo" Qian
2018-10-04
Rename fbs to msg.
Ryan Dahl
2018-10-04
Rename flatbuffer base.msg to base.inner
Ryan Dahl
2018-09-24
Add flag --recompile (#801)
Bartek Iwańczuk
2018-09-22
Rename deno.argv, libdeno::DenoC and deno_set_flags (#796)
ztplz
2018-09-10
fbs_util.ts -> dispatch.ts
Ryan Dahl
2018-09-09
Remove namespace from src/msg.fbs
Ryan Dahl
2018-09-09
Map promises onto futures.
Ryan Dahl
2018-09-06
Implementing --deps flag
Mirko Jotic
2018-08-31
Refactor libdeno.send() code to reduce boilerplate.
Ryan Dahl
[next]