Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-25 | v0.3.10 | Ryan Dahl | |
2019-04-25 | v0.3.9 | Ryan Dahl | |
2019-04-23 | third_party: upgrade rust crates | Bert Belder | |
2019-04-21 | Add Deno.kill(pid, signo) and process.kill(signo) (Unix only) (#2177) | Kevin (Kun) "Kassimo" Qian | |
2019-04-19 | v0.3.8 | Ryan Dahl | |
2019-04-17 | Add cli dependency on tokio-rustls | Bert Belder | |
2019-04-16 | Move deno_core_http_bench into examples dir (#2127) | Ryan Dahl | |
2019-04-15 | third_party: upgrade rust crates | Bert Belder | |
2019-04-11 | v0.3.7 | Ryan Dahl | |
2019-04-07 | Refactor CLI flag parsing (#2025) | Bartek IwaĆczuk | |
2019-04-04 | v0.3.6 | Ryan Dahl | |
2019-03-31 | third_party: add rust crate 'clap' | Bert Belder | |
2019-03-31 | Remove deno_core_http_bench from core/Cargo.toml (#2023) | Ryan Dahl | |
So we don't have to have an optional tokio dependency. We build deno_core_http_bench using GN anyway. | |||
2019-03-30 | Rename crate deno_core to deno (#2022) | Ryan Dahl | |
2019-03-29 | third_party: upgrade rust crates | Bert Belder | |
2019-03-28 | v0.3.5 | Ryan Dahl | |
2019-03-20 | v0.3.4 | Ryan Dahl | |
2019-03-13 | v0.3.3 | Ryan Dahl | |
2019-03-06 | v0.3.2 | Ryan Dahl | |
2019-02-28 | Use deno_core::JSError in deno (#1855) | Ryan Dahl | |
src/js_errors.rs takes care of source maps and color while core/js_errors.rs is just the basic struct. | |||
2019-02-27 | v0.3.1 | Ryan Dahl | |
2019-02-27 | third_party: upgrade rust crates | Bert Belder | |
2019-02-26 | core: add Cargo.toml | Bert Belder | |
This aids development using Visual Studio Code. The http_bench can't be built with cargo yet because it needs to link with libdeno. | |||
2019-02-18 | v0.3.0 | Ryan Dahl | |
2019-02-12 | third_party: upgrade rust crates | Bert Belder | |
2019-02-08 | v0.2.11 | Ryan Dahl | |
- Add deps to --info output (#1720) - Add --allow-read (#1689) - Add deno.isTTY() (#1622) - Add emojis to permission prompts (#1684) - Add basic WebAssembly support (#1677) - Add `NO_COLOR` support https://no-color.org/ (#1716) - Add color exceptions (#1698) - Fix: do not load cache files when recompile flag is set (#1695) - Upgrade V8 to 7.4.98 (#1640) | |||
2019-02-07 | third_party: add the 'regex' crate | Bert Belder | |
2019-02-07 | Add emojis to permission prompts (#1684) | Dmitry Sharshakov | |
2019-02-02 | v0.2.10 | Ryan Dahl | |
2019-01-29 | v0.2.9 | Ryan Dahl | |
2019-01-26 | third_party: add the 'integer-atomics' crate | Bert Belder | |
2019-01-26 | third_party: upgrade rust crates | Bert Belder | |
2019-01-19 | v0.2.8 | Ryan Dahl | |
2019-01-14 | v0.2.7 | Ryan Dahl | |
2019-01-14 | third_party: upgrade rust crates, now with `--edition 2018` support | Bert Belder | |
2019-01-14 | third_party: upgrade rust crates | Bert Belder | |
2019-01-07 | v0.2.6 | Ryan Dahl | |
2019-01-07 | Upgrade crates (#1471) | Ryan Dahl | |
2019-01-01 | v0.2.5 | Ryan Dahl | |
2018-12-23 | v0.2.4 | Ryan Dahl | |
- "cargo build" support (#1369 #1296 #1377 #1379) - Remove support for extensionless import (#1396) - Upgrade V8 to 7.2.502.16 (#1403) - make stdout unbuffered (#1355) - Implement `Body.formData` for fetch (#1393) - Improve handling of non-coercable objects in assertEqual (#1385) - Avoid fetch segfault on empty Uri (#1394) - Expose deno.inspect (#1378) - Add illegal header name and value guards (#1375) - Fix URLSearchParams set() and constructor() (#1368) - Remove prebuilt v8 support (#1369) - Enable jumbo build in release. (#1362) - Add URL implementation (#1359) - Add console.count and console.time (#1358) - runtime arg check `URLSearchParams` (#1390) | |||
2018-12-23 | Use flatbuffers from crates.io (#1400) | Ryan Dahl | |
2018-12-22 | make stdout unbuffered (#1355) | Yoshiya Hinosawa | |
2018-12-18 | travis: Set CARGO_HOME to third_party/rust_crates (#1370) | Ryan Dahl | |
Adds prebuilt hyperfine and sccache binaries Only build test_cc for LSAN Add Cargo.lock Only run benchmarks in master | |||
2018-07-29 | Add sha1 and tempfile crates. | Ryan Dahl | |
2018-07-18 | Use Cargo to install rust deps into //third_party/rust_crates (#383) | robbym | |