Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-30 | Make format.py less verbose. | Ryan Dahl | |
2018-10-30 | Rename FetchReq op to Fetch. | Ryan Dahl | |
2018-10-30 | Remove unused asset. | Kitson Kelly | |
2018-10-30 | Add resources op (#1119) | Bartek IwaĆczuk | |
2018-10-29 | Separate source map from output code. | Kitson Kelly | |
2018-10-28 | Add application/x-typescript mime type support | Kevin (Kun) "Kassimo" Qian | |
2018-10-27 | v0.1.10 | Ryan Dahl | |
- Add URLSearchParams (#1049) - Implement clone for FetchResponse (#1054) - Use content-type headers when importing from URLs. (#1020) - Use checkJs option, JavaScript will be type checked and users can supply JSDoc type annotations that will be enforced by Deno (#1068) - Add separate http/https cache dirs to DENO_DIR (#971) - Support https in fetch. (#1100) - Add chmod/chmodSync on unix (#1088) - Remove broken features: --deps and trace() (#1103) - Ergonomics: Prompt TTY for permission escalation (#1081) | |||
2018-10-27 | Minor sorting not handled by format. | Ryan Dahl | |
2018-10-27 | Fix race condition in chmod test | Ryan Dahl | |
2018-10-27 | Ergonomics: Prompt TTY for permission escalation (#1081) | Ryan Dahl | |
2018-10-26 | Remove broken feature: trace() | Ryan Dahl | |
2018-10-26 | Remove broken feature: --deps | Ryan Dahl | |
2018-10-26 | Add chmod/chmodSync on unix (and fix Cargo.toml) (#1088) | Kevin (Kun) "Kassimo" Qian | |
Initial implementation by Srijan Reddy (@srijanreddy98, #672). | |||
2018-10-26 | ci: peg rust version to 1.30.0 | Bert Belder | |
2018-10-26 | Support https in fetch. | Ryan Dahl | |
fetch should use same hyper connector as import. | |||
2018-10-26 | build: snapshot blob is an input for the snapshot object | Bert Belder | |
2018-10-26 | Add separate http/https cache dirs to DENO_DIR (#971) | Kevin (Kun) "Kassimo" Qian | |
Also change remote relative import logic. | |||
2018-10-26 | Disable treat_warnings_as_errors on windows when sccache is in use | Bert Belder | |
2018-10-25 | Minor text fixes and improvements to Docs.md (#1091) | David Michael Gregg | |
2018-10-25 | Turn on treat_warnings_as_errors (#1086) | Ryan Dahl | |
Fixes #374 | |||
2018-10-25 | doc: update TS and V8 version in README file | Antoine du Hamel | |
Refs: https://github.com/denoland/deno/pull/980 Refs: https://github.com/denoland/deno/pull/1041 | |||
2018-10-25 | Add error_001.ts to execution time benchmarks. | Ryan Dahl | |
Ref #1087 | |||
2018-10-25 | build: fix compatibility with rustc 1.30.0 | Bert Belder | |
Additionally: * Rebuild rust crates when the rustc version changes. * Fetch all rust ldflags in one exec_script() call instead of two. | |||
2018-10-25 | appveyor: fix logic in Get-SaveCache | Bert Belder | |
2018-10-24 | Support CheckJS | Kitson Kelly | |
2018-10-24 | Add libdeno.shared global shared ArrayBuffer. | Ryan Dahl | |
2018-10-24 | libdeno: Expose snapshot creation. | Ryan Dahl | |
2018-10-24 | libdeno: clean up | Ryan Dahl | |
- Use a proper class for DenoIsolate. - Move extern C stuff to api.cc | |||
2018-10-24 | libdeno: deno_new should take a snapshot parameter. | Ryan Dahl | |
2018-10-24 | Remove deno_ns | Ryan Dahl | |
2018-10-24 | fix typos (#1083) | Joseph | |
2018-10-24 | Clean up y-axes on benchmark page. (#1077) | Ryan Dahl | |
2018-10-24 | Move eager functions into eager_unix.rs | Bert Belder | |
2018-10-24 | Refactor eager_{read,write,accept}_tcp into separate functions | Bert Belder | |
2018-10-23 | Switch to getopts for flag parsing (#1080) | Kevin (Kun) "Kassimo" Qian | |
2018-10-23 | Add node_tcp target to http_benchmark. (#1074) | Ryan Dahl | |
2018-10-23 | format: don't format files in third_party | Bert Belder | |
It's annoying, and it also makes appveyor slow because it will re-upload the third_party cache every time something changes in there. | |||
2018-10-23 | third_party: install yapf with pip | Bert Belder | |
2018-10-23 | Bundle pywin32 in third_party | Bert Belder | |
2018-10-23 | Revert "Support CheckJS" | Ryan Dahl | |
Broken in master. This reverts commit dd230d520b5599c0e51cf30245a567f07b3cfb28. | |||
2018-10-23 | Support CheckJS | Kitson Kelly | |
2018-10-23 | Enforce media types | Kitson Kelly | |
2018-10-23 | Make Headers more idiomatic (#1062) | Kitson Kelly | |
2018-10-23 | improve file_info.ts | ztplz | |
2018-10-22 | Improve globals for runtime type library | Kitson Kelly | |
2018-10-21 | Implemente clone for FetchResponse (#1054) | ztplz | |
2018-10-21 | CI should fail when code isn't formatted. | Ryan Dahl | |
2018-10-21 | Add the right mac rustfmt binary | Ryan Dahl | |
2018-10-21 | Add yapf to third_party. | Ryan Dahl | |
2018-10-21 | third_party: add the right rustfmt.exe binary | Bert Belder | |