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
/
compiler.rs
Age
Commit message (
Expand
)
Author
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-19
refactor: rewrite file_fetcher to use async fns, lift blocking call (#4037)
Bartek Iwańczuk
2020-02-19
Support loading additional TS lib files (#3863)
Kitson Kelly
2020-02-08
refactor: rename ThreadSafeState, use RefCell for mutable state (#3931)
Bartek Iwańczuk
2020-01-26
Improve support of type definitions (#3755)
Kitson Kelly
2020-01-25
refactor: Modules and Loader trait (#3791)
Bartek Iwańczuk
2020-01-24
s/PinnedBuf/ZeroCopyBuf (#3782)
Ryan Dahl
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: split cli::Worker (#3735)
Bartek Iwańczuk
2020-01-12
Create an old program to be used in snapshot. (#3644)
Kitson Kelly
2020-01-08
Runtime Compiler API (#3442)
Kitson Kelly
2020-01-05
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
Ry Dahl
2020-01-04
Use async at places, use &self instead of self: &Self (#3594)
Gurwinder Singh
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-11-25
better error message for missing module (#3402)
Bartek Iwańczuk
2019-11-16
Use futures 0.3 API (#3358)
Bartek Iwańczuk
2019-11-14
Loader: support .wasm imports (#3328)
Kevin (Kun) "Kassimo" Qian
2019-11-04
Refactor Worker and ThreadSafeState (#3242)
Bartek Iwańczuk
2019-10-11
Add init methods for each op module (#3087)
Ryan Dahl
2019-10-04
Merge deno_cli_snapshots into deno_cli (#3064)
Ryan Dahl
2019-10-03
Async compiler processing (#3043)
Kitson Kelly
2019-09-15
Make deno_cli installable via crates.io (#2946)
Ryan Dahl
2019-09-14
feat: parallelize downloads from TS compiler (#2949)
Bartek Iwańczuk
2019-08-30
Remove ts_library_builder, maintain lib.deno_runtime.d.ts by hand (#2827)
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 ops to JSON: compiler, errors, fetch, files (#2804)
Bartek Iwańczuk
2019-08-21
Organize dispatch a bit (#2796)
Ryan Dahl
2019-08-14
split up ops.rs (#2753)
Bartek Iwańczuk