summaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Expand)Author
2022-07-19fix(task): do not overflow attempting to parse large number as redirect (#15249)David Sherret
2022-07-19chore: upgrade rusty_v8 to 0.47.0 (#15247)Bartek Iwańczuk
2022-07-18chore(repl): update rustyline to 10.0.0 (#15232)sigmaSd
2022-07-14chore: upgrade rusty_v8 to v0.46.0 (#15200)Bartek Iwańczuk
2022-07-14feat(lsp): provide import map remapping diags and fixes (#15165)Kitson Kelly
2022-07-13feat(fmt): do not add a newline between a template and its tag (#15195)David Sherret
2022-07-12chore: forward v1.23.4 release commit to main (#15172)Colin Ihrig
2022-07-11fix(coverage): better handling of multi-byte characters (#15159)David Sherret
2022-07-11fix: upgrade deno_ast to 0.17 (#15152)David Sherret
2022-07-08chore: upgrade rusty_v8 to 0.45.0 (#15123)Divy Srivastava
2022-07-05chore: unpin pin project to fix cargo publish (#15085)David Sherret
2022-07-051.23.3 (#15081)denobot
2022-07-05Revert "refactor(snapshots): to their own crate (#14794)" (#15076)Bartek Iwańczuk
2022-06-30chore: forward 1.23.2 to main (#15027)David Sherret
2022-06-30chore: upgrade rusty_v8 to 0.44.3 (#15019)Divy Srivastava
2022-06-30perf(serde_v8): smallvec ByteString (#15008)Divy Srivastava
2022-06-29perf(ext/web): use base64-simd for atob/btoa (#14992)Nugine
2022-06-28refactor(bench): continuous benchmarking improvements (#14821)Divy Srivastava
2022-06-24refactor(snapshots): to their own crate (#14794)Aaron O'Mullan
2022-06-23v1.23.1 (#14954)Kayla Washburn
2022-06-23chore: upgrade rusty_v8 to 0.44.2 (#14947)Bartek Iwańczuk
2022-06-22fix: upgrade swc via deno_ast 0.16 (#14930)David Sherret
2022-06-20fix(cli/bench): Use `deno check` instead of `deno cache` (#14916)Divy Srivastava
2022-06-20chore(ext/crypto): update webcrypto deps (#14452)Divy Srivastava
2022-06-16cleanup(ops): match variations with regexes (#14888)Aaron O'Mullan
2022-06-151.23.0 (#14878)denobot
2022-06-15chore: upgrade various deps (#14876)Ryan Dahl
2022-06-15upgrade: v8 10.4.132.5 (#14874)Ryan Dahl
2022-06-14feat(vendor): support using an existing import map (#14836)David Sherret
2022-06-13feat(task): support redirects, cat, xargs (#14859)David Sherret
2022-06-12feat(fmt): remove some unnecessary parens in types (#14841)David Sherret
2022-06-09chore: Forward v1.22.3 to main (#14835)Colin Ihrig
2022-06-06fix(task): support parsing quotes in a word (#14807)David Sherret
2022-06-02chore: Forward v1.22.2 to main (#14785)Bartek Iwańczuk
2022-06-01fix(fmt): do panic for import decl with empty named imports and default impor...David Sherret
2022-06-01feat: update to TypeScript 4.7 (#14242)Kitson Kelly
2022-05-30refactor(bench): Allocate IDs for benches (#14757)Nayeem Rahman
2022-05-30refactor: use deno_emit (#14737)David Sherret
2022-05-271.22.1Kitson Kelly
2022-05-26chore: upgrade rusty_v8 to 0.43.1 (#14713)Bartek Iwańczuk
2022-05-25fix(fmt): prevent infinite loop when formatting certain binary expressions (#...David Sherret
2022-05-23fix: deno task should actually use current exe for `deno` command (#14705)David Sherret
2022-05-20refactor: upgrade to deno_ast 0.15 (#14680)David Sherret
2022-05-19fix(bench): update typo in bench summary (#14672)Geert-Jan Zwiers
2022-05-181.22.0 (#14657)denobot
2022-05-18perf(ext/http): faster accept-encoding parsing (#14654)Aaron O'Mullan
2022-05-18fix(ext/tls): ability to ignore IP-address certificate errors (#14610)Aleksei Kosyrev
2022-05-17fix: base64 encoding of source maps with emojis (#14607)Bartek Iwańczuk
2022-05-14chore: upgrade rusty_v8 to 0.42.1 (#14597)Divy Srivastava
2022-05-13feat(serde_v8): bytes::Bytes support (#14412)Aaron O'Mullan