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_compiler.rs
Age
Commit message (
Expand
)
Author
2021-01-18
fix(cli): Check permissions for Deno.emit() (#9139)
Nayeem Rahman
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-01
refactor(cli): runtime compiler APIs consolidated to Deno.emit() (#8799)
Kitson Kelly
2020-12-30
feat(lsp): add cache command (#8911)
Kitson Kelly
2020-12-13
refactor: deno_runtime crate (#8640)
Bartek Iwańczuk
2020-12-11
refactor(cli): decouple ops from ProgramState and Flags (#8659)
Bartek Iwańczuk
2020-11-03
refactor(cli): cleanup compiler snapshot and tsc/module_graph (#8220)
Kitson Kelly
2020-11-02
refactor(cli): migrate runtime compile/bundle to new infrastructure (#8192)
Kitson Kelly
2020-10-26
refactor(cli): rewrite Deno.transpileOnly() to use SWC (#8090)
Bartek Iwańczuk
2020-10-13
refactor(cli): rename GlobalState to ProgramState (#7914)
Bartek Iwańczuk
2020-09-26
refactor: factor out check_unstable op helper (#7695)
Bartek Iwańczuk
2020-09-26
refactor: use JsRuntime to implement TSC (#7691)
Bartek Iwańczuk
2020-09-21
refactor: use futures and serde_json from deno_core (#7614)
Bartek Iwańczuk
2020-09-20
refactor: remove CliState, use OpState, add CliModuleLoader (#7588)
Bartek Iwańczuk
2020-09-16
Remove unnecessary extern statements
Ryan Dahl
2020-09-16
Remove unnecessary serde_derive dependency
Ryan Dahl
2020-09-15
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
Bert Belder
2020-09-10
Use gotham-like state for ops (#7385)
Ryan Dahl
2020-09-06
Move JSON ops to deno_core (#7336)
Bert Belder
2020-08-28
refactor: migrate ops to new dispatch wrapper (#7118)
Bartek Iwańczuk
2020-08-26
refactor: remove OpError, use ErrBox everywhere (#7187)
Bert Belder
2020-08-19
Make Rc/Arc wrapper around State/GlobalState visible (#7104)
Bert Belder
2020-06-19
refactor(compiler): split code paths for compile and bundle (#6304)
Bartek Iwańczuk
2020-06-01
feat(core): Ops can take several zero copy buffers (#4788)
Valentin Anger
2020-05-11
refactor: check permissions in SourceFileFetcher (#5011)
Bartek Iwańczuk
2020-05-08
refactor: Remove cli::compilers module (#5138)
Bartek Iwańczuk
2020-05-05
refactor(ts): remove op_cache (#5071)
Bartek Iwańczuk
2020-04-27
Make runtime compile ops unstable (#4912)
Ryan Dahl
2020-04-23
Rename deno_core::Isolate to deno_core::CoreIsolate (#4851)
Ryan Dahl
2020-02-25
Remove _async from method names since _sync are gone (#4128)
Ryan Dahl
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-08
refactor: rename ThreadSafeState, use RefCell for mutable state (#3931)
Bartek Iwańczuk
2020-01-24
s/PinnedBuf/ZeroCopyBuf (#3782)
Ryan Dahl
2020-01-21
refactor: split cli::Worker (#3735)
Bartek Iwańczuk