Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-24 | Add thread count benchmark (#811) | Kevin (Kun) "Kassimo" Qian | |
2018-09-24 | build: always enable clang color output | Bert Belder | |
2018-09-24 | build: enable rust color output on windows | Bert Belder | |
2018-09-24 | tools: make color output work on windows | Bert Belder | |
2018-09-24 | Add `toString` for CallSite of eval origin (#809) | Kevin (Kun) "Kassimo" Qian | |
2018-09-24 | Add flag --recompile (#801) | Bartek IwaĆczuk | |
2018-09-24 | Start testing website (#813) | Yoshiya Hinosawa | |
2018-09-24 | [console] Use constructor.name to print out function type (#664) | Kevin (Kun) "Kassimo" Qian | |
2018-09-23 | benchmark: track the binary size (#804) | Yoshiya Hinosawa | |
2018-09-22 | travis: fix the build, attempt 2 | Bert Belder | |
2018-09-22 | Rename deno.argv, libdeno::DenoC and deno_set_flags (#796) | ztplz | |
2018-09-22 | Update README and Roadmap. (#799) | Ryan Dahl | |
2018-09-22 | travis: fix github pages deploy condition | Bert Belder | |
2018-09-22 | travis: run benchmarks on linux, deploy to github pages | Bert Belder | |
2018-09-22 | travis: clean up & tweaks | Bert Belder | |
2018-09-22 | Add benchmark tools (#777) | Yoshiya Hinosawa | |
2018-09-22 | Implement deno.trace() (#795) | Kevin (Kun) "Kassimo" Qian | |
2018-09-21 | v0.1.5 | Ryan Dahl | |
- Add atob() btoa() #776 - Add deno.arch deno.platform #773 - Add deno.symlink() and deno.symlinkSync() #742 - Add deno.mkdir() and deno.mkdirSync() #746 - Add deno.makeTempDir() #740 - Improvements to FileInfo interface #765, #761 - Add fetch.blob() - Upgrade V8 to 7.0.276.15 - Upgrade Rust crates | |||
2018-09-21 | Revert "Add benchmark tools (#777)" | Bert Belder | |
This reverts commit 3ad48bdb3e6372f55579808535ce2c17809178ff. | |||
2018-09-21 | Add benchmark tools (#777) | Yoshiya Hinosawa | |
2018-09-20 | Add atob() and btoa() (#776) | Kevin (Kun) "Kassimo" Qian | |
2018-09-20 | Fix async-await syntax | Jamie | |
2018-09-20 | Add deno.arch/deno.platform (#773) | Kevin (Kun) "Kassimo" Qian | |
2018-09-18 | Implement deno.symlink() (#742) | Mani Maghsoudlou | |
2018-09-17 | appveyor: show test output in the build log in realtime | Bert Belder | |
2018-09-17 | appveyor: don't persist rollup cache in appveyor cache | Bert Belder | |
Rollups cache usage has turned out to be unreliable, reusing stale data that should be regenerated. | |||
2018-09-17 | format | Bert Belder | |
2018-09-17 | Remove unused .gclient_entries file. | Ryan Dahl | |
2018-09-17 | Upgrade V8 to 7.0.276.15 | Ryan Dahl | |
2018-09-17 | Isolate::execute doesn't need mutability. | Ryan Dahl | |
2018-09-17 | Rename Deno to Isolate and move to own file. | Ryan Dahl | |
2018-09-17 | Make mode always u32 and switch to has_mode for StatRes fbs (#761) | Kevin (Kun) "Kassimo" Qian | |
2018-09-17 | Add missing deps to cargo.toml | Bert Belder | |
We're using ring and futures directly, so they should be listed in cargo.toml. | |||
2018-09-17 | Upgrade rust crates. | Ryan Dahl | |
2018-09-17 | Change FileInfo to interface (#765) | ztplz | |
2018-09-16 | Treat rust warnings as errors | Bert Belder | |
2018-09-16 | Suppress remaining warnings in third party rust crates | Bert Belder | |
2018-09-16 | Use `dirs::home_dir` to replace deprecated `std::env::home_dir` | Kevin (Kun) "Kassimo" Qian | |
2018-09-16 | Add the 'dirs' crate, enable the required 'winapi' features | Kevin (Kun) "Kassimo" Qian | |
2018-09-16 | build: properly rebuild rust crates when their deps change | Bert Belder | |
2018-09-16 | format | Bert Belder | |
2018-09-16 | Remove remove_timer asserts (#760) | Kevin (Kun) "Kassimo" Qian | |
* Remove remove_timer asserts * Add clearTimeout invalid id no-panic test * Move timer test to its file AND some lint side-effects | |||
2018-09-16 | Fix comments in stat.ts file | J2P | |
2018-09-16 | Improve integration of dom_types | Kitson Kelly | |
2018-09-14 | Make fetch.blob() work | Parsa Ghadimi | |
2018-09-14 | [fs] Enable mode for `mkdir` on unix (#746) | Kevin (Kun) "Kassimo" Qian | |
2018-09-14 | Rename fetch_types.d.ts to dom_types.d.ts | Parsa Ghadimi | |
2018-09-14 | Implement Blob | Parsa Ghadimi | |
2018-09-14 | fix command line flag in the comment | justjavac | |
2018-09-12 | feat: add deno.makeTempDir | Yoshiya Hinosawa | |