deno/cli
Ryan Dahl 2a5138a516
Remove Config struct from core (#2502)
It's unnecessary indirection and is preventing the ability to easily
pass isolate references into the dispatch and dyn_import closures.

Note: this changes how StartupData::Script is executed. It's no longer done
during Isolate::new() but rather lazily on first poll or execution.
2019-06-12 10:53:24 -07:00
..
ansi.rs Handle compiler diagnostics in Rust (#2445) 2019-06-04 09:03:56 -04:00
BUILD.gn Upgrade V8 to 7.7.37 (#2492) 2019-06-10 18:49:30 -04:00
build.rs Call ninja directly from build.rs (#2020) 2019-03-30 19:27:00 -04:00
Cargo.toml feat: Import maps (#2360) 2019-06-09 09:08:20 -04:00
compiler.rs Add 'bundle' subcommand. (#2467) 2019-06-08 14:42:28 -04:00
deno_dir.rs Add progress bar (#2309) 2019-05-11 10:23:19 -04:00
diagnostics.rs Handle compiler diagnostics in Rust (#2445) 2019-06-04 09:03:56 -04:00
dispatch_minimal.rs Add error handling to dispatch_minimal::ops::read/write (#2349) 2019-05-15 14:50:54 -04:00
errors.rs feat: Import maps (#2360) 2019-06-09 09:08:20 -04:00
flags.rs feat: default output filename for deno bundle (#2484) 2019-06-11 14:38:19 -04:00
fs.rs Add Deno.chown (#2292) 2019-05-07 21:58:57 -04:00
global_timer.rs Fix clippy errors and upgrade Rust to 1.33.0 in CI (#1945) 2019-03-20 18:55:52 -04:00
http_body.rs Rename //src/ to //cli/ (#1962) 2019-03-19 12:18:05 -04:00
http_util.rs Silence clippy warnings and format source code 2019-04-09 20:05:47 +02:00
import_map.rs feat: Import maps (#2360) 2019-06-09 09:08:20 -04:00
js_errors.rs Use static dispatch 2019-06-08 10:59:20 -04:00
main.rs Move Modules to ThreadSafeState (#2498) 2019-06-11 14:35:03 -04:00
msg.fbs feat: Import maps (#2360) 2019-06-09 09:08:20 -04:00
msg.rs Add progress bar (#2309) 2019-05-11 10:23:19 -04:00
msg_util.rs Rename //src/ to //cli/ (#1962) 2019-03-19 12:18:05 -04:00
ops.rs Add --seed for setting RNG seed (#2483) 2019-06-11 10:34:39 -04:00
permissions.rs Rename --allow-high-precision to --allow-hrtime (#2398) 2019-05-23 19:28:29 +03:00
progress.rs Add progress bar (#2309) 2019-05-11 10:23:19 -04:00
repl.rs Rename //src/ to //cli/ (#1962) 2019-03-19 12:18:05 -04:00
resolve_addr.rs Rename //src/ to //cli/ (#1962) 2019-03-19 12:18:05 -04:00
resources.rs Fix concurrent accepts (#2403) 2019-05-23 21:22:52 +03:00
signal.rs Add Deno.kill(pid, signo) and process.kill(signo) (Unix only) (#2177) 2019-04-21 21:26:56 -04:00
startup_data.rs Use correct type for source_bytes when buiding in check-only mode 2019-04-09 20:05:47 +02:00
state.rs Removed unused method and update docs (#2499) 2019-06-11 16:09:31 -04:00
tokio_util.rs Fix typo (#2443) 2019-06-02 14:23:36 -04:00
tokio_write.rs Rename //src/ to //cli/ (#1962) 2019-03-19 12:18:05 -04:00
version.rs Rename crate deno_core to deno (#2022) 2019-03-30 19:30:40 -04:00
worker.rs Remove Config struct from core (#2502) 2019-06-12 10:53:24 -07:00