summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-03Upgrade flatbuffersRyan Dahl
2018-09-03Format.Ryan Dahl
2018-09-02Log level code refactoringJ2P
2018-09-02Unit tests for circular referencesKitson Kelly
2018-09-02Fix circular dependenciesKitson Kelly
2018-09-01Minor code refactoringShinDarth
2018-09-01Refactor code to be same styleliuyi
2018-09-01Remove lib.globals.d.tsKitson Kelly
2018-09-01Bundle most types into globals.d.ts (#642)Kitson Kelly
2018-09-01Refactor release_url to take platform as an argumentAndy Hayden
2018-09-01Avoid using temporary directory in install.pyAndy Hayden
2018-08-31Add release installer (#639)Mirko Jotic
2018-08-31Document lStatSync & statSync and correct FileInfo.Aaron Power
2018-08-31Implemented deno.env and refactored flags.rsAaron Power
2018-08-31Refactor libdeno.send() code to reduce boilerplate.Ryan Dahl
Also removes assignCmdId as it's currently unused.
2018-08-30v0.1.2Ryan Dahl
* Added https import support. * Added deno.makeTempDirSync(). * Added deno.lstatSync() and deno.statSync().
2018-08-30formatRyan Dahl
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