Age | Commit message (Collapse) | Author |
|
Original: https://github.com/denoland/deno_std/commit/e674f7575a7a5a845d696416da2abae62525bc3e
|
|
Windows needs to wait on a bug being fixed.
Original: https://github.com/denoland/deno_std/commit/ffd9f9d41e26de5f1becc7df2283761dd7b7bf74
|
|
|
|
|
|
Splits into 4 jobs: gn linux, gn mac, cargo linux, LSAN linux.
|
|
|
|
|
|
Original: https://github.com/denoland/deno_std/commit/34f21da7cf89c5a24558c68fc3f572e7300da618
|
|
|
|
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.
|
|
|
|
This avoids accidentally leaking the key in the build log.
|
|
|
|
|
|
Previously https://github.com/denoland/deno_examples
Original: https://github.com/denoland/deno_std/commit/14be9a0e82d1b54d5b0f04291d9154d1d7da29f7
|
|
Original: https://github.com/denoland/deno_std/commit/3dfbfdbf293d11466ab60ccb88962627643f9df1
|
|
Original: https://github.com/denoland/deno_std/commit/25b88bcf8c260865d2b6b68f539c4772bac095ee
|
|
Original: https://github.com/denoland/deno_std/commit/b15b0d20d722ad16ebba363c0e8e35bbbc869f20
|
|
Original: https://github.com/denoland/deno_std/commit/772698f4d2b65d81118f6f70232a4eccb1becc83
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Original: https://github.com/denoland/deno_std/commit/54787f172c62df7c98d8e9e534c40e317825e614
|
|
|
|
Previously https://github.com/zhmushan/deno_path
Original: https://github.com/denoland/deno_std/commit/1a35f9daf5aa1c10c61d62cccbe7f9ae3c615a0e
|
|
Adds prebuilt hyperfine and sccache binaries
Only build test_cc for LSAN
Add Cargo.lock
Only run benchmarks in master
|
|
Original: https://github.com/denoland/deno_std/commit/e0e677bb02ad1587743373fe59efcaba1f89d1ed
|
|
|
|
|
|
Original: https://github.com/denoland/deno_std/commit/2ae63d35d0dcb3da77c8323418264346db012fa6
|
|
Original: https://github.com/denoland/deno_std/commit/85ff88b0cc076d1a79fd15ddf4475270765bcfda
|
|
Move typescript files to net/
Original: https://github.com/denoland/deno_std/commit/99e276eb89fbe0003bfa8d9e7b907ff3ef19ee47
|
|
|
|
|
|
|
|
Original: https://github.com/denoland/deno_std/commit/6f2811c27594b10dc7c6064eaa82cd0534b7a018
|
|
Original: https://github.com/denoland/deno_std/commit/abeb19890e5d6a0cd3461c4aefc920006ef284bd
|
|
Original: https://github.com/denoland/deno_std/commit/5abec6efc5028bb281c29f5df40c0d87a4b8ebeb
|
|
|
|
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.
|
|
|
|
Original: https://github.com/denoland/deno_std/commit/269665873a9219423085418d605b8af8ac2565dc
|
|
Original: https://github.com/denoland/deno_std/commit/20714fe47a3a2b2bbb8a3b8553d0e6f4ad1cb76f
|
|
- console.assert should not throw error (#1335)
- Support more modes in deno.open (#1282, #1336)
- Simplify code fetch logic (#1322)
- readDir entry mode (#1326)
- Use stderr for exceptions (#1303)
- console.log formatting improvements (#1327, #1299)
- Expose TooLarge error code for buffers (#1298)
|
|
|
|
|
|
|