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