rust/crates/hir-ty/src
Wilco Kusee a75bffc729 Increase Chalk fuel from 100 to 1000
The old value was for the old chalk-engine solver, nowadays the newer chalk-recursive solver is used.
The new solver currently uses fuel a bit more quickly, so a higher value is needed.
Running analysis-stats showed that a value of 100 increases the amount of unknown types,
while for a value of 1000 it's staying mostly the same.
2022-12-05 18:13:11 +01:00
..
consteval ⬆️ rust-analyzer 2022-10-11 10:37:35 +03:00
diagnostics ⬆️ rust-analyzer 2022-10-11 10:37:35 +03:00
infer ⬆️ rust-analyzer 2022-11-09 21:49:10 +02:00
tests Support rustc_has_incoherent_inherent_impls 2022-12-04 20:37:17 +01:00
autoderef.rs ⬆️ rust-analyzer 2022-10-11 10:37:35 +03:00
builder.rs ⬆️ rust-analyzer 2022-10-11 10:37:35 +03:00
chalk_db.rs Update Chalk to version 87 2022-11-29 15:25:09 +01:00
chalk_ext.rs ⬆️ rust-analyzer 2022-11-01 11:31:31 +02:00
consteval.rs ⬆️ rust-analyzer 2022-10-11 10:37:35 +03:00
db.rs Support rustc_has_incoherent_inherent_impls 2022-12-04 20:37:17 +01:00
diagnostics.rs
display.rs Update Chalk to version 87 2022-11-29 15:25:09 +01:00
infer.rs implement vararg type collection from function params 2022-11-29 00:32:13 +01:00
inhabitedness.rs ⬆️ rust-analyzer 2022-09-06 21:20:49 +03:00
interner.rs Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
lib.rs ⬆️ rust-analyzer 2022-11-23 17:24:03 +02:00
lower.rs ⬆️ rust-analyzer 2022-11-09 21:49:10 +02:00
mapping.rs ⬆️ rust-analyzer 2022-10-11 10:37:35 +03:00
method_resolution.rs Support rustc_has_incoherent_inherent_impls 2022-12-04 20:37:17 +01:00
primitive.rs
test_db.rs ⬆️ rust-analyzer 2022-08-30 14:51:24 +03:00
tests.rs ⬆️ rust-analyzer 2022-10-11 10:37:35 +03:00
tls.rs ⬆️ rust-analyzer 2022-11-01 11:31:31 +02:00
traits.rs Increase Chalk fuel from 100 to 1000 2022-12-05 18:13:11 +01:00
utils.rs ⬆️ rust-analyzer 2022-10-11 10:37:35 +03:00
walk.rs