summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-03refactor: don't call Context::Global in async_op_response (#9971)Ryan Dahl
2021-04-02perf(serde_v8/de): implement SeqAccess size_hint (#9975)Aaron O'Mullan
2021-04-03fix(permissions): don't panic when no input is given (#9894)upendra1997
2021-04-02core/op_baseline: drop BufVec and minor cleanup (#9969)Aaron O'Mullan
2021-04-02perf: bench async op baseline (#9954)Aaron O'Mullan
2021-04-02refactor(ops): remove variadic buffers (#9944)Aaron O'Mullan
2021-04-02v1.8.3Kitson Kelly
2021-04-02chore: bump dependent crates for cli (#9964)Kitson Kelly
2021-04-02feat(lsp): implement textDocument/foldingRange (#9900)Jean Pierre
2021-04-02Revert "fix(cli): align type definitions to spec (#9782)" (#9961)Kitson Kelly
2021-04-02chore(cli): add "Deno" to the windows file description (#9959)David Sherret
2021-04-02fix(websocket): ignore resource close error (#9755)Luca Casonato
2021-04-02chore(cli): fix futime and futimeSync code examples (#9953)defectivepixel
2021-04-01perf(core): js errors as unions vs tuples to reduce allocs (#9947)Aaron O'Mullan
2021-04-01fix(cli): align type definitions to spec (#9782)Casper Beyer
2021-04-01docs: copyedit introduction for clarity (#9805)Peter Shank
2021-04-01Fix typo in faqs.md (#9948)John Spurlock
2021-04-01fix(lsp): ensure insert_text is passed back on completions (#9951)Kitson Kelly
2021-04-01docs: add the Nix pkg manager to Installation options (#9921)Attila Gulyas
2021-04-01docs: fix typo (#9946)Chandan Kumar
2021-03-31refactor: new optimized op-layer using serde_v8 (#9843)Aaron O'Mullan
2021-03-30serde_v8: restore ser/de benches (#9939)Aaron O'Mullan
2021-03-30perf: add op_baseline bench (#9924)Aaron O'Mullan
2021-03-30docs: clarify jetbrains setup (#9930)crowlKats
2021-03-29bench: track Date.now() as upper bound reference (#9922)Aaron O'Mullan
2021-03-28chore: fix clippy warning in serde_v8. (#9917)Divy Srivastava
2021-03-27feat(bench/deno_common): show ns/op (#9915)Aaron O'Mullan
2021-03-27fix: update wpt + align AbortController (#9907)crowlKats
2021-03-27chore: Add missing copyright headers (#9910)Aaron O'Mullan
2021-03-27chore: add Deno copyright headers to all rust files (#9909)Aaron O'Mullan
2021-03-27refactor(core): decode JsStackFrames using serde_v8 (#9902)Aaron O'Mullan
2021-03-26remove macro_use (#9884)Ryan Dahl
2021-03-26Add bench suite of common Deno functions (#9878)Aaron O'Mullan
2021-03-26refactor(core): simplify heapStats() by using serde_v8 (#9901)Aaron O'Mullan
2021-03-26docs: Add help community section (#9882)Yasser A.Idrissi
2021-03-26chore: publish serde_v8, bump version (#9898)Ryan Dahl
2021-03-26docs(profiling): Actualization & add flamegraph info (#9594)Inteon
2021-03-26fix: include deno.crypto in "deno types" (#9863)Luca Casonato
2021-03-26refactor(lsp): remove unused code (#9897)Yusuke Tanaka
2021-03-25Introduce serde_v8 (#9722)Aaron O'Mullan
2021-03-25upgrade: Rust 1.51.0 (#9895)Yusuke Tanaka
2021-03-25fix(cli): re-add dom.asynciterable lib (#9888)Kitson Kelly
2021-03-25feat(lsp): add import completions (#9821)Kitson Kelly
2021-03-24build: Remove other unrelated CI build things (#9875)Ryan Dahl
2021-03-24feat(lsp): implement textDocument/selectionRange (#9845)Jean Pierre
2021-03-23Update setup_your_environment.md (#9876)IWANABETHATGUY
2021-03-23build: disable CI cache (#9872)Bartek IwaƄczuk
2021-03-23feat(core): Deno.core.heapStats() (#9659)Aaron O'Mullan
2021-03-22docs(import_maps): Fix example for project-relative absolute specifiers (#9856)Nayeem Rahman
2021-03-22typoIkko Ashimine