Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-15 | third_party: remove zlib | Bert Belder | |
2019-09-15 | Move GN root into //core/libdeno (#2943) | Christian Moritz | |
2019-09-11 | tools: download gn from CIPD (#2912) | Christian Moritz | |
2019-09-11 | Upgrade pylint (#2917) | Ryan Dahl | |
depot_tools is removing pylint from its distribution so we must maintain our own copy. | |||
2019-09-10 | Upgrade V8 to 7.9.8 (#2907) | Ryan Dahl | |
//build was updated and our patch rebased: https://github.com/denoland/chromium_build/tree/20190910_win_clang_depfile V8 has removed the binaries third_party/v8/buildtools/*/gn.sha1 and started using CIPD. In this patch, I've hacked in the original .sha1 files and continue to use download_from_google_storage instead of the new CIPD. This will be fixed in later work. | |||
2019-09-07 | Update @typescript-eslint/* to v2.1.0 (#2878) | Yoshiya Hinosawa | |
2019-09-06 | Remove tools/build.py (#2865) | Ryan Dahl | |
Testing regression: ASAN build removed. | |||
2019-09-02 | Refactor snapshot build (#2825) | Ryan Dahl | |
Instead of using core/snapshot_creator.rs, instead two crates are introduced which allow building the snapshot during build.rs. Rollup is removed and replaced with our own bundler. This removes the Node build dependency. Modules in //js now use Deno-style imports with file extensions, rather than Node style extensionless imports. This improves incremental build time when changes are made to //js files by about 40 seconds. | |||
2019-08-30 | third_party: add 'reqwest' crate and dependencies | Bert Belder | |
2019-08-29 | third_party: upgrade 'rustls' and related crates | Bert Belder | |
2019-08-29 | third_party: downgrade 'url' crate to version 1.7.2 | Bert Belder | |
2019-08-28 | Remove @stardazed/streams | Ryan Dahl | |
This is a regression on several some features in the fetch API. To bring these back @stardazed/streams simply needs to be ported to TS and included in the //js directory. Towards #2608 | |||
2019-08-28 | Internalize base64-js, convert to TypeScript | Ryan Dahl | |
2019-08-26 | Remove flatbuffers (#2818) | Ryan Dahl | |
2019-08-22 | third_party: upgrade rust crates | Bert Belder | |
2019-08-02 | third_party: upgrade rust crates | Bert Belder | |
2019-07-31 | Use system rustfmt instead of fixed binary (#2701) | Ryan Dahl | |
2019-07-09 | Upgrade v8 to 7.7.200 (#2624) | Ryan Dahl | |
2019-06-25 | Port code from Cargo and use for progress | Ryan Dahl | |
A lot of its functionality is unused still, but the goal it to slowly migrate logging functionality to it. There is also a useful progress bar which can be ported over later - it depends on this module. https://github.com/rust-lang/cargo/blob/4c1fa54d10f58d69ac9ff55be68e1b1c25ecb816/src/cargo/util/progress.rs | |||
2019-06-25 | third_party: add rust crate 'termcolor' | Bert Belder | |
2019-06-15 | third_party: upgrade rust crates | Bert Belder | |
2019-06-10 | Upgrade V8 to 7.7.37 (#2492) | Ryan Dahl | |
2019-06-04 | Handle compiler diagnostics in Rust (#2445) | Kitson Kelly | |
2019-06-01 | Upgrade TypeScript to 3.5.1 (#2437) | Kitson Kelly | |
2019-05-30 | third_party: upgrade rust crates | Bert Belder | |
2019-05-16 | third_party: add rust crate 'serde_derive' | Bert Belder | |
2019-05-16 | third_party: upgrade rust crates | Bert Belder | |
2019-05-11 | third_party: upgrade rust crates | Bert Belder | |
2019-05-01 | Add Request global constructor (#2253) | Kurt Mackey | |
2019-05-01 | fs: add Deno.utime/Deno.utimeSync (#2241) | Kevin (Kun) "Kassimo" Qian | |
2019-04-29 | Upgrade V8 to 7.6.53 | Ryan Dahl | |
2019-04-23 | third_party: upgrade rust crates | Bert Belder | |
2019-04-18 | chore: update eslint plugin (#2146) | Yoshiya Hinosawa | |
2019-04-17 | Add cli dependency on tokio-rustls | Bert Belder | |
2019-04-15 | third_party: upgrade rust crates | Bert Belder | |
2019-04-14 | third_party: fix bug in hyper latency patch | Bert Belder | |
2019-04-14 | third_party: patch hyper to reduce worst-case response latency | Bert Belder | |
2019-04-01 | Upgrade to TypeScript 3.4.1 (#2027) | Kitson Kelly | |
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 | |