summaryrefslogtreecommitdiff
path: root/core/normalize_path.rs
AgeCommit message (Collapse)Author
2023-07-02refactor(core): Extract deno_core (#19658)Matt Mastracci
`deno_core` is moving out! You'll find it at https://github.com/denoland/deno_core/ once this PR lands.
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
Yearly tradition of creating extra noise in git.
2022-08-27perf(runtime): optimize allocations in read/write checks (#15631)Divy Srivastava
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
2021-09-05fix(doc): fix rustdoc bare_urls warning (#11921)Feng Yu
2021-03-25feat(lsp): add import completions (#9821)Kitson Kelly
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2020-10-23fix: typos in cli and core (#8082)Toan Nguyen
2020-09-21chore: add copyright (#7593)tokiedokie
2020-08-12unify path normalization utility (#6865)Divy Srivastava