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
/
src
/
isolate.rs
Age
Commit message (
Expand
)
Author
2019-01-24
Minor code cleanups (#1570)
JaePil Jung
2019-01-18
Avoid crashes on ES module resolution when module not found (#1546)
Kevin (Kun) "Kassimo" Qian
2019-01-15
Add --prefetch flag for deps prefetch without running (#1475)
Kevin (Kun) "Kassimo" Qian
2019-01-15
Clippy fixes (also fixes build with nightly) (#1527)
Bert Belder
2019-01-14
Update to rust 2018 edition
Andy Hayden
2019-01-09
Re-enable --recompile (#1492)
Ryan Dahl
2019-01-09
Native ES modules (#1460)
Ryan Dahl
2019-01-08
Minimal Worker support (#1476)
Ryan Dahl
2019-01-08
Isolate::execute_mod wrap filename in CString (#1479)
Ryan Dahl
2019-01-03
Add rust binding and test for deno_execute_mod()
Ryan Dahl
2019-01-02
Happy new year!
Ryan Dahl
2018-12-13
Check that IsolateState is thread safe. (#1321)
Ryan Dahl
2018-12-13
Merge deno_new_snapshotter behavior into deno_new (#1318)
Ryan Dahl
2018-12-11
Use default filename for Isolate::execute.
Ryan Dahl
2018-12-06
Process source maps in Rust instead of JS (#1280)
Ryan Dahl
2018-12-05
Isolate::from_raw_ptr and other cleanups.
F001
2018-12-04
Add deno_config struct for isolate creation. (#1277)
Ryan Dahl
2018-12-04
Remove static lifetime bound in OpCreator (#1276)
F001
2018-12-03
Avoid memory leak (#1265)
F001
2018-11-30
clippy fixes (#1250)
Andy Hayden
2018-11-29
Replace mutex by atomics (#1238)
F001
2018-11-27
Don't use snapshot for src/isolate.rs tests.
Ryan Dahl
2018-11-23
Revert "Use include_bytes! instead of incbin. (#1182)"
Ryan Dahl
2018-11-16
First pass at running subprocesses (#1156)
Bert Belder
2018-11-16
Lift snapshot to be an argument of Isolate::new().
Ryan Dahl
2018-11-12
Use include_bytes! instead of incbin. (#1182)
Ryan Dahl
2018-11-06
Fix many of the clippy::pedantic warnings
Andy Hayden
2018-11-04
Fix clippy warnings (#1149)
Andy Hayden
2018-10-27
Ergonomics: Prompt TTY for permission escalation (#1081)
Ryan Dahl
2018-10-24
Add libdeno.shared global shared ArrayBuffer.
Ryan Dahl
2018-10-24
libdeno: deno_new should take a snapshot parameter.
Ryan Dahl
2018-10-23
Switch to getopts for flag parsing (#1080)
Kevin (Kun) "Kassimo" Qian
2018-10-19
format
Bert Belder
2018-10-18
add test case for metrics
Bartek Iwańczuk
2018-10-18
fix metrics logic
Bartek Iwańczuk
2018-10-16
Format
Ryan Dahl
2018-10-15
Exit cleanly on unrecognized arguments (#990)
Andy Hayden
2018-10-15
Specify deno_dir location with env var DENO_DIR (#970)
Amos Lim
2018-10-12
Fix promise reject issue (#936)
Kevin (Kun) "Kassimo" Qian
2018-10-11
Add support for --types
Kitson Kelly
2018-10-11
Fix metrics() race condition. (#965)
Ryan Dahl
2018-10-11
Add deno.metrics()
Bartek Iwańczuk
2018-10-10
Clean up Isolate::event_loop with utility function.
Ryan Dahl
2018-10-08
Remove deno_get_data()
Bert Belder
2018-10-08
Abide by the rules when passing Isolate between c and rust
Bert Belder
2018-10-08
Remove ntasks aliasing workaround
Bert Belder
2018-10-08
Rename Deno.data to Deno.user_data
Bert Belder
2018-10-08
Rename Isolate.ptr to Isolate.libdeno_isolate
Bert Belder
2018-10-06
Make ntasks an atomic counter.
Ryan Dahl
2018-10-03
isolate: work around a rust compiler bug
Bert Belder
[next]