Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-23 | Rename --allow-high-precision to --allow-hrtime (#2398) | Ryan Dahl | |
2019-05-23 | Fix examples in manual (#2396) | champ | |
2019-05-22 | Revert "Fix permissions for dial and listen (#2373)" | Bert Belder | |
This reverts commit 7219787894f13b1920b3b6b49203cdcb8f672c00. | |||
2019-05-21 | Use tagged version of prettier in CLI (#2387) | Bartek Iwańczuk | |
2019-05-21 | website: update http example (#2367) | Ryan Dahl | |
2019-05-20 | v0.6.0 | Ryan Dahl | |
2019-05-20 | Adjust core/README.md text | Ryan Dahl | |
2019-05-20 | Upgrade deno_std (#2378) | Ryan Dahl | |
2019-05-17 | Fix permissions for dial and listen (#2373) | Bartek Iwańczuk | |
2019-05-17 | Add crypto.getRandomValues() (#2327) | chiefbiiko | |
2019-05-17 | Don't print new line if progress bar was not used (#2374) | Bartek Iwańczuk | |
2019-05-17 | website: fix workers benchmark links (#2370) | Stephan Renatus | |
Signed-off-by: Stephan Renatus <srenatus@chef.io> | |||
2019-05-17 | Delete unnecessary console.log in test code (#2368) | JaePil Jung | |
2019-05-16 | third_party: add rust crate 'serde_derive' | Bert Belder | |
2019-05-16 | third_party: upgrade rust crates | Bert Belder | |
2019-05-16 | build: add support for rust proc-macro crates | Bert Belder | |
2019-05-16 | tools: format .gn files in the 'cli' directory | Bert Belder | |
2019-05-16 | build: forward rustc '--cfg' flags correctly | Bert Belder | |
2019-05-16 | Add permission whitelist docs (#2365) | Daiki Ihara | |
2019-05-16 | Fix typo in style guide (#2364) | Atty Eleti | |
2019-05-16 | fmt: use --write option of prettier/main.ts (#2363) | Yoshiya Hinosawa | |
This is step 1 of the plan outlined here: https://github.com/denoland/deno/issues/2090#issuecomment-492897028 | |||
2019-05-15 | Remove FileInfo.path | Ryan Dahl | |
2019-05-15 | Upgrade deno_std | Ryan Dahl | |
2019-05-15 | Add error handling to dispatch_minimal::ops::read/write (#2349) | diskkid | |
2019-05-14 | Fix command in docs (#2353) | Ryan Dahl | |
2019-05-14 | Rename HTTP benchmarks (#2350) | Ryan Dahl | |
2019-05-13 | Typo (#2342) | ztplz | |
2019-05-11 | v0.5.0 | Ryan Dahl | |
2019-05-11 | Typo (#2337) | Nikola Ristic | |
2019-05-11 | Add progress bar (#2309) | Ryan Dahl | |
2019-05-11 | fix: edge case in toAsyncIterator (#2335) | Bartek Iwańczuk | |
2019-05-11 | Reorder benchmark page (#2314) | Ryan Dahl | |
2019-05-11 | third_party: upgrade rust crates | Bert Belder | |
2019-05-11 | core: make PinnedBuf::Raw -> PinnedBuf conversion actually a move | Bert Belder | |
2019-05-09 | core: Privatize ModuleNameMap SymbolicModule deno_buf (#2324) | Bartek Iwańczuk | |
2019-05-09 | [manual] fix example (#2307) | Vincent LE GOFF | |
2019-05-09 | fix: support relative path for whitelisting (#2317) | Kevin (Kun) "Kassimo" Qian | |
Using `std::fs::canonicalize` to expand path to full existing path, such that later attempt to loop-pop and compare path segment would work. | |||
2019-05-08 | First pass at permissions whitelist (#2129) | andy finch | |
2019-05-08 | Refactor unit test runner (#2294) | Bartek Iwańczuk | |
Properly discovers the permissions needed for each test. | |||
2019-05-07 | Add Deno.chown (#2292) | Yingbo (Max) Wang | |
2019-05-06 | fix: Add all permissions to deno xeval (#2290) | Bartek Iwańczuk | |
2019-05-04 | update manual.md for deno v0.4.0 (#2291) | Bartek Iwańczuk | |
2019-05-03 | add warning for adblockers (#2250) | Vincent LE GOFF | |
2019-05-03 | v0.4.0 | Ryan Dahl | |
2019-05-03 | fix: deno version panic (#2286) | Bartek Iwańczuk | |
2019-05-03 | v0.3.11 | Ryan Dahl | |
2019-05-03 | add "deno run" subcommand (#2215) | Bartek Iwańczuk | |
2019-05-03 | feat(cli cmd): deno xeval (#2260) | Kevin (Kun) "Kassimo" Qian | |
2019-05-03 | feat: support .mjs extension resolution (#2283) | Kevin (Kun) "Kassimo" Qian | |
Removed `extmap` and added .mjs entry in `map_file_extension`. The assert in the compiler does not need to be updated, since it is resolving from the compiled cache instead of elsewhere (notice the .map is asserted next to it) | |||
2019-05-03 | Minor doc edits (#2231) | Ryan Dahl | |