summaryrefslogtreecommitdiff
path: root/third_party
AgeCommit message (Collapse)Author
2019-03-31third_party: add rust crate 'clap'Bert Belder
2019-03-29third_party: upgrade rust cratesBert Belder
2019-03-11Update to TypeScript 3.3 (#1908)Kitson Kelly
2019-03-09Migrate from tslint to eslint for linting (#1905)Kitson Kelly
2019-03-07Cleanup node_modules, update packages (#1894)Kitson Kelly
And fix new lint issues.
2019-02-27upgrade V8 to 7.4.238 (#1849)Ryan Dahl
2019-02-27third_party: upgrade rust cratesBert Belder
2019-02-18Add back typescript version number and add Deno.version object. (#1788)Yoshiya Hinosawa
2019-02-13Upgrade 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-12third_party: upgrade rust cratesBert Belder
2019-02-07third_party: add the 'regex' crateBert Belder
2019-02-07Add emojis to permission prompts (#1684)Dmitry Sharshakov
2019-02-06Upgrade 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-26third_party: add the 'integer-atomics' crateBert Belder
2019-01-26third_party: force all crates to use the latest version of rand_coreBert Belder
2019-01-26third_party: upgrade rust cratesBert Belder
2019-01-26Revert "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-24Upgrade tslint and friends (#1571)Ryan Dahl
2019-01-14third_party: upgrade rust crates, now with `--edition 2018` supportBert Belder
2019-01-14third_party: upgrade rust cratesBert Belder
2019-01-14third_party: clean up .gitignoreBert Belder
2019-01-07Upgrade crates (#1471)Ryan Dahl
2018-12-24travis: Work around clang_format errorRyan Dahl
2018-12-23Upgrade V8 to 7.2.502.16 (#1403)Ryan Dahl
2018-12-23Use flatbuffers from crates.io (#1400)Ryan Dahl
2018-12-06Process 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-06Use alternate TextEncoder/TextDecoder implementation (#1281)Kitson Kelly
This is faster and smaller.
2018-12-04Upgrade flatbuffers to 80d148Ryan Dahl
2018-12-03third_party: symlink //third_party/v8/build => //buildBert Belder
2018-12-03.gitattributes: add symlink target typesBert Belder
This is a first step toward removing the fix_symlinks() hack from tools/third_party.py.
2018-11-30Upgrade Prettier to support BigInt syntax in TSRyan Dahl
2018-11-30Upgrade Rust cratesRyan Dahl
2018-11-29Upgrade to TypeScript 3.2Kitson Kelly
2018-11-29Make //build a git submoduleRyan Dahl
So we can float patches before sending them upstream. https://github.com/denoland/chromium_build Remove build_extra/toolchain
2018-11-12Update to TypeScript 3.1.6 (#1177)Kitson Kelly
2018-11-05Omit sources from source maps in bundle.Kitson Kelly
2018-11-05Add repl (#998)Andy Hayden
- Running repl from js side. - Add tests for repl behavior. - Handle ctrl-C and ctrl-D.
2018-11-03third_party: add tokio-process Rust crate and its dependenciesBert Belder
2018-11-03third_party: upgrade Rust cratesBert Belder
2018-11-03third_party: add unwanted crates and cargo caches to .gitignoreBert Belder
And some other minor clean-ups in the same file.
2018-10-31Upgrade Flatbuffers. (#1127)Ryan Dahl
Use msg_generated.rs as mod instead of crate.
2018-10-27Ergonomics: Prompt TTY for permission escalation (#1081)Ryan Dahl
2018-10-23Switch to getopts for flag parsing (#1080)Kevin (Kun) "Kassimo" Qian
2018-10-23third_party: install yapf with pipBert Belder
2018-10-23Bundle pywin32 in third_partyBert Belder
2018-10-21Add the right mac rustfmt binaryRyan Dahl
2018-10-21Add yapf to third_party.Ryan Dahl
2018-10-21third_party: add the right rustfmt.exe binaryBert Belder
2018-10-20Upgrade V8 to 7.1.302.4Ryan Dahl
2018-10-20Add rustfmt to third_party.Ryan Dahl