1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/src
Ryan Dahl c113df1bb8
Process source maps in Rust instead of JS (#1280)
- Improves speed and binary size significantly.
- Makes deno_last_exception() output a JSON structure.
- Isolate::execute and Isolate::event_loop now return
  structured, mapped JSError objects on errors.
- Removes libdeno functions:
  libdeno.setGlobalErrorHandler()
  libdeno.setPromiseRejectHandler()
  libdeno.setPromiseErrorExaminer()

In collaboration with Ryan Dahl.
2018-12-06 23:05:36 -05:00
..
deno_dir.rs Process source maps in Rust instead of JS (#1280) 2018-12-06 23:05:36 -05:00
eager_unix.rs fix typos (#1083) 2018-10-24 08:54:34 -07:00
errors.rs Fix many of the clippy::pedantic warnings 2018-11-06 06:43:02 -08:00
flags.rs clippy fixes (#1250) 2018-11-30 00:30:49 -08:00
fs.rs Add missing copyrights (#1024) 2018-10-19 15:25:29 -04:00
http_body.rs clippy fixes (#1250) 2018-11-30 00:30:49 -08:00
http_util.rs clippy fixes (#1250) 2018-11-30 00:30:49 -08:00
isolate.rs Process source maps in Rust instead of JS (#1280) 2018-12-06 23:05:36 -05:00
js_errors.rs Process source maps in Rust instead of JS (#1280) 2018-12-06 23:05:36 -05:00
libdeno.rs Isolate::from_raw_ptr and other cleanups. 2018-12-05 00:14:53 -08:00
main.rs Process source maps in Rust instead of JS (#1280) 2018-12-06 23:05:36 -05:00
msg.fbs First pass at running subprocesses (#1156) 2018-11-16 12:07:40 +08:00
msg.rs Replace mutex by atomics (#1238) 2018-11-29 19:03:00 -08:00
msg_util.rs clippy fixes (#1250) 2018-11-30 00:30:49 -08:00
ops.rs Isolate::from_raw_ptr and other cleanups. 2018-12-05 00:14:53 -08:00
permissions.rs Replace mutex by atomics (#1238) 2018-11-29 19:03:00 -08:00
repl.rs Fix many of the clippy::pedantic warnings 2018-11-06 06:43:02 -08:00
resources.rs clippy fixes (#1250) 2018-11-30 00:30:49 -08:00
snapshot.rs Remove static lifetime bound in OpCreator (#1276) 2018-12-04 13:21:02 -08:00
tokio_util.rs Add missing copyrights (#1024) 2018-10-19 15:25:29 -04:00
tokio_write.rs Fix clippy warnings (#1149) 2018-11-04 06:04:24 -08:00
version.rs v0.2.1 2018-11-30 16:28:27 -08:00