Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-23 | Add Releases.md file (#1402) | Ryan Dahl | |
2018-12-23 | libdeno: Remove unused members of DenoIsolate | Ryan Dahl | |
2018-12-23 | Use flatbuffers from crates.io (#1400) | Ryan Dahl | |
2018-12-23 | Remove support for extensionless import (#1396) | Ryan Dahl | |
2018-12-22 | make stdout unbuffered (#1355) | Yoshiya Hinosawa | |
2018-12-21 | Implement `Body.formData` for fetch (#1393) | Kevin (Kun) "Kassimo" Qian | |
2018-12-21 | Remove default export from flags module (denoland/deno_std#38) | Bartek Iwańczuk | |
Original: https://github.com/denoland/deno_std/commit/e674f7575a7a5a845d696416da2abae62525bc3e | |||
2018-12-21 | Add Azure Pipelines CI (Linux and Mac only) | Ryan Dahl | |
Windows needs to wait on a bug being fixed. Original: https://github.com/denoland/deno_std/commit/ffd9f9d41e26de5f1becc7df2283761dd7b7bf74 | |||
2018-12-21 | Improve handling of non-coercable objects in assertEqual (#1385) | Kitson Kelly | |
2018-12-21 | Avoid fetch segfault on empty Uri (#1394) | Kevin (Kun) "Kassimo" Qian | |
2018-12-20 | Parallelize travis | Ryan Dahl | |
Splits into 4 jobs: gn linux, gn mac, cargo linux, LSAN linux. | |||
2018-12-20 | cargo build: skip setup.py if possible | Ryan Dahl | |
2018-12-20 | Add deno logo to website. (#1380) | Ryan Dahl | |
2018-12-20 | Update registry URLs for flags (denoland/deno_std#36) | Bartek Iwańczuk | |
Original: https://github.com/denoland/deno_std/commit/34f21da7cf89c5a24558c68fc3f572e7300da618 | |||
2018-12-19 | Expose deno.inspect (#1378) | Kevin (Kun) "Kassimo" Qian | |
2018-12-20 | ci: run benchmarks before attempting to deploy them to github pages | Bert Belder | |
The 'script' key in the deploy section that is supposed to run the benchmarks isn't doing anything. Because of this, Travis bumps its head when trying to deploy a non-existing directory to github pages, which makes that our master branch is now consistently red. This patch restores the setup that worked before. This partially reverts commit aa66ef98ea6144abd2d2714fef1dfc8046e01775. | |||
2018-12-20 | ci: change S3 access key | Bert Belder | |
2018-12-20 | ci: start sccache early and throw away the S3 access key | Bert Belder | |
This avoids accidentally leaking the key in the build log. | |||
2018-12-20 | build: fix mac linking problem | Bert Belder | |
2018-12-20 | build: fold config("win_crt_agnostic") into config("deno_config") | Bert Belder | |
2018-12-19 | Add examples/ directory (denoland/deno_std#28) | Ryan Dahl | |
Previously https://github.com/denoland/deno_examples Original: https://github.com/denoland/deno_std/commit/14be9a0e82d1b54d5b0f04291d9154d1d7da29f7 | |||
2018-12-19 | Add colors example (denoland/deno_std#31) | Ryan Dahl | |
Original: https://github.com/denoland/deno_std/commit/3dfbfdbf293d11466ab60ccb88962627643f9df1 | |||
2018-12-19 | Add logging module (denoland/deno_std#33) | Bartek Iwańczuk | |
Original: https://github.com/denoland/deno_std/commit/25b88bcf8c260865d2b6b68f539c4772bac095ee | |||
2018-12-19 | Add flags module (denoland/deno_std#32) | Bartek Iwańczuk | |
Original: https://github.com/denoland/deno_std/commit/b15b0d20d722ad16ebba363c0e8e35bbbc869f20 | |||
2018-12-19 | Fix prettier version (denoland/deno_std#27) | Ryan Dahl | |
Original: https://github.com/denoland/deno_std/commit/772698f4d2b65d81118f6f70232a4eccb1becc83 | |||
2018-12-19 | appveyor: make Cargo use sccache when building deps | Bert Belder | |
2018-12-19 | ci: build with Cargo before building with Ninja | Bert Belder | |
2018-12-19 | build: make `cargo build` work | Bert Belder | |
2018-12-19 | log: bump default minimum log level to "warn" | Bert Belder | |
2018-12-19 | build: build rustls with the same features between gn/ninja and cargo | Bert Belder | |
2018-12-19 | Add illegal header name and value guards (#1375) | Kevin (Kun) "Kassimo" Qian | |
2018-12-18 | Add colors module (denoland/deno_std#30) | Kitson Kelly | |
Original: https://github.com/denoland/deno_std/commit/54787f172c62df7c98d8e9e534c40e317825e614 | |||
2018-12-19 | build: fix RLS-invoked 'cargo check' build | Bert Belder | |
2018-12-18 | migrate deno_path to deno_std (denoland/deno_std#26) | 木杉 | |
Previously https://github.com/zhmushan/deno_path Original: https://github.com/denoland/deno_std/commit/1a35f9daf5aa1c10c61d62cccbe7f9ae3c615a0e | |||
2018-12-18 | travis: Set CARGO_HOME to third_party/rust_crates (#1370) | Ryan Dahl | |
Adds prebuilt hyperfine and sccache binaries Only build test_cc for LSAN Add Cargo.lock Only run benchmarks in master | |||
2018-12-18 | http: Request body & Streaming (denoland/deno_std#23) | Kevin (Kun) "Kassimo" Qian | |
Original: https://github.com/denoland/deno_std/commit/e0e677bb02ad1587743373fe59efcaba1f89d1ed | |||
2018-12-18 | Fix URLSearchParams set() and constructor() (#1368) | 迷渡 | |
2018-12-18 | Add examples to website. | Ryan Dahl | |
2018-12-18 | Remove Makefile | Ryan Dahl | |
Original: https://github.com/denoland/deno_std/commit/2ae63d35d0dcb3da77c8323418264346db012fa6 | |||
2018-12-18 | Add format script. | Ryan Dahl | |
Original: https://github.com/denoland/deno_std/commit/85ff88b0cc076d1a79fd15ddf4475270765bcfda | |||
2018-12-18 | Rename project to deno_std | Ryan Dahl | |
Move typescript files to net/ Original: https://github.com/denoland/deno_std/commit/99e276eb89fbe0003bfa8d9e7b907ff3ef19ee47 | |||
2018-12-18 | Load sccache from S3 on CI | Ryan Dahl | |
2018-12-18 | Remove prebuilt v8 support | Bert Belder | |
2018-12-18 | Enable jumbo build in release. (#1362) | Ryan Dahl | |
2018-12-17 | Implement append() to join 2 Uint8Array (denoland/deno_std#25) | Kevin (Kun) "Kassimo" Qian | |
Original: https://github.com/denoland/deno_std/commit/6f2811c27594b10dc7c6064eaa82cd0534b7a018 | |||
2018-12-17 | Add BufReader.readFull (denoland/deno_std#24) | Kevin (Kun) "Kassimo" Qian | |
Original: https://github.com/denoland/deno_std/commit/abeb19890e5d6a0cd3461c4aefc920006ef284bd | |||
2018-12-17 | Remove buffer.ts and use the one built in to deno. | Ryan Dahl | |
Original: https://github.com/denoland/deno_std/commit/5abec6efc5028bb281c29f5df40c0d87a4b8ebeb | |||
2018-12-17 | Add URL implementation (#1359) | Kitson Kelly | |
2018-12-17 | Remove from test_cc SnapshotterInitializesCorrectly (#1361) | Ryan Dahl | |
Unfortunately V8 has a debug-only assert that checks that a SnapshotCreator actually created a snapshot: https://github.com/denoland/deno_third_party/blob/7d8c9aa769778140e1619f545e706bf34545509e/v8/src/api.cc#L571 This was not being triggered in Linux & Mac debug builds because we were using the prebuilt release V8 build. It was being triggered in Windows debug build because there is a prebuilt v8_debug.lib. However the Windows error went unnoticed because we only run release builds in CI. | |||
2018-12-17 | Add console.count and console.time (#1358) | 迷渡 | |