Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tauri-apps/deno

A secure JavaScript and TypeScript runtime
https://github.com/tauri-apps/deno

Add examples to website.

528eb2adb38b44def28aeab006cd0ba1e2654239 authored about 6 years ago by Ryan Dahl <[email protected]>
Remove Makefile

Original: https://github.com/denoland/deno_std/commit/2ae63d35d0dcb3da77c8323418264346db012fa6

ee72e869f7073f8f3ccce55f32695df96e3d8113 authored about 6 years ago by Ryan Dahl <[email protected]>
Add format script.

Original: https://github.com/denoland/deno_std/commit/85ff88b0cc076d1a79fd15ddf4475270765bcfda

e249378fdfebdb0e513cc692b581dad49efd9af1 authored about 6 years ago by Ryan Dahl <[email protected]>
Rename project to deno_std

Move typescript files to net/

Original: https://github.com/denoland/deno_std/commit/99e276eb89f...

968d50842512a007dc9c2e4ae31b1970fdc6e6a2 authored about 6 years ago by Ryan Dahl <[email protected]>
Remove prebuilt v8 support

b40326875cd9b3374fb8d02b14cf1bf588343abe authored about 6 years ago by Bert Belder <[email protected]>
Load sccache from S3 on CI

7a0d9370e86e739461a628c822d7992ea450294f authored about 6 years ago by Ryan Dahl <[email protected]>
Enable jumbo build in release. (#1362)

0481d6c2c05eedbab289a85d8bfe4b909013491d authored about 6 years ago by Ryan Dahl <[email protected]>
Implement append() to join 2 Uint8Array (denoland/deno_std#25)

Original: https://github.com/denoland/deno_std/commit/6f2811c27594b10dc7c6064eaa82cd0534b7a018

6e077e71fa27dbb993a49cda211c5385a76ca6aa authored about 6 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Add BufReader.readFull (denoland/deno_std#24)

Original: https://github.com/denoland/deno_std/commit/abeb19890e5d6a0cd3461c4aefc920006ef284bd

81933b0f04b865cab3b42a257b333f37ccc441b7 authored about 6 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Remove buffer.ts and use the one built in to deno.

Original: https://github.com/denoland/deno_std/commit/5abec6efc5028bb281c29f5df40c0d87a4b8ebeb

6afc9dca3d6c550b859a7f6bede0ec9527b0ba34 authored about 6 years ago by Ryan Dahl <[email protected]>
Add URL implementation (#1359)

91a41ca124ffb6e9c025ca2cb35121cca139083c authored about 6 years ago by Kitson Kelly <[email protected]>
Remove from test_cc SnapshotterInitializesCorrectly (#1361)

Unfortunately V8 has a debug-only assert that checks
that a SnapshotCreator actually created a ...

1e54f1d47362308d7eabb02b3ddaa1f670e4ca08 authored about 6 years ago by Ryan Dahl <[email protected]>
Add console.count and console.time (#1358)

04076465cf2bda0af35fa255a56516aa6f9732ad authored about 6 years ago by 迷渡 <[email protected]>
First pass at streaming http response (denoland/deno_std#16)

Original: https://github.com/denoland/deno_std/commit/269665873a9219423085418d605b8af8ac2565dc

f6dae45cd2bb0615c136188b4dba8a3272ac5d70 authored about 6 years ago by Bartek Iwańczuk <[email protected]>
ci: update deno version to v0.2.3

Original: https://github.com/denoland/deno_std/commit/20714fe47a3a2b2bbb8a3b8553d0e6f4ad1cb76f

579b92de599b056c308a3b2d26f0b09188c4441b authored about 6 years ago by zhmushan <[email protected]>
v0.2.3

- console.assert should not throw error (#1335)
- Support more modes in deno.open (#1282, #1336)...

c69d2f554d05ba9e4d09af6ae451ce5676876e61 authored about 6 years ago by Ryan Dahl <[email protected]>
`console.assert` should not throw error (#1335)

769994bd4ee352b636a6a5e58d346cf07539bfe6 authored about 6 years ago by 迷渡 <[email protected]>
remove repeative permission checks (#1350)

0bb43ebbfcbc378810f75c43a2be3369729921f7 authored about 6 years ago by F001 <[email protected]>
Fix typo in tests (#1342)

a60da6462621b2f1ddf12dda4cd205c06179c6b1 authored about 6 years ago by 迷渡 <[email protected]>
Improve text on benchmark site. (#1323)

eff66a3c831bae9bdcec3f0e341cf61e35ed6233 authored about 6 years ago by Ryan Dahl <[email protected]>
Check that IsolateState is thread safe. (#1321)

9cfb533c83cb350b66217cdcaea13ad7760f57e2 authored about 6 years ago by Ryan Dahl <[email protected]>
Merge deno_new_snapshotter behavior into deno_new (#1318)

f986eb25c575747efddcbbcbd8ab429a32312983 authored about 6 years ago by Ryan Dahl <[email protected]>
Fix deno.open permission check (#1336)

2cb52cc4d19b212c4a1095ca4f668fe62b237c7a authored about 6 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Read version from Cargo.toml (#1267)

40d6daf8240f9dc090c23f975488c424b88f120f authored about 6 years ago by Goffert van Gool <[email protected]>
Fix typo in errors.ts JSDoc

07369a6270473a2e4eb74d0c1936284d3b9558f3 authored about 6 years ago by Tim Wang <[email protected]>
travis: remove use_sysroot

79b4140a7770e57dcdded1c7742804d810d5d922 authored about 6 years ago by Ryan Dahl <[email protected]>
fix typo on website

b8202d2a029fdb29568510ce919978c80e49ca57 authored about 6 years ago by Allen Hai <[email protected]>
Fix file server crash (denoland/deno_std#20)

Fix denoland/deno_std#19
Original: https://github.com/denoland/deno_std/commit/d9ab8eb0033ae7355...

10daa2982afc556df3f7ad78f9965b035c3126e1 authored about 6 years ago by Bartek Iwańczuk <[email protected]>
Fix travis badge

Original: https://github.com/denoland/deno_std/commit/dbff42070bf8a94bb6a2af3d63ebffc7e77ab56b

c4e20b746ffcfc3b2845584c8ea89ec7bc8f67eb authored about 6 years ago by Ryan Dahl <[email protected]>
Flesh out open() modes (#1282)

c2b91a3ef6305bb0597ec65e887bbab2d9f512a2 authored about 6 years ago by Bartek Iwańczuk <[email protected]>
Change default to false Base.bool

e31866a60da6edd4ed9b604caf5a9dfa6b1631ae authored about 6 years ago by Tnarita0000 <[email protected]>
js_errors: rename source_url to script_name (#1329)

6b8daf9f3f5b403b04dac791a4edcd4e8377ee34 authored about 6 years ago by ggtmtmgg <[email protected]>
use byte array instead of string for code fetch (#1307)

e976b3e0414dc768624b77e431ee7f55b03b76a4 authored about 6 years ago by F001 <[email protected]>
File server logging (denoland/deno_std#17)

Original: https://github.com/denoland/deno_std/commit/108127178b7cfd881ea18fabc92d0ee9bf72fd20

0212401974434271653e50cc9d8f7188d72a8880 authored about 6 years ago by Bartek Iwańczuk <[email protected]>
Simplify src fetch logic and auto append suffix in cache search (#1322)

65dd0d516d14ff0ec5ec37513efc10b7882172e6 authored about 6 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Avoid Uint8Array.prototype throwing type error in console.log (#1327)

8502cb0ccba2697d6922b3256655ca445910b7e8 authored about 6 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
readDir entry mode (#1326)

585de35b1d472a94fb2652fce1f2cc32077f7814 authored about 6 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Serve directory for file server & Fix bufio flush bug (denoland/deno_std#15)

Original: https://github.com/denoland/deno_std/commit/b78f4e9fbd477b026f1a309c64f4f8f75cd4d5d6

b94530332910c0b85553dc91fa1912bce308df3c authored about 6 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Remove custom panic handler.

This was introduced because Tokio would swallow panics. This is still
the case, but this panic h...

a8c3b448049912ead5ba025fee9568dcc0786573 authored about 6 years ago by Ryan Dahl <[email protected]>
Use default filename for Isolate::execute.

81c8926ee9469a792d33e650eb8b8ac007de1977 authored about 6 years ago by Ryan Dahl <[email protected]>
tools: remove_and_symlink can be skipped on unix

This is more optimial and this fixes a problem where occasionally
remove_and_symlink will error ...

bba1a0d44aa3dd58bd0de53f37982ef270c7a176 authored about 6 years ago by Ryan Dahl <[email protected]>
deno_dir: move tests into submodule

acd9fa229895cea540f028f47eea2ca795bb7e52 authored about 6 years ago by Ryan Dahl <[email protected]>
Minor rename for CodeFetch parameters

This bring it inline with terminology used in V8
See ResolveCallback in v8.h

52079b26dbe44fdca6fde5a572b77282dffca722 authored about 6 years ago by Ryan Dahl <[email protected]>
Remove dead code: ASSET_PREFIX

8d3e8b1c642996719fccf594ea3e36d448adf9f8 authored about 6 years ago by Ryan Dahl <[email protected]>
build: snapshot doesn't need source_map

Continuation of the work done in c113df.

f2307346237831e049f06d5ff19af0590cfd377f authored about 6 years ago by Ryan Dahl <[email protected]>
Add file server to README

Original: https://github.com/denoland/deno_std/commit/f1f1f39cd3618824534d16b2588e97ecbc6c2681

a691d9257b89cc210de6371138508c76aa288aba authored about 6 years ago by Ryan Dahl <[email protected]>
Replace blocking! macro by generic function (#1305)

c1de50b0ca9c6e1c8cd06347d19dd3db50db36d8 authored about 6 years ago by F001 <[email protected]>
Use stderr for exceptions (#1303)

9a960b9f5804f5e855163e7ec43327c28daef845 authored about 6 years ago by Ryan Dahl <[email protected]>
Add more console types formatting support (#1299)

1548792fb3530efb63432c0c704a3f0053410eb3 authored about 6 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
supply the directory to serve as CLI argument (denoland/deno_std#13)

Original: https://github.com/denoland/deno_std/commit/7cd4d9f4eaa4b1d167306b9000af30421319600a

626cef41b60b3f1802655fd5ea4f638db4934466 authored about 6 years ago by 木杉 <[email protected]>
Update travis to use v0.2.2 explicitly

Original: https://github.com/denoland/deno_std/commit/721306e7269301bde5dd192f941e0c92a4bd162e

335343f51fbea2303f904007a5a12b779919918b authored about 6 years ago by Ryan Dahl <[email protected]>
Add TooLarge error code for buffers (#1298)

In collaboration with @yushimatenjin

c427c2df427f477eb1214d8ff3fdfad36e191a6c authored about 6 years ago by binaryta <[email protected]>
Simple file server (denoland/deno_std#11)

Original: https://github.com/denoland/deno_std/commit/c8e5d98900884f583d91c7c2526fca8bbc50be1b

2b1733e936b5fff34583628367bbe99244041d55 authored about 6 years ago by Bartek Iwańczuk <[email protected]>
set content-length for bodyless response

Original: https://github.com/denoland/deno_std/commit/0e82a4249ead38be9ff0e35b2df97eb6dc8ca139

2b360c60a5b7bfd9b1ac3c1afc8f38ffb9209d32 authored about 6 years ago by Bartek Iwańczuk <[email protected]>
Add more profiling and debugging guides

f2447f6a2307369c16322861735a87fdd30f7233 authored about 6 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Track the master branch of the chromium_build repo

be2e5cce7975d5f8e4ab18014ca67bd8f4aa901e authored about 6 years ago by Bert Belder <[email protected]>
build: manage win lld-link.exe thin archive flag with config("thin_archive")

8c86bc72054c2b84e493e4a33fb6f79474362a69 authored about 6 years ago by Bert Belder <[email protected]>
v0.2.2

- Don't crash when .mime file not exist in cache (#1291)
- Process source maps in Rust instead o...

e6121762f8bf3c531c4c60229ff4a156ae21d931 authored about 6 years ago by Ryan Dahl <[email protected]>
Add benchmark for net/http (#1289)

ba429ccde860fa52258f0d5769a8d23f62029ecd authored about 6 years ago by Bartek Iwańczuk <[email protected]>
Don't crash when .mime file not exist in cache (#1291)

0d3584cf4625c78a6f7f7568757d702d32755668 authored about 6 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Process source maps in Rust instead of JS (#1280)

- Improves speed and binary size significantly.
- Makes deno_last_exception() output a JSON str...

c113df1bb8a0c7d0c560ad32c0291c918c7da7b4 authored about 6 years ago by Ryan Dahl <[email protected]>
Add ASCII support to TextDecoder

568ac0c9026b6f4012e2511a026bb5eb31a06020 authored about 6 years ago by Kitson Kelly <[email protected]>
Relative import for http_bench.ts

Original: https://github.com/denoland/deno_std/commit/958dadc8752f1aface8cff39c56011b016fb1460

2516281306a5d49fc987a18461a4982625c890f8 authored about 6 years ago by Ryan Dahl <[email protected]>
Add http_bench.ts

Original: https://github.com/denoland/deno_std/commit/82ceb596f3d1f75b1711117767e26cfac8b64945

16aedf68ea056c312edd8f857a57c143c4f21f50 authored about 6 years ago by Ryan Dahl <[email protected]>
Format

Original: https://github.com/denoland/deno_std/commit/f3bce9c7b8e75846c33d4b8672510092b92b3139

c5871cb996d42eec2453b86003f305ec62ee3e46 authored about 6 years ago by Ryan Dahl <[email protected]>
Unblock server on multiple HTTP requests (denoland/deno_std#3)

Original: https://github.com/denoland/deno_std/commit/1bf555ab2f9c6074b07697d72cb93f276ecf5bb1

17c255581dbeff6bad6fe385b6cdee174e3f93ae authored about 6 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Use Utf8 instead of ASCII in TextDecoder

See https://github.com/denoland/deno/issues/1288

Original: https://github.com/denoland/deno_std...

a34bc9040dc86efe5dfa9e89a6d4daadb425891d authored about 6 years ago by Ryan Dahl <[email protected]>
Use alternate TextEncoder/TextDecoder implementation (#1281)

This is faster and smaller.

6cc89b9e272440d93b6354f098031c3a22803686 authored about 6 years ago by Kitson Kelly <[email protected]>
Isolate::from_raw_ptr and other cleanups.

`Isolate::from_void_ptr` is renamed to `from_raw_ptr`, to keep
consistency with std libs.

It is...

60c008d23b2bdad333711b43148a5053e83a62cc authored about 6 years ago by F001 <[email protected]>
fix statusCode

Original: https://github.com/denoland/deno_std/commit/5fbbc2c46c67147415d70499b12630c4934c3b34

79a1de9b140318837255476df36161d24147f4c6 authored about 6 years ago by zhmushan <[email protected]>
Upgrade flatbuffers to 80d148

45320beca82518e998614d2cbb4e733a47b7fef9 authored about 6 years ago by Ryan Dahl <[email protected]>
Add deno_config struct for isolate creation. (#1277)

In preperation for adding other callbacks to libdeno.

d70b04c6d7f5fec2d3cd9584362a9675a5196531 authored about 6 years ago by Ryan Dahl <[email protected]>
Remove static lifetime bound in OpCreator (#1276)

The main purpose of this PR is to remove the `'static` lifetime bound in

type OpCreator =
...

30420ad3174e232b74146ad09af448407f252685 authored about 6 years ago by F001 <[email protected]>
Remove leaks from snapshot_creator

0bec0fa594486876ff63d02e98ab454515e9c0d8 authored about 6 years ago by Ryan Dahl <[email protected]>
Avoid memory leak (#1265)

9e839b7e2325e55147cc7e49ed9576cc000eaf63 authored about 6 years ago by F001 <[email protected]>
Turn off kPromiseResolvedAfterResolved warning

f6c841a6cd85b8e8db3c6cb52fa41811535a72ca authored about 6 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Add LSAN build to travis.

For now it only runs test_cc and has to filter out a test which leaks.
However we will expand th...

8373046719619b8e1535b4ef3ccbf47ead71bfd3 authored about 6 years ago by Ryan Dahl <[email protected]>
Fix test_cc memory leaks.

These were discovered using the LSAN.
http://dev.chromium.org/developers/testing/leaksanitizer

f25220b2cfae015709afb68824f6442a2c9f2bef authored about 6 years ago by Ryan Dahl <[email protected]>
gn snapshot template's target_name should be target

b39f4c146e7c13a7489e37b315a86e1a4a03a1a8 authored about 6 years ago by Ryan Dahl <[email protected]>
Use include_bytes! instead of incbin.

This is the second attempt at this patch. The first version was reverted
in 2ffd78daf9956a24098d...

f727214db0677ebc31e0988287c71c517a858193 authored about 6 years ago by Ryan Dahl <[email protected]>
third_party: symlink //third_party/v8/build => //build

7d02971c2c88705afd019442965f228e0165c73b authored about 6 years ago by Bert Belder <[email protected]>
.gitattributes: add symlink target types

This is a first step toward removing the fix_symlinks() hack from
tools/third_party.py.

6aa02f1fd9ea5e24c82b8edb865898063a39a765 authored about 6 years ago by Bert Belder <[email protected]>
.gitattributes: not all files are text

e5d1ac8074c13556c6d6a971c0b768b23a06ae20 authored about 6 years ago by Bert Belder <[email protected]>
Update usage (denoland/deno_std#2)

Original: https://github.com/denoland/deno_std/commit/f574e3c6dbb1728c149a3478b11873e03b5ca439

6a7c01c2f039c9e3be8a5c4694322dc0a39e78df authored about 6 years ago by hashrock <[email protected]>
feat: Support for bigints in console

7c6479e28fc251d1c0c0aa16f06dbe56fba3afc1 authored about 6 years ago by kyraNET <[email protected]>
doc: Remove TS and V8 versions from README file (#1258)

a05d9aaead49aa5250ce76f3c97e9d51c7bbde19 authored about 6 years ago by Kyra <[email protected]>
Cargo and GN should build into same directory.

Currently gn builds into "target/debug"
however cargo tells gn to build into
"target/debug/build...

5d161f366fbc8df635f3b6082ed928ed305e2107 authored about 6 years ago by Ryan Dahl <[email protected]>
v0.2.1

- Allow async functions in REPL (#1233)
- Handle Location header relative URI (#1240)
- Add deno...

b5c6bfa0c8a3df9598211bc68db5408f5eec147d authored about 6 years ago by Ryan Dahl <[email protected]>
Upgrade Prettier to support BigInt syntax in TS

b7178e170466dc550e23e9b08dce9d07d9b4974c authored about 6 years ago by Ryan Dahl <[email protected]>
travis: test rust version before rustup

daa84646e13abc05c132df04875f32df242c2b05 authored about 6 years ago by Ryan Dahl <[email protected]>
Upgrade Rust crates

38463848885bee38c2d509bbcd2ed453702d9f9f authored about 6 years ago by Ryan Dahl <[email protected]>
Use pylint.

c5d8cf8eb6a6e84347b9379945f308f29a2fe5cb authored about 6 years ago by Ryan Dahl <[email protected]>
Add Process.output (#1235)

d43a4be0d291d2cb1fb4f5a9353b509e87f849eb authored about 6 years ago by DanSnow <[email protected]>
Add deno.readAll() (#1234)

e749b37b7cc811f32d18e6cc9a8daa5c2f055d00 authored about 6 years ago by DanSnow <[email protected]>
Fix flaky REPL test.

122ccce89a59b15c0a84b28d62b5593695aef151 authored about 6 years ago by Ryan Dahl <[email protected]>
clippy fixes (#1250)

aab02805dd00a2dd661f141333d7ec6f347b204d authored about 6 years ago by Andy Hayden <[email protected]>
Upgrade to TypeScript 3.2

17994d45423fd5f10e1df347aa8e6962fd1e5bc2 authored about 6 years ago by Kitson Kelly <[email protected]>
Add prebuilt/win/v8_debug.lib (#1249)

The windows debug build was broken due to libc link errors.

cc126528f0a787da2e5c8910f0e8aa2df681a4dd authored about 6 years ago by Ryan Dahl <[email protected]>
Make //build a git submodule

So we can float patches before sending them upstream.
https://github.com/denoland/chromium_build...

1ac293460431b49023aca954a0b065211f6b5c5d authored about 6 years ago by Ryan Dahl <[email protected]>
Replace mutex by atomics (#1238)

b6fda735ee0106b72500d927b9695a27ecd519f3 authored about 6 years ago by F001 <[email protected]>