summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-18Fix travis release builds (#539)Robert Lin
2018-08-18Rename :all target to :defaultRyan Dahl
2018-08-18build: don't clobber rust depfile mtime when fixing its pathsBert Belder
2018-08-17Use snake-case for cmd_id.Ryan Dahl
2018-08-17Upgrade fbs to latest.Ryan Dahl
2018-08-17Command line flag parsing (#524)Ryan Dahl
2018-08-17appveyor: automatically remove stale build outputs from cacheBert Belder
2018-08-17appveyor: use somewhat terser styleBert Belder
2018-08-17appveyor: work around rust parellel build conflictBert Belder
2018-08-17appveyor: never save cache after a failed CI runBert Belder
2018-08-17Add yarn.lock to third_partyRyan Dahl
2018-08-17chore: download clang-format from google storageYoshiya Hinosawa
2018-08-17chore: format files in tests/Yoshiya Hinosawa
2018-08-17Travis: publish from CI (#501)Robert Lin
2018-08-17import sys since sys.exit(1) usedmervynzhang
2018-08-16Remove dead code: src/flatbuffer_builder.ccRyan Dahl
2018-08-16Implement deno_handle_msg_from_js in RustRyan Dahl
2018-08-16Upgrade Rust FlatbuffersRyan Dahl
2018-08-15Use typescript strict mode (#505)Kitson Kelly
2018-08-14chore: introduce rust_treat_warnings_as_errors build argYoshiya Hinosawa
2018-08-13fix: change :test_cc to v8_executableYoshiya Hinosawa
2018-08-13Fix transitive rust deps.Ryan Dahl
2018-08-13Use source_set for rust_crateRyan Dahl
2018-08-13s/rust_component/rust_crate/Ryan Dahl
2018-08-13Use `@internal` with js/timers.tsKitson Kelly
2018-08-11Add async tests from prototypeRyan Dahl
2018-08-11Rename mock_runtime_test to libdeno_testRyan Dahl
2018-08-11Use unit_tests for readFileSync testing.Ryan Dahl
2018-08-10Add error testsKitson Kelly
2018-08-10Fix stacktraces in deno_nsKitson Kelly
2018-08-10Support wildcard matching of output in testsKitson Kelly
2018-08-10Only emit declarations for generated files (#502)Kitson Kelly
2018-08-09Change Deno::new to return an owned BoxRobby Madruga
2018-08-09Adds js/unit_tests.ts (#448)Ryan Dahl
2018-08-09Add readFileSyncRyan Dahl
2018-08-09Add fs::read_file_sync_stringRyan Dahl
2018-08-09Add TextEncoder/TextDecoder support.Ryan Dahl
2018-08-09First pass at setTimeout with Tokio (#434)Ryan Dahl
2018-08-08Use sourcemapFile to reroot sourcemap sourcesKitson Kelly
2018-08-08Remove RUSTFMT_FLAGSRyan Dahl
2018-08-08Organize libdeno functions.Ryan Dahl
2018-08-08Change rustfmt flags. For v0.8.2.Ryan Dahl
2018-08-08Better error for 'No such asset'Ryan Dahl
2018-08-08Fix rust logger.Ryan Dahl
2018-08-08Hacky error handling for Url::from_file_path.Ryan Dahl
2018-08-08Print output even when test failed.Ryan Dahl
2018-08-09Remove the 'cfg' variable from rust templatesBert Belder
2018-08-09Remove 'rust_staticlib' build templateBert Belder
2018-08-09Fix test_cc build dependenciesBert Belder
2018-08-09Make 'tokio' build on windows, add windows depsBert Belder