Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-19 | Upgrade crates | Ryan Dahl | |
2018-10-19 | Upgrade node_modules. | Ryan Dahl | |
2018-10-16 | First pass at http benchmark. | Ryan Dahl | |
2018-10-15 | Update to TypeScript 3.1 and ts-simple-ast 17 (#980) | Kitson Kelly | |
2018-10-11 | Replace globals.d.ts with lib.deno_runtime.d.ts | Kitson Kelly | |
2018-10-10 | Upgrade hyper-rustls | Ryan Dahl | |
This removes tokio-core, which was deprecated. | |||
2018-10-05 | Upgrade Flatbuffers | Ryan Dahl | |
2018-10-03 | Upgrade other JS deps. | Ryan Dahl | |
2018-10-03 | Upgrade TS to 3.0.3 | Ryan Dahl | |
We need this specific version because ts-simple-ast depends on it. See https://github.com/denoland/deno/pull/729#issuecomment-426352887 | |||
2018-09-27 | third_party: gitignore depot_tools/.cipd_client temporary files | Bert Belder | |
2018-09-17 | Remove unused .gclient_entries file. | Ryan Dahl | |
2018-09-17 | Upgrade V8 to 7.0.276.15 | Ryan Dahl | |
2018-09-17 | Upgrade rust crates. | Ryan Dahl | |
2018-09-16 | Add the 'dirs' crate, enable the required 'winapi' features | Kevin (Kun) "Kassimo" Qian | |
2018-09-04 | Upgrade Flatbuffers (now using master) | Ryan Dahl | |
2018-09-03 | Upgrade flatbuffers | Ryan Dahl | |
2018-08-30 | Support https imports. | Ryan Dahl | |
Adds hyper-rustls to the build. Use ring for sha1 instead of "ssh1" crate. Fixes #528. | |||
2018-08-30 | Downgrading tokio to registry version. | Ryan Dahl | |
Prep for rustls. | |||
2018-08-27 | Update V8 to 7.0.247 | Ryan Dahl | |
2018-08-24 | Upgrade flatbuffers | Ryan Dahl | |
https://github.com/rw/flatbuffers/commit/83a71543f8ccbf230ac27cb523831bfafb9c84d7 | |||
2018-08-20 | Add hyper dependencies | Thomas Ghysels | |
2018-08-17 | Upgrade fbs to latest. | Ryan Dahl | |
Reduces numbers of warnings. | |||
2018-08-17 | Add yarn.lock to third_party | Ryan Dahl | |
Prevents upgrades with running tools/sync_third_party.py | |||
2018-08-16 | Upgrade Rust Flatbuffers | Ryan Dahl | |
2018-08-09 | Add TextEncoder/TextDecoder support. | Ryan Dahl | |
Fixes #470 This commit increases size: out/release/gen/bundle/main.js 7.3M -> 7.9M out/release/gen/bundle/main.js.map 11M -> 12M out/release/gen/snapshot_deno.bin 34M -> 37M out/release/deno 49M -> 53M Note the amount in the JS code added is quite small: 4.0K node_modules/text-encoding/index.js 4.0K node_modules/@types/text-encoding/index.d.ts 4.0K js/text_encoding.ts Unclear to me what is causing the jump in snapshot size. | |||
2018-08-09 | Make 'tokio' build on windows, add windows deps | Bert Belder | |
2018-08-09 | Add 'tokio' and dependencies | Robby Madruga | |
Use tokio from git. | |||
2018-08-08 | Remove yarn.lock | Ryan Dahl | |
Fixes #393. | |||
2018-08-07 | Remove //third_party/v8/third_party/depot_tools | Ryan Dahl | |
It was a duplicate of //third_party/depot_tools | |||
2018-08-01 | Add base64-js to third_party. | Ryan Dahl | |
It's a dependency of js/v8_source_maps.ts. | |||
2018-07-31 | Upgrade TypeScript (3.0.1) | Kitson Kelly | |
Update runtime to use lib.deno.d.ts Add proper console declaration Upgrade prettier (There was an issue formatting lib.deno.d.ts) | |||
2018-07-29 | Add winapi crate, make 'rand' and 'tempfile' work | Bert Belder | |
2018-07-29 | Add sha1 and tempfile crates. | Ryan Dahl | |
2018-07-22 | Update third_party submodule | Ryan Dahl | |
2018-07-21 | Add deno_third_party as git submodule. | Ryan Dahl | |
2018-07-07 | Move flatbuffers gn files to //build_extra/flatbuffers | Ryan Dahl | |
Fixes #342. | |||
2018-07-07 | Merge flatbuffer.gni and ts_flatbuffer.gni | Ryan Dahl | |
2018-07-04 | Replace protobufs with flatbuffers | Ryan Dahl | |