Skip to content

Commit 3099a7f

Browse files
Merge pull request #20873 from ChayimFriedman2/to-ns2
Rip Chalk out of the codebase πŸŽ‰
2 parents d0a5469 + 88d8c14 commit 3099a7f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+2265
-8507
lines changed

β€ŽCargo.lockβ€Ž

Lines changed: 0 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ debug = 2
3737
[patch.'crates-io']
3838
# rowan = { path = "../rowan" }
3939

40-
# chalk-ir = { path = "../chalk/chalk-ir" }
41-
# chalk-derive = { path = "../chalk/chalk-derive" }
4240
# line-index = { path = "lib/line-index" }
4341
# la-arena = { path = "lib/la-arena" }
4442
# lsp-server = { path = "lib/lsp-server" }
@@ -110,8 +108,6 @@ arrayvec = "0.7.6"
110108
bitflags = "2.9.1"
111109
cargo_metadata = "0.21.0"
112110
camino = "1.1.10"
113-
chalk-ir = "0.104.0"
114-
chalk-derive = "0.104.0"
115111
crossbeam-channel = "0.5.15"
116112
dissimilar = "1.0.10"
117113
dot = "0.1.4"

β€Žcrates/hir-ty/Cargo.tomlβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ oorandom = "11.1.5"
2424
tracing.workspace = true
2525
rustc-hash.workspace = true
2626
scoped-tls = "1.0.1"
27-
chalk-ir.workspace = true
28-
chalk-derive.workspace = true
2927
la-arena.workspace = true
3028
triomphe.workspace = true
3129
typed-arena = "2.0.2"

β€Žcrates/hir-ty/src/builder.rsβ€Ž

Lines changed: 0 additions & 211 deletions
This file was deleted.

β€Žcrates/hir-ty/src/chalk_db.rsβ€Ž

Lines changed: 0 additions & 9 deletions
This file was deleted.

β€Žcrates/hir-ty/src/chalk_ext.rsβ€Ž

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
Β (0)