Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-05 | Improve module resolution. | Ryan Dahl | |
Windows can't handle ":" in path names, so we use a special directory format .deno/deps/localhost_PORT4545/ to represent hosts with non-default ports. Fixes #645. | |||
2018-09-05 | Mark APIs at internal and include JSDoc in types | Kitson Kelly | |
2018-09-05 | tools/build: skip build path detection when given '-C «dir»' ninja arg | Bert Belder | |
2018-09-04 | Upgrade Flatbuffers (now using master) | Ryan Dahl | |
2018-09-04 | Better flag parsing | Ian Shehadeh | |
2018-09-04 | lStat -> lstat | Ryan Dahl | |
2018-09-04 | Implement renameSync | Mani Maghsoudlou | |
2018-09-03 | Implement mkdirSync | Sajjad Hashemian | |
2018-09-03 | Clean up handlers. | Ryan Dahl | |
2018-09-03 | Upgrade flatbuffers | Ryan Dahl | |
2018-09-03 | Format. | Ryan Dahl | |
2018-09-02 | Log level code refactoring | J2P | |
2018-09-02 | Unit tests for circular references | Kitson Kelly | |
2018-09-02 | Fix circular dependencies | Kitson Kelly | |
2018-09-01 | Minor code refactoring | ShinDarth | |
2018-09-01 | Refactor code to be same style | liuyi | |
2018-09-01 | Remove lib.globals.d.ts | Kitson Kelly | |
2018-09-01 | Bundle most types into globals.d.ts (#642) | Kitson Kelly | |
2018-09-01 | Refactor release_url to take platform as an argument | Andy Hayden | |
2018-09-01 | Avoid using temporary directory in install.py | Andy Hayden | |
2018-08-31 | Add release installer (#639) | Mirko Jotic | |
2018-08-31 | Document lStatSync & statSync and correct FileInfo. | Aaron Power | |
2018-08-31 | Implemented deno.env and refactored flags.rs | Aaron Power | |
2018-08-31 | Refactor libdeno.send() code to reduce boilerplate. | Ryan Dahl | |
Also removes assignCmdId as it's currently unused. | |||
2018-08-30 | v0.1.2 | Ryan Dahl | |
* Added https import support. * Added deno.makeTempDirSync(). * Added deno.lstatSync() and deno.statSync(). | |||
2018-08-30 | format | Ryan Dahl | |
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 | |