Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-07 | upgrade: V8 8.0.192 | Ryan Dahl | |
2019-10-31 | Upgrade node_modules, change tagline, clean up root directory (#3247) | Ry Dahl | |
* Upgrade node_modules * Simplify tagline * Move gclient_config.py out of root * Move package.json to tools * Remove yarn.lock * Remove CONTRIBUTING.md | |||
2019-10-28 | Move prebuilt binaries to third_party (#3227) | Ry Dahl | |
2019-10-28 | Upgrade V8 to 7.9.317.12 (#3208) | Ry Dahl | |
2019-10-22 | upgrade: typescript-eslint to 2.5.0 (#3184) | Yoshiya Hinosawa | |
2019-10-21 | third_party: cherry-pick depot_tools 6a1d778 to fix macOS Cataliona issues ↵ | Christian Moritz | |
(#3175) | |||
2019-10-15 | Upgrade V8 to 7.9.304 | Ryan Dahl | |
2019-10-06 | Upgrade V8 to 7.9.218 (#3067) | Ryan Dahl | |
2019-09-24 | Upgrade V8 for top-level-await (#3015) | Ryan Dahl | |
2019-09-19 | Clean up miscellaneous metafiles (#2981) | Bert Belder | |
The yarn.lock file is moved from //third_party to the root of the main repository. This is where other package metadata files (e.g. Cargo.lock and package.json) are also located. | |||
2019-09-17 | Run tools/sync_node_modules.py (#2972) | Ryan Dahl | |
2019-09-17 | Update to TypeScript 3.6.3 (#2969) | Kitson Kelly | |
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 | |