summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-30Reorganize js/unit_tests.tsRyan Dahl
2018-08-30Implemented statSync and lStatSyncAaron Power
2018-08-30Support https imports.Ryan Dahl
Adds hyper-rustls to the build. Use ring for sha1 instead of "ssh1" crate. Fixes #528.
2018-08-30Downgrading tokio to registry version.Ryan Dahl
Prep for rustls.
2018-08-30Fix warnings.Ryan Dahl
Ref #374
2018-08-30add type declarationztplz
2018-08-29Implement makeTempDirSync()Bert Belder
2018-08-29Add I/O interfaces to Roadmap.md (#387)Ryan Dahl
2018-08-29Fix lastchange rebuild problem.Ryan Dahl
lastchange.py is causing a full rebuild on every commit. This is a temporary workaround.
2018-08-29Allow filtering of unit tests.Ryan Dahl
2018-08-29build: work around sccache false positives due to asm .incbin usageBert Belder
2018-08-29tools: make sha256sum.py more generic and move it to 'tools'Bert Belder
2018-08-29typoMohammed Salman
2018-08-28v0.1.1Ryan Dahl
2018-08-28Updates to compiler.ts comments and logging.Kitson Kelly
2018-08-28Two-pass module evaluation.Kitson Kelly
Plus changes to tests to accomodate.
2018-08-28Add duplicate import testKitson Kelly
2018-08-28tools/setup: don't overwrite existing args.gnBert Belder
2018-08-28build: regenerate BUILD.gn for cacheable windows toolchainBert Belder
2018-08-28formatBert Belder
2018-08-27Update V8 to 7.0.247Ryan Dahl
2018-08-27Run lastchange.py during setup.pyRyan Dahl
2018-08-27Show mac in build table.Ryan Dahl
2018-08-27Add ability to unit test by permissions.Ryan Dahl
2018-08-27Add deno.argv.Ryan Dahl
2018-08-27allow_reuse_address for test http server.Ryan Dahl
2018-08-27Moved console tests to own file, and switched circular test to use stringify ↵Aaron Power
with assertEqual
2018-08-27Fixed printing strings in arrays & objects without quotesAaron Power
2018-08-26build: fix rust temp file conflicts during parallel buildBert Belder
2018-08-26formatBert Belder
2018-08-26appveyor: verify that ninja files do not use absolute path namesBert Belder
Using absolute paths is generally not intended, and it makes ccache/sccache much less effective.
2018-08-26appveyor: fix conditionalBert Belder
If the build is not a tag build, APPVEYOR_REPO_TAG is [string]"false", which is a truthy value.
2018-08-26build: fix typescript dirs not correctly rebasedBert Belder
2018-08-26build: do not bake absolute paths into deno_nsBert Belder
2018-08-26libdeno: add file utilities Dirname() and ExePath()Bert Belder
2018-08-26formatBert Belder
2018-08-26tools/format: fix clang-format glob patternBert Belder
2018-08-26refactor: add and use libdeno.setGlobalErrorHandler instead of window.onerrorYoshiya Hinosawa
2018-08-26Replaced read_file_sync{_string} with std::fs::read{_to_string}Aaron Power
2018-08-25Prevent circular imports in ts code (#576)Francesco Borzì
2018-08-25Build: make it possible to use ccache/sccache on windowsBert Belder
Also auto-detect the availability of sccache in setup.py.
2018-08-24Integrate ScriptSnapshot into ModuleMetaDataKitson Kelly
2018-08-24Upgrade flatbuffersRyan Dahl
https://github.com/rw/flatbuffers/commit/83a71543f8ccbf230ac27cb523831bfafb9c84d7
2018-08-24travis: allow cache to be saved when build takes too longBert Belder
Kill Ninja after 35 minutes to prevent Travis from cancelling the build due to time-out. This allows the cache to be saved, so the build can complete when it is attempted again.
2018-08-24Add osx to travisAndy Hayden
2018-08-23Improve DenoCompiler.makeDefine and localRequireKitson Kelly
2018-08-23Update Readme with link to releases.Ryan Dahl
2018-08-23Bump version to v0.1.0Ryan Dahl
https://github.com/denoland/deno/milestone/1
2018-08-23Normalize windows paths.Ryan Dahl
Add resolve_module test
2018-08-23First pass at HTTP importsRyan Dahl
Implement --reload Integrate hyper errors into DenoError In collaboration with Tommy Savaria <tommy.savaria@protonmail.ch>