| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-08 | tools: generate third_party dir and symlinks from the script. (#346) | Yoshiya Hinosawa | |
| Everyone needs to run ./tools/build_third_party.py after this commit. | |||
| 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-06 | chore: add symlink //third_party/yarn.lock | Yoshiya Hinosawa | |
| 2018-07-06 | chore: reorganize symlinks | Yoshiya Hinosawa | |
| resolves #332 | |||
| 2018-07-04 | Replace protobufs with flatbuffers | Ryan Dahl | |
| 2018-07-04 | Add tools/build_third_party.py (#328) | Yoshiya Hinosawa | |
| Fixes #312 | |||
| 2018-07-04 | Rename .gclient | Ryan Dahl | |
| so it doesn't accidentally get run in root dir. Ref #322 | |||
| 2018-07-03 | move v8 to third_party/v8 (#322) | Yoshiya Hinosawa | |
| 2018-07-01 | reorg: Move GN files to root (#309) | Yoshiya Hinosawa | |
| refs: #285 | |||
