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
/
cli
/
js.rs
Age
Commit message (
Expand
)
Author
2020-05-07
BREAKING: Remove support for .wasm imports (#5135)
Bartek Iwańczuk
2020-04-30
Unstable methods should not appear in runtime or d.ts (#4957)
Luca Casonato
2020-04-25
remove bootstrap methods from global scope after bootstrapping (#4869)
Bartek Iwańczuk
2020-04-23
Rename deno_core::Isolate to deno_core::CoreIsolate (#4851)
Ryan Dahl
2020-04-23
Upgrade to rusty_v8 v0.4.0 (#4856)
Bert Belder
2020-01-29
workers: proper TS libs, more spec-compliant APIs (#3812)
Bartek Iwańczuk
2020-01-27
refactor: isomorphic snapshot for CLI (#3728)
Bartek Iwańczuk
2020-01-24
Break out runtime lib to main and worker (#3771)
Kitson Kelly
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
refactor: Rename JS entry functions (#3732)
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-05
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
Ry Dahl
2019-10-04
Merge deno_cli_snapshots into deno_cli (#3064)
Ryan Dahl