Skip to content

Commit 9b0d532

Browse files
Rip Chalk out of the codebase!
1 parent 2edfc82 commit 9b0d532

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

src/tools/rust-analyzer/Cargo.lock

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -258,28 +258,6 @@ version = "0.2.1"
258258
source = "registry+https://github.com/rust-lang/crates.io-index"
259259
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
260260

261-
[[package]]
262-
name = "chalk-derive"
263-
version = "0.104.0"
264-
source = "registry+https://github.com/rust-lang/crates.io-index"
265-
checksum = "9ea9b1e80910f66ae87c772247591432032ef3f6a67367ff17f8343db05beafa"
266-
dependencies = [
267-
"proc-macro2",
268-
"quote",
269-
"syn",
270-
"synstructure",
271-
]
272-
273-
[[package]]
274-
name = "chalk-ir"
275-
version = "0.104.0"
276-
source = "registry+https://github.com/rust-lang/crates.io-index"
277-
checksum = "7047a516de16226cd17344d41a319d0ea1064bf9e60bd612ab341ab4a34bbfa8"
278-
dependencies = [
279-
"bitflags 2.9.4",
280-
"chalk-derive",
281-
]
282-
283261
[[package]]
284262
name = "clap"
285263
version = "4.5.48"
@@ -777,8 +755,6 @@ dependencies = [
777755
"arrayvec",
778756
"base-db",
779757
"bitflags 2.9.4",
780-
"chalk-derive",
781-
"chalk-ir",
782758
"cov-mark",
783759
"either",
784760
"ena",

src/tools/rust-analyzer/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"

src/tools/rust-analyzer/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"

src/tools/rust-analyzer/crates/hir-ty/src/builder.rs

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

src/tools/rust-analyzer/crates/hir-ty/src/chalk_db.rs

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

src/tools/rust-analyzer/crates/hir-ty/src/chalk_ext.rs

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

0 commit comments

Comments
 (0)