index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
version.rs
Age
Commit message (
Expand
)
Author
2024-08-28
build: Allow building 'rc' release from source (#25227)
Bartek Iwańczuk
2024-08-16
refactor: show release channel in `deno --version` (#25061)
Bartek Iwańczuk
2024-08-15
refactor: `version` module exports a single const struct (#25014)
Bartek Iwańczuk
2024-08-15
refactor: remove version::is_canary(), use ReleaseChannel instead (#25053)
Bartek Iwańczuk
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-03-23
refactor: make version and user_agent &'static str (#18400)
Bartek Iwańczuk
2023-03-15
refactor: remove usages of `map_or` / `map_or_else` (#18212)
David Sherret
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-10-20
feat(cli): check for updates in background (#15974)
Bert Belder
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-04-26
Remove denort optimization (#10350)
Ryan Dahl
2021-01-19
fix: full commit hash in canary compile download (#9166)
Luca Casonato
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-08
feat: denort binary (#9041)
Luca Casonato
2021-01-06
refactor(cli): remove 'js' module, simplify compiler snapshot (#9020)
Bartek Iwańczuk
2020-12-11
refactor(cli): decouple ops from ProgramState and Flags (#8659)
Bartek Iwańczuk
2020-11-29
feat(cli/tools/upgrade): canary support (#8476)
crowlKats
2020-11-29
Make canary version semver compatible (#8537)
crowlKats
2020-11-25
add canary versioning (#8480)
crowlKats
2020-11-02
add commit hash and target to long_version output (#8133)
Yoshiya Hinosawa
2020-09-06
Move JSON ops to deno_core (#7336)
Bert Belder
2020-01-05
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
Ry Dahl
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-10-04
Merge deno_cli_snapshots into deno_cli (#3064)
Ryan Dahl
2019-09-15
Make deno_cli installable via crates.io (#2946)
Ryan Dahl
2019-09-03
Handle typescript version in rust (#2855)
Yoshiya Hinosawa
2019-03-30
Rename crate deno_core to deno (#2022)
Ryan Dahl
2019-03-19
Rename //src/ to //cli/ (#1962)
Ryan Dahl