1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/build_extra/rust
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
..
BUILD.gn Process source maps in Rust instead of JS (#1280) 2018-12-06 23:05:36 -05:00
empty_crate.rs build: fix compatibility with rustc 1.30.0 2018-10-25 22:48:08 +02:00
get_rustc_info.cmd build: fix compatibility with rustc 1.30.0 2018-10-25 22:48:08 +02:00
get_rustc_info.py Use pylint. 2018-11-30 11:33:45 -08:00
run.py cargo: build in Cargo's out dir if DENO_BUILD_PATH is not set 2018-11-01 14:18:18 +01:00
rust.gni build: infer label name for versioned Rust crates 2018-11-03 07:18:10 +01:00