summaryrefslogtreecommitdiff
path: root/third_party/flatbuffers
AgeCommit message (Collapse)Author
2019-11-07upgrade: V8 8.0.192Ryan Dahl
2019-10-31Upgrade 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-28Move prebuilt binaries to third_party (#3227)Ry Dahl
2019-10-28Upgrade V8 to 7.9.317.12 (#3208)Ry Dahl
2019-10-22upgrade: typescript-eslint to 2.5.0 (#3184)Yoshiya Hinosawa
2019-10-21third_party: cherry-pick depot_tools 6a1d778 to fix macOS Cataliona issues ↵Christian Moritz
(#3175)
2019-10-15Upgrade V8 to 7.9.304Ryan Dahl
2019-10-06Upgrade V8 to 7.9.218 (#3067)Ryan Dahl
2019-09-24Upgrade V8 for top-level-await (#3015)Ryan Dahl
2019-09-19Clean 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-17Run tools/sync_node_modules.py (#2972)Ryan Dahl
2019-09-17Update to TypeScript 3.6.3 (#2969)Kitson Kelly
2019-09-15third_party: remove zlibBert Belder
2019-09-15Move GN root into //core/libdeno (#2943)Christian Moritz
2019-09-11tools: download gn from CIPD (#2912)Christian Moritz
2019-09-11Upgrade pylint (#2917)Ryan Dahl
depot_tools is removing pylint from its distribution so we must maintain our own copy.
2019-09-10Upgrade 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-07Update @typescript-eslint/* to v2.1.0 (#2878)Yoshiya Hinosawa
2019-09-06Remove tools/build.py (#2865)Ryan Dahl
Testing regression: ASAN build removed.
2019-09-02Refactor 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-30third_party: add 'reqwest' crate and dependenciesBert Belder
2019-08-29third_party: upgrade 'rustls' and related cratesBert Belder
2019-08-29third_party: downgrade 'url' crate to version 1.7.2Bert Belder
2019-08-28Remove @stardazed/streamsRyan 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-28Internalize base64-js, convert to TypeScriptRyan Dahl
2019-08-26Remove flatbuffers (#2818)Ryan Dahl
2019-08-22third_party: upgrade rust cratesBert Belder
2019-08-02third_party: upgrade rust cratesBert Belder
2019-07-31Use system rustfmt instead of fixed binary (#2701)Ryan Dahl
2019-07-09Upgrade v8 to 7.7.200 (#2624)Ryan Dahl
2019-06-25Port code from Cargo and use for progressRyan 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-25third_party: add rust crate 'termcolor'Bert Belder
2019-06-15third_party: upgrade rust cratesBert Belder
2019-06-10Upgrade V8 to 7.7.37 (#2492)Ryan Dahl
2019-06-04Handle compiler diagnostics in Rust (#2445)Kitson Kelly
2019-06-01Upgrade TypeScript to 3.5.1 (#2437)Kitson Kelly
2019-05-30third_party: upgrade rust cratesBert Belder
2019-05-16third_party: add rust crate 'serde_derive'Bert Belder
2019-05-16third_party: upgrade rust cratesBert Belder
2019-05-11third_party: upgrade rust cratesBert Belder
2019-05-01Add Request global constructor (#2253)Kurt Mackey
2019-05-01fs: add Deno.utime/Deno.utimeSync (#2241)Kevin (Kun) "Kassimo" Qian
2019-04-29Upgrade V8 to 7.6.53Ryan Dahl
2019-04-23third_party: upgrade rust cratesBert Belder
2019-04-18chore: update eslint plugin (#2146)Yoshiya Hinosawa
2019-04-17Add cli dependency on tokio-rustlsBert Belder
2019-04-15third_party: upgrade rust cratesBert Belder
2019-04-14third_party: fix bug in hyper latency patchBert Belder
2019-04-14third_party: patch hyper to reduce worst-case response latencyBert Belder
2019-04-01Upgrade to TypeScript 3.4.1 (#2027)Kitson Kelly