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
/
compilers
/
ts.rs
Age
Commit message (
Expand
)
Author
2020-02-25
Remove _async from method names since _sync are gone (#4128)
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
Enable TS strict mode by default (#3899)
Maximilien Mellen
2020-02-18
refactor: remove run_worker_loop (#4028)
Bartek Iwańczuk
2020-02-18
refactor: cleanup cli/lib.rs (#4006)
Bartek Iwańczuk
2020-02-11
refactor: Remove atomics from metrics (#3968)
Bartek Iwańczuk
2020-02-11
refactor: Use PathBuf for paths in flag parsing and whitelists (#3955)
Nayeem Rahman
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-06
Rename ThreadSafeGlobalState to GlobalState (#3907)
Ryan Dahl
2020-02-06
fix 015_duplicate_parallel_import (#3904)
Ryan Dahl
2020-02-05
Move create_channels into worker constructor (#3889)
Ryan Dahl
2020-02-04
refactor: CLI subcommands and argv (#3886)
Bartek Iwańczuk
2020-02-03
refactor: Use Tokio's single-threaded runtime (#3844)
Ryan Dahl
2020-02-02
Remove //tests symlink (#3849)
Luka Hartwig
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-26
Improve support of type definitions (#3755)
Kitson Kelly
2020-01-26
fix clippy warnings (#3798)
Ben Noordhuis
2020-01-24
Break out runtime lib to main and worker (#3771)
Kitson Kelly
2020-01-21
refactor: split cli::Worker (#3735)
Bartek Iwańczuk
2020-01-21
refactor: Rename JS entry functions (#3732)
Bartek Iwańczuk
2020-01-21
refactor: split worker and worker host logic (#3722)
Bartek Iwańczuk
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
2020-01-01
cleanup after tokio upgrade (#3571)
Gurwinder Singh
2019-12-23
Upgrades rust to 1.40.0 (#3542)
Axetroy
2019-11-24
refactor: Elevate DenoPermissions lock to top level (#3398)
Kevin (Kun) "Kassimo" Qian
2019-11-22
remove tokio_util::block_on (#3388)
Bartek Iwańczuk
2019-11-22
minor clean ups in TS compiler (#3394)
Bartek Iwańczuk
2019-11-19
remove tokio_util::block_on from ops/workers.rs (#3381)
Bartek Iwańczuk
2019-11-17
refactor: fixes for futures (#3363)
Bartek Iwańczuk
2019-11-16
Use futures 0.3 API (#3358)
Bartek Iwańczuk
2019-11-13
Make bundles fully standalone (#3325)
Kitson Kelly
2019-11-09
refactor: worker is no longer a resource (#3290)
Bartek Iwańczuk
2019-11-07
upgrade: Rust 1.39.0 (#3286)
Ry Dahl
2019-11-04
Refactor Worker and ThreadSafeState (#3242)
Bartek Iwańczuk
2019-11-03
feat: lockfiles (#3231)
Ry Dahl
2019-10-28
refactor: use core ResourceTable in cli (#3206)
Bartek Iwańczuk
2019-10-06
remove more calls to tokio_util::block_on (#3059)
Bartek Iwańczuk
2019-09-20
Fix handling of config file (#2996)
Yoshiya Hinosawa
2019-09-16
Move integration tests to //cli/tests/ (#2964)
Ryan Dahl
2019-09-04
Run tests after "cargo build" on travis (#2854)
Ryan Dahl
2019-08-29
third_party: upgrade 'rustls' and related crates
Bert Belder
2019-08-17
fix: handle tsconfig.json with comments (#2773)
Bartek Iwańczuk
2019-08-16
Upgrade to rust 1.37.0 (#2786)
Ryan Dahl
2019-07-31
Use system rustfmt instead of fixed binary (#2701)
Ryan Dahl
[next]