Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fork #2

Merged
merged 90 commits into from
Jun 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
90 commits
Select commit Hold shift + click to select a range
ebae1a2
Migrate from dprint-ignore to deno-fmt-ignore (#5659)
kitsonk May 27, 2020
55d3600
Add wasm to media types (#5896)
seidtgeist May 27, 2020
7d764a2
upgrade: dprint to 0.19.0 (#5899)
bartlomieju May 27, 2020
db9c2c1
Fix shebangs (#5898)
seidtgeist May 27, 2020
f8c6500
test(clie/web/fetch): Re-enable tests (#5904)
marcosc90 May 27, 2020
f6e58b0
fix(doc): handle comments at the top of the file (#5891)
mattd3v May 27, 2020
3cbcdd4
console: Hide `values` for console.table if display not necessary (#5…
kevinkassimo May 28, 2020
c9bbb20
formData: set default filename for Blob to <blob> (#5907)
marcosc90 May 28, 2020
088fc15
Add release changes section in doc (#5903)
kennanseno May 28, 2020
6d9b066
improve indentation when displaying objects with console.log (#5909)
May 28, 2020
dc6c07e
fix(cli): Handle formatting UTF-8 w/ BOM files (#5881)
dsherret May 28, 2020
86c6f05
doc: improve documentation for consuming request body (#5771)
cknight May 28, 2020
2610cea
tidy up deno_core modules (#5923)
ry May 28, 2020
8f08b3f
Add instructions for using Deno with Emacs (#5928)
zeusdeux May 28, 2020
c9f7558
fix(std): Fix FileHandler test with mode 'x' on non-English systems (…
littletof May 28, 2020
fadd93b
feat(std/node): add link/linkSync polyfill (#5930)
cknight May 28, 2020
55311c3
chore(integration_tests): stop collecting unnecessary output in permi…
uki00a May 28, 2020
fe7d682
fix DenoBlob name (#5879)
pevers May 29, 2020
6de59f1
Return results in benchmark promise (#5842)
littletof May 29, 2020
499353f
fix(std/log): improve the calculation of byte length (#5819)
fuxingZhang May 29, 2020
958f21e
fix(cli): write lock file before running any code (#5794)
odziem May 29, 2020
2668637
fix: REPL evaluates in strict mode (#5565)
kitsonk May 29, 2020
02a6720
Improved typechecking error for unstable props (#5503)
lucacasonato May 29, 2020
ce246d8
feat(cli): deserialize Permissions from JSON (#5779)
akshatagarwl May 29, 2020
49c7077
fix(cli/js/error_stack): Expose Error.captureStackTrace (#5254)
nayeemrmn May 29, 2020
b97459b
fix: readTrailer didn't evaluate header names by case-insensitive (#…
keroxp May 29, 2020
ad6d2a7
refactor: TS compiler and module graph (#5817)
bartlomieju May 29, 2020
8e39275
fix(cli/permissions): Fix CWD and exec path leaks (#5642)
nayeemrmn May 29, 2020
106b001
v1.0.3
bartlomieju May 29, 2020
d4b05dd
refactor: Split isolate and state using safe get_slot() (#5929)
ry May 29, 2020
24e545d
typo (#5948)
danvega May 30, 2020
a82f24e
test to check that resource handle is closed after stream is cancelle…
marcosc90 May 30, 2020
dad551a
upgrade: Rust crates (#5959)
ry May 30, 2020
8b03736
doc: add/update jsdoc for global functions (#5963)
cknight May 30, 2020
550556e
fix: ES private fields parsing in SWC (#5964)
bartlomieju May 30, 2020
64bd276
fix(#4850): Deno.remove() fails to remove unix socket (#5967)
uki00a May 30, 2020
464f5bf
chore(cli/tests/unit/remove_test): remove duplicate codes between syn…
uki00a May 31, 2020
1057318
fix(std/path): Support browsers (#6003)
nayeemrmn May 31, 2020
aa514c0
feat(std/http): add TooEarly status code (#5999)
Voltra May 31, 2020
02d46ba
fix: media type for .cjs and application/node (#6005)
bartlomieju May 31, 2020
1fe0891
docs(std/encoding/csv): improve the document and jsdoc comments (#6008)
uki00a May 31, 2020
d896921
feat(std/hash): add Sha512 and HmacSha512 (#6009)
tumile May 31, 2020
0ce6394
re-enable the "HugeLines" test case (#6006)
uki00a May 31, 2020
ecb94c0
fix Headers.name and FormData.name (#5994)
marcosc90 May 31, 2020
08552fc
fix(fetch): network error on multiple redirects (#5985)
marcosc90 May 31, 2020
edeeedf
fix(cli/fetch): set null body for null-body status (#5980)
marcosc90 May 31, 2020
1d3dce9
fix(cli/js/web): formData parser for binary files (#6015)
marcosc90 Jun 1, 2020
29db410
fix(cli/web): Body.bodyUsed should use IsReadableStreamDisturbed
marcosc90 Jun 1, 2020
f0ba814
fix jsDoc (#5992)
chenguzhen87 Jun 1, 2020
12d741c
feat(std/http) support code 103 Early Hints (#6021)
getspooky Jun 1, 2020
becbb56
feat(core): Ops can take several zero copy buffers (#4788)
SyrupThinker Jun 1, 2020
c813990
fix: compile TS dependencies of JS files (#6000)
bartlomieju Jun 1, 2020
b693ca7
upgrade: crates (#6032)
ry Jun 1, 2020
c9aded0
feat(std/log): buffered file logging (#6014)
cknight Jun 1, 2020
b075f55
feat(std/io): add LimitedReader (#6026)
hastri Jun 1, 2020
d8c681d
feat(std/mime/multipart): Added multiple FormFile input (#6027)
hviana Jun 1, 2020
a4567e0
fix(doc): remove JSDoc comment truncation (#6031)
mattd3v Jun 1, 2020
30785ed
fix(bundle): better size output (#5997)
disizali Jun 1, 2020
6b0d286
feat(std/node): add util.type.isDate (#6029)
pevers Jun 1, 2020
40419c6
fix(std/http): file server not closing files (#5952)
simwipado Jun 1, 2020
8b1b476
Move create_main_worker to MainWorker::create (#6034)
ry Jun 2, 2020
3fe6bc1
fix: Better use of @ts-expect-error (#6038)
kitsonk Jun 2, 2020
9c59a4b
v1.0.4
bartlomieju Jun 2, 2020
b7b6e06
Remove unused check-only feature (#6035)
ry Jun 2, 2020
23dc9c1
Fix REPL BorrowMutError panic (#6055)
ry Jun 2, 2020
1db98f1
feat(std/testing): benching progress callback (#5941)
littletof Jun 2, 2020
aaa2ed5
fix(std/testing/asserts): Format values in assertArrayContains() (#6060)
nayeemrmn Jun 3, 2020
a1915a0
fix(fetch): Support 101 status code (#6059)
marcosc90 Jun 3, 2020
9a97e61
feat(std/encoding): add base64url module (#5976)
timonson Jun 3, 2020
041ccb6
Remove dead code (#6066)
ry Jun 3, 2020
445e441
Update to dprint 0.19.1 and swc_ecma_parser 0.24.3 (#6068)
dsherret Jun 3, 2020
a90d9fb
fix: dynamic import BorrowMutError (#6065)
ry Jun 3, 2020
aa39dfc
upgrade: rusty_v8 0.5.0 (#6070)
ry Jun 3, 2020
515d19d
v1.0.5
ry Jun 3, 2020
4ef38ba
docs: benchmarking (#6075)
littletof Jun 3, 2020
cab2734
fix(std/testing/bench): clock assertions without --allow-hrtime (#6069)
littletof Jun 3, 2020
1ebd330
doc: complete unstable documentation and make consistent (#6074)
cknight Jun 3, 2020
94bf551
fix(std/http/file_server): args handling only if invoked directly (#5…
marchiore Jun 3, 2020
fcae2fe
Upgrade to swc_ecma_parser 0.24.5 (#6077)
dsherret Jun 3, 2020
9bd5c08
feat(doc): handle detail output for enum (#6078)
uki00a Jun 3, 2020
97d876f
fix(std/http): Don't use assert() for user input validation (#6092)
nayeemrmn Jun 4, 2020
42a04ea
refactor(std/testing/bench): Remove differentiating on runs count (#6…
littletof Jun 4, 2020
e3cc3db
Revert "feat: format deno bundle output (#5139)" (#6085)
ry Jun 4, 2020
4b1638d
feat(std/testing): Allow non-void promises in assertThrowsAsync (#6052)
JonShort Jun 4, 2020
a04166e
deno doc docs (#5650)
mattd3v Jun 4, 2020
430beeb
doc: Improved ws example and README (#5636)
keroxp Jun 4, 2020
e05ed53
feat(std/hash): add sha3 (#5558)
skdltmxn Jun 4, 2020
7069d60
ci: use upstream actions/cache@v2 (#6113)
piscisaureus Jun 5, 2020
9a783ae
ci: upgrade to Rust 1.44.0 (#6113)
piscisaureus Jun 5, 2020
c4c6a8d
fix: Use # to denote line number in stack traces (#6114)
mitch292 Jun 5, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Install rust
uses: hecrj/setup-rust-action@v1
with:
rust-version: "1.43.0"
rust-version: 1.44.0

- name: Install clippy and rustfmt
if: matrix.config.kind == 'lint'
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
run: echo "::set-env name=CARGO_HOME::$(pwd)/.cargo_home"

- name: Cache
uses: denoland/github-actions-cache@stable-prerelease
uses: actions/cache@v2
with:
# Note: crates from the denoland/deno git repo always get rebuilt,
# and their outputs ('deno', 'libdeno.rlib' etc.) are quite big,
Expand Down
Loading