Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-04 | Add eslint for linting (denoland/deno_std#235) | Kitson Kelly | |
Original: https://github.com/denoland/deno_std/commit/c0390ade3de4d825423c9f0f5e1aa56ffd509942 | |||
2019-03-04 | Refactor WebSockets (denoland/deno_std#173) | Dmitry Sharshakov | |
* Use assert.equal instead of deprecated assertEqual * Replace let with const where possible * Add WebSocketMessage type * Use OpCode in WebSocketFrame * Use const where possible in WS * Separate sha1 tests, use const instead of let Original: https://github.com/denoland/deno_std/commit/385f866a545176261806d75184e2ef97fa0d5269 | |||
2019-03-04 | `use-snapshots` build option for cross compile support. (#1852) | andy finch | |
2019-03-04 | feat: parallel testing (denoland/deno_std#224) | chiefbiiko | |
Original: https://github.com/denoland/deno_std/commit/41bdd096f0b300056c58a04392d109bf11c1ce8e | |||
2019-03-04 | Refactoring + Enhance UTs + Enhance doc (denoland/deno_std#230) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/e2fd507cfd28fa6f4900668d4a80b78a5e97f01b | |||
2019-03-04 | Allow inspection and revocation of permissions (#1875) | Simon Menke | |
2019-03-04 | Fixing default parameters of runBenchmarks (denoland/deno_std#229) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/facc8ce9d228148353c407869a32cc4295b9a264 | |||
2019-03-03 | Removed comment from tslint.json (#1878) | Lazarus Holl | |
2019-03-03 | libdeno: fix libdeno.print() unicode output on Windows | Bert Belder | |
Note that emoji are still not supported, due limitations of the Windows console. | |||
2019-03-03 | libdeno: remove `prints_newline` parameter from libdeno.print() | Bert Belder | |
2019-03-03 | Re-enabling colors after color testing (denoland/deno_std#226) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/b4fba9fb24f1e968bc92531c3c31662387bd032d | |||
2019-03-03 | Add write permissions requirement to `op_fetch_module_meta_data`. (#1874) | andy finch | |
2019-03-02 | Fix deno imports in manual (#1867) | JaePil Jung | |
2019-03-02 | fixing readme link + version (denoland/deno_std#225) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/0ba93a9b9522dace0c6a6ae9d824d4b580fcd1e3 | |||
2019-03-02 | manual - import.meta.main (#1868) | Bartek Iwańczuk | |
2019-03-02 | Fix example in manual (#1863) | Ryan Dahl | |
2019-03-02 | fs.walk performance improvement (denoland/deno_std#221) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/ccb452f77580148084e7b2dbcfb52b984e0d740e | |||
2019-03-02 | Testing add ansi color support from color module (denoland/deno_std#223) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/90871cfca6f44a8cfea19345998359d615002b05 | |||
2019-03-02 | Glob integration for the FS walker (denoland/deno_std#219) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/0c3ba838fa7e74a859d2a6dbfec3941a521c7988 | |||
2019-03-02 | compiler_bundle should also depend on gn_args.txt (#1870) | Yoshiya Hinosawa | |
2019-03-01 | Add Deno.version.gnArgs (#1845) | Yoshiya Hinosawa | |
To display specific build args passed to GN. | |||
2019-03-01 | Permissions refactor (#1864) | andy finch | |
Refactored permissions to be assignable on a per-isolate basis, and added a fix for #1858 to op_fetch_module_meta_data. | |||
2019-03-01 | Add favicon.ico generated by deno_logo_3.svg and add link tag in every page ↵ | Jon Jee | |
(#1861) | |||
2019-03-01 | Bump CI to v0.3.1 (denoland/deno_std#220) | Ryan Dahl | |
Original: https://github.com/denoland/deno_std/commit/93e5e0cd143d329f9f8d22fe8ea2b7387c251ff4 | |||
2019-02-28 | Use deno_core::JSError in deno (#1855) | Ryan Dahl | |
src/js_errors.rs takes care of source maps and color while core/js_errors.rs is just the basic struct. | |||
2019-02-27 | v0.3.1 | Ryan Dahl | |
2019-02-27 | upgrade V8 to 7.4.238 (#1849) | Ryan Dahl | |
2019-02-27 | Upgrade Node to v10 on Travis (#1850) | Ryan Dahl | |
2019-02-27 | third_party: upgrade rust crates | Bert Belder | |
2019-02-27 | Add NO_COLOR to CLI usage (#1843) | Ryan Dahl | |
2019-02-27 | Use the SVG logo everywhere. Add logo links to manual. (#1841) | Ryan Dahl | |
2019-02-26 | core: add Cargo.toml | Bert Belder | |
This aids development using Visual Studio Code. The http_bench can't be built with cargo yet because it needs to link with libdeno. | |||
2019-02-26 | deno_core (#1827) | Ryan Dahl | |
A new low-level crate with focus on speed. This doesn't yet hook into the existing code base. | |||
2019-02-26 | Add import.meta.main (#1835) | Bartek Iwańczuk | |
2019-02-26 | Add "Dino in the Rain" to manual page (#1840) | Kevin (Kun) "Kassimo" Qian | |
2019-02-26 | Updated some type assertions to work with other libc implementations. (#1837) | andy finch | |
2019-02-26 | Fix broken link to API reference (#1838) | William Fortin | |
Add missing trailing slash https://deno.land/typedoc/ | |||
2019-02-26 | Change `import { x } from "deno"` to `const { x } = Deno` ↵ | Bert Belder | |
(denoland/deno_std#218) Original: https://github.com/denoland/deno_std/commit/6063378a9284a48d42e37b4899f947c5c8bbf0b3 | |||
2019-02-25 | Fix console.table display of Map and move tests to unit test (#1839) | Kevin (Kun) "Kassimo" Qian | |
2019-02-25 | Upgrade deno_std (#1833) | Ryan Dahl | |
2019-02-25 | Fix copyright header (#1832) | Ryan Dahl | |
2019-02-24 | Fix import in http_bench.ts (denoland/deno_std#217) | Ryan Dahl | |
Original: https://github.com/denoland/deno_std/commit/d441a7dbf01ed87163dcde4120295c0c796f3f0d | |||
2019-02-23 | Clean up the test failure output (denoland/deno_std#209) | Andy Hayden | |
Original: https://github.com/denoland/deno_std/commit/e609f0c7cb0e7f5eae11c4f1ab78c01470d04347 | |||
2019-02-23 | Add runIfMain method (denoland/deno_std#215) | Bartek Iwańczuk | |
Original: https://github.com/denoland/deno_std/commit/817a0fb439ff92cd67da8d4f1dae12a2a08121e1 | |||
2019-02-23 | Fixed non-standard prefix on importing (denoland/deno_std#216) | EnokMan | |
Original: https://github.com/denoland/deno_std/commit/f65fda8336e72fe0cc19df2077eae5a00e64d337 | |||
2019-02-21 | Improve readme (#1822) | Ryan Dahl | |
2019-02-21 | manual: add Deno.run example (#1811) | Bartek Iwańczuk | |
2019-02-20 | Add section explaining resources and metrics to the manual (#1819) | EnokMan | |
2019-02-19 | Improve README (#1815) | Ryan Dahl | |
2019-02-19 | fix: revert http server example on the homepage (#1814) | Dmitry Teplov | |