summaryrefslogtreecommitdiff
path: root/src/js_errors.rs
AgeCommit message (Expand)Author
2019-01-15Clippy fixes (also fixes build with nightly) (#1527)Bert Belder
2019-01-14Update to rust 2018 editionAndy Hayden
2019-01-12Avoid show confusing lines in gen/bundle/main.js that throws error (#1502)Kevin (Kun) "Kassimo" Qian
2019-01-11Pipe new exception info through into JSErrorRyan Dahl
2019-01-06Revert "Split Runner from Compiler" (#1462)Ryan Dahl
2019-01-03Revert "use byte array instead of string for code fetch (#1307)" (#1455)Ryan Dahl
2019-01-03Fix test js_error_apply_source_map_2Ryan Dahl
2019-01-02Happy new year!Ryan Dahl
2018-12-19build: fix RLS-invoked 'cargo check' buildBert Belder
2018-12-12js_errors: rename source_url to script_name (#1329)ggtmtmgg
2018-12-12use byte array instead of string for code fetch (#1307)F001
2018-12-06Process source maps in Rust instead of JS (#1280)Ryan Dahl