Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-14 | chore: use rustfmt imports_granularity option (#17421) | Divy Srivastava | |
Closes https://github.com/denoland/deno/issues/2699 Closes https://github.com/denoland/deno/issues/2347 Uses unstable rustfmt features. Since dprint invokes `rustfmt` we do not need to switch the cargo toolchain to nightly. Do we care about formatting stability of our codebase across Rust versions? (I don't) | |||
2023-01-13 | chore: add `copyright_checker` tool and add the missing copyright (#17285) | Yiyu Lin | |
2023-01-08 | feat(core): allow specifying name and dependencies of an Extension (#17301) | Leo Kettmeir | |
2022-05-17 | chore: fix failing bench (#14644) | Bartek IwaĆczuk | |
2022-05-17 | perf(ext/web): Add fast path for non-streaming TextDecoder (#14217) | randomicon00 | |
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com> |