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-03-19
Rename //src/ to //cli/ (#1962)
Ryan Dahl
2019-03-18
Re-implement init scripts in core (#1958)
andy finch
2019-03-18
Integrate //core into existing code base
Ryan Dahl
2019-03-12
Make timers act like normal ops
Ryan Dahl
2019-03-07
Remove 'deno' builtin module (#1895)
Kitson Kelly
2019-03-04
`use-snapshots` build option for cross compile support. (#1852)
andy finch
2019-03-01
Permissions refactor (#1864)
andy finch
2019-02-28
Use deno_core::JSError in deno (#1855)
Ryan Dahl
2019-02-26
deno_core (#1827)
Ryan Dahl
2019-02-26
Add import.meta.main (#1835)
Bartek IwaĆczuk
2019-02-26
Updated some type assertions to work with other libc implementations. (#1837)
andy finch
2019-02-18
Add window.location
Ryan Dahl
2019-02-18
Rationalise compiler ops (#1740)
Kitson Kelly
2019-02-08
Add deps to --info output. (#1720)
Ryan Dahl
2019-02-08
Add --allow-read (#1689)
Dmitry Sharshakov
2019-02-06
fix: do not load cache files when recompile flag is set (#1695)
jingweicai
2019-02-02
Better error message for bad filename CLI argument.
Ryan Dahl
2019-02-02
Clean up return value of deno_execute
Ryan Dahl
2019-02-01
src: simplify rust code
Bert Belder
2019-01-30
Refactor libdeno ES module interface. (#1624)
Ryan Dahl
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
[next]