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
/
ops
/
runtime.rs
Age
Commit message (
Expand
)
Author
2020-07-08
feat(unstable): Deno.ppid (#6539)
uki00a
2020-06-10
feat: Add Deno.mainModule (#6180)
John Gardner
2020-06-01
feat(core): Ops can take several zero copy buffers (#4788)
Valentin Anger
2020-05-01
BREAKING: remove window.location and self.location (#5034)
Bartek Iwańczuk
2020-04-30
Unstable methods should not appear in runtime or d.ts (#4957)
Luca Casonato
2020-04-28
BREAKING: Use LLVM target triple for Deno.build (#4948)
Ryan Dahl
2020-04-23
Rename deno_core::Isolate to deno_core::CoreIsolate (#4851)
Ryan Dahl
2020-03-02
feat: update metrics to track different op types (#4221)
Bartek Iwańczuk
2020-02-26
rewrite normalize_path (#4143)
Bartek Iwańczuk
2020-02-25
Clean up how we use opIds (#4118)
Ryan Dahl
2020-02-23
refactor: use OpError instead of ErrBox for errors in ops (#4058)
Bartek Iwańczuk
2020-02-11
refactor: Remove atomics from metrics (#3968)
Bartek Iwańczuk
2020-02-11
workers: basic event loop (#3828)
Bartek Iwańczuk
2020-02-08
refactor: rename ThreadSafeState, use RefCell for mutable state (#3931)
Bartek Iwańczuk
2020-02-04
refactor: CLI subcommands and argv (#3886)
Bartek Iwańczuk
2020-01-27
refactor: isomorphic snapshot for CLI (#3728)
Bartek Iwańczuk