Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-31 | third_party: add rust crate 'clap' | Bert Belder | |
2019-03-29 | third_party: upgrade rust crates | Bert Belder | |
2019-03-11 | Update to TypeScript 3.3 (#1908) | Kitson Kelly | |
2019-03-09 | Migrate from tslint to eslint for linting (#1905) | Kitson Kelly | |
2019-03-07 | Cleanup node_modules, update packages (#1894) | Kitson Kelly | |
And fix new lint issues. | |||
2019-02-27 | upgrade V8 to 7.4.238 (#1849) | Ryan Dahl | |
2019-02-27 | third_party: upgrade rust crates | Bert Belder | |
2019-02-18 | Add back typescript version number and add Deno.version object. (#1788) | Yoshiya Hinosawa | |
2019-02-13 | Upgrade V8 to 7.4.158 (#1767) | Ryan Dahl | |
This is to have access to this fix: https://bugs.chromium.org/p/v8/issues/detail?id=8838 necessary for v8_postmortem_support. | |||
2019-02-12 | third_party: upgrade rust crates | Bert Belder | |
2019-02-07 | third_party: add the 'regex' crate | Bert Belder | |
2019-02-07 | Add emojis to permission prompts (#1684) | Dmitry Sharshakov | |
2019-02-06 | Upgrade V8 to 7.4.98 (kKeep fix) (#1640) | Ryan Dahl | |
* Upgrade V8 to 7.4.98 (kKeep fix) https://github.com/denoland/deno/issues/814 https://bugs.chromium.org/p/v8/issues/detail?id=8761 * fix tests | |||
2019-01-26 | third_party: add the 'integer-atomics' crate | Bert Belder | |
2019-01-26 | third_party: force all crates to use the latest version of rand_core | Bert Belder | |
2019-01-26 | third_party: upgrade rust crates | Bert Belder | |
2019-01-26 | Revert "Upgrade tslint and friends (#1571)" (#1573) | Ryan Dahl | |
This commit was cauing a still problem described here: https://github.com/denoland/deno/issues/1259 This reverts commit d0dc4deaad858babcb612b181986db254db64dfa. | |||
2019-01-24 | Upgrade tslint and friends (#1571) | 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-14 | third_party: clean up .gitignore | Bert Belder | |
2019-01-07 | Upgrade crates (#1471) | Ryan Dahl | |
2018-12-24 | travis: Work around clang_format error | Ryan Dahl | |
2018-12-23 | Upgrade V8 to 7.2.502.16 (#1403) | Ryan Dahl | |
2018-12-23 | Use flatbuffers from crates.io (#1400) | Ryan Dahl | |
2018-12-06 | Process source maps in Rust instead of JS (#1280) | Ryan Dahl | |
- 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 | Use alternate TextEncoder/TextDecoder implementation (#1281) | Kitson Kelly | |
This is faster and smaller. | |||
2018-12-04 | Upgrade flatbuffers to 80d148 | Ryan Dahl | |
2018-12-03 | third_party: symlink //third_party/v8/build => //build | Bert Belder | |
2018-12-03 | .gitattributes: add symlink target types | Bert Belder | |
This is a first step toward removing the fix_symlinks() hack from tools/third_party.py. | |||
2018-11-30 | Upgrade Prettier to support BigInt syntax in TS | Ryan Dahl | |
2018-11-30 | Upgrade Rust crates | Ryan Dahl | |
2018-11-29 | Upgrade to TypeScript 3.2 | Kitson Kelly | |
2018-11-29 | Make //build a git submodule | Ryan Dahl | |
So we can float patches before sending them upstream. https://github.com/denoland/chromium_build Remove build_extra/toolchain | |||
2018-11-12 | Update to TypeScript 3.1.6 (#1177) | Kitson Kelly | |
2018-11-05 | Omit sources from source maps in bundle. | Kitson Kelly | |
2018-11-05 | Add repl (#998) | Andy Hayden | |
- Running repl from js side. - Add tests for repl behavior. - Handle ctrl-C and ctrl-D. | |||
2018-11-03 | third_party: add tokio-process Rust crate and its dependencies | Bert Belder | |
2018-11-03 | third_party: upgrade Rust crates | Bert Belder | |
2018-11-03 | third_party: add unwanted crates and cargo caches to .gitignore | Bert Belder | |
And some other minor clean-ups in the same file. | |||
2018-10-31 | Upgrade Flatbuffers. (#1127) | Ryan Dahl | |
Use msg_generated.rs as mod instead of crate. | |||
2018-10-27 | Ergonomics: Prompt TTY for permission escalation (#1081) | Ryan Dahl | |
2018-10-23 | Switch to getopts for flag parsing (#1080) | Kevin (Kun) "Kassimo" Qian | |
2018-10-23 | third_party: install yapf with pip | Bert Belder | |
2018-10-23 | Bundle pywin32 in third_party | Bert Belder | |
2018-10-21 | Add the right mac rustfmt binary | Ryan Dahl | |
2018-10-21 | Add yapf to third_party. | Ryan Dahl | |
2018-10-21 | third_party: add the right rustfmt.exe binary | Bert Belder | |
2018-10-20 | Upgrade V8 to 7.1.302.4 | Ryan Dahl | |
2018-10-20 | Add rustfmt to third_party. | Ryan Dahl | |