Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-22 | Make deploying windows binaries from appveyor work | Bert Belder | |
2018-08-22 | Travis: branches only master prevents building tags | Ryan Dahl | |
It appears there's no way to whitelist tags in addition to master, so we can just build all for now. https://github.com/travis-ci/travis-ci/issues/2111 | |||
2018-08-22 | Add appveyor binary deploy. (#556) | Ryan Dahl | |
Also switch to release mode. | |||
2018-08-22 | Bump version to v0.0.3 | Ryan Dahl | |
2018-08-22 | Change usage example script extension from .js to .ts | Jeremy Banks | |
2018-08-21 | Expose deno.exit() and add test. | Ryan Dahl | |
2018-08-21 | Better error handling in src/handlers.rs | Ryan Dahl | |
Introduces error codes that are shared between JS/RS Fixes #526. | |||
2018-08-21 | Travis deploy (#548) | Ryan Dahl | |
* Fix travis deploy / simplify build. - No more stages, only build release mode. - Fixes API key issue. * Reinstate master only - testing was successful. | |||
2018-08-20 | Fix TS errors in fetch.ts | Ryan Dahl | |
2018-08-20 | First pass at fetch() | Ryan Dahl | |
With help from Thomas Ghysels <info@thomasg.be> | |||
2018-08-20 | Add hyper dependencies | Thomas Ghysels | |
2018-08-20 | Enable http server for tests. | Ryan Dahl | |
2018-08-19 | Readme: specify build deps more carefully (#547) | C. K. Tang | |
2018-08-19 | add notImplemented and unreachable util functions (#540) | Bartek IwaĆczuk | |
2018-08-19 | chore: move libdeno files to //libdeno/ | Yoshiya Hinosawa | |
2018-08-18 | Add an error message if rustc is not installed | Andy Hayden | |
2018-08-18 | Fix travis release builds (#539) | Robert Lin | |
2018-08-18 | Rename :all target to :default | Ryan Dahl | |
2018-08-18 | build: don't clobber rust depfile mtime when fixing its paths | Bert Belder | |
This avoids ninja unnecessarily rebuilding rust targets. Add a check for problems like these to be run on appveyor. | |||
2018-08-17 | Use snake-case for cmd_id. | Ryan Dahl | |
2018-08-17 | Upgrade fbs to latest. | Ryan Dahl | |
Reduces numbers of warnings. | |||
2018-08-17 | Command line flag parsing (#524) | Ryan Dahl | |
In particular this allow -D for logging debug output. | |||
2018-08-17 | appveyor: automatically remove stale build outputs from cache | Bert Belder | |
2018-08-17 | appveyor: use somewhat terser style | Bert Belder | |
2018-08-17 | appveyor: work around rust parellel build conflict | Bert Belder | |
2018-08-17 | appveyor: never save cache after a failed CI run | Bert Belder | |
2018-08-17 | Add yarn.lock to third_party | Ryan Dahl | |
Prevents upgrades with running tools/sync_third_party.py | |||
2018-08-17 | chore: download clang-format from google storage | Yoshiya Hinosawa | |
2018-08-17 | chore: format files in tests/ | Yoshiya Hinosawa | |
2018-08-17 | Travis: publish from CI (#501) | Robert Lin | |
Split travis build into stages, add release stage. | |||
2018-08-17 | import sys since sys.exit(1) used | mervynzhang | |
2018-08-16 | Remove dead code: src/flatbuffer_builder.cc | Ryan Dahl | |
2018-08-16 | Implement deno_handle_msg_from_js in Rust | Ryan Dahl | |
Fixes #419, #414. | |||
2018-08-16 | Upgrade Rust Flatbuffers | Ryan Dahl | |
2018-08-15 | Use typescript strict mode (#505) | Kitson Kelly | |
2018-08-14 | chore: introduce rust_treat_warnings_as_errors build arg | Yoshiya Hinosawa | |
2018-08-13 | fix: change :test_cc to v8_executable | Yoshiya Hinosawa | |
2018-08-13 | Fix transitive rust deps. | Ryan Dahl | |
Use a single out_dir for all rust crates. | |||
2018-08-13 | Use source_set for rust_crate | Ryan Dahl | |
2018-08-13 | s/rust_component/rust_crate/ | Ryan Dahl | |
2018-08-13 | Use `@internal` with js/timers.ts | Kitson Kelly | |
2018-08-11 | Add async tests from prototype | Ryan Dahl | |
2018-08-11 | Rename mock_runtime_test to libdeno_test | Ryan Dahl | |
Fixes #465 | |||
2018-08-11 | Use unit_tests for readFileSync testing. | Ryan Dahl | |
2018-08-10 | Add error tests | Kitson Kelly | |
2018-08-10 | Fix stacktraces in deno_ns | Kitson Kelly | |
2018-08-10 | Support wildcard matching of output in tests | Kitson Kelly | |
2018-08-10 | Only emit declarations for generated files (#502) | Kitson Kelly | |
and remove declarationMap flag from generated tsconfig | |||
2018-08-09 | Change Deno::new to return an owned Box | Robby Madruga | |
2018-08-09 | Adds js/unit_tests.ts (#448) | Ryan Dahl | |