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
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
2018-10-03
timers: remove the old timer implementation
Bert Belder
2018-10-03
timers: implement timers in javascript
Bert Belder
2018-09-27
Support zero-copy data in libdeno.send(). (#838)
Ryan Dahl
2018-09-25
Add SetGlobalTimeout().
Ryan Dahl
2018-09-25
Make Deno multithreaded.
Ryan Dahl
2018-09-22
Rename deno.argv, libdeno::DenoC and deno_set_flags (#796)
ztplz
2018-09-17
Isolate::execute doesn't need mutability.
Ryan Dahl
2018-09-17
Rename Deno to Isolate and move to own file.
Ryan Dahl