rust-analyzer/crates/hir-ty/src
2025-09-15 08:50:41 +03:00
..
consteval Convert some of mir/eval to next-solver types 2025-08-17 16:04:50 +00:00
diagnostics Make #[target_feature] safe always on WASM 2025-09-09 13:49:11 +03:00
dyn_compatibility fix: Infinite loop while elaborting predicates 2025-09-14 20:08:40 +09:00
infer Always coerce in a cast, even when there are unknown types 2025-09-10 04:57:10 +03:00
layout Expand target info to include the architecture 2025-09-09 13:47:26 +03:00
lower Make sense of the mess that were (are) different kind of generics in the solver 2025-09-02 06:39:32 +03:00
lower_nextsolver Upgrade rustc crates 2025-09-04 22:36:31 +03:00
mir Merge pull request #20642 from ChayimFriedman2/wasm-safe 2025-09-11 05:09:26 +00:00
next_solver fix: Infinite loop while elaborting predicates 2025-09-14 20:08:40 +09:00
tests Add Regression Test For The One And The Only Issue #5514 2025-09-15 08:50:41 +03:00
autoderef.rs Fix failing tests and fill-in missing details 2025-09-10 01:43:22 +09:00
builder.rs cargo clippy --fix 2025-07-31 10:55:10 +02:00
chalk_db.rs Remove a bunch of stuff from chalk_db 2025-08-17 16:04:50 +00:00
chalk_ext.rs Fix failing tests and fill-in missing details 2025-09-10 01:43:22 +09:00
consteval.rs Make sense of the mess that were (are) different kind of generics in the solver 2025-09-02 06:39:32 +03:00
consteval_nextsolver.rs Fix failing tests and fill-in missing details 2025-09-10 01:43:22 +09:00
db.rs Expand target info to include the architecture 2025-09-09 13:47:26 +03:00
diagnostics.rs cargo fmt 2025-03-15 21:32:01 +01:00
display.rs Adopt even more custom types in the new solver 2025-09-10 00:48:33 +03:00
drop.rs Implement next trait solver 2025-08-09 16:08:58 +00:00
dyn_compatibility.rs fix: Infinite loop while elaborting predicates 2025-09-14 20:08:40 +09:00
generics.rs Make sense of the mess that were (are) different kind of generics in the solver 2025-09-02 06:39:32 +03:00
infer.rs Properly handle normalization 2025-09-10 03:32:06 +03:00
inhabitedness.rs Salsa idiomize VariantFields query 2025-06-26 12:55:55 +02:00
interner.rs Implement next trait solver 2025-08-09 16:08:58 +00:00
lang_items.rs Merge pull request #19644 from ChayimFriedman2/const-syms 2025-04-21 12:34:59 +00:00
layout.rs Adopt even more custom types in the new solver 2025-09-10 00:48:33 +03:00
lib.rs Merge pull request #20642 from ChayimFriedman2/wasm-safe 2025-09-11 05:09:26 +00:00
lower.rs Make sense of the mess that were (are) different kind of generics in the solver 2025-09-02 06:39:32 +03:00
lower_nextsolver.rs fix: Infinite loop while elaborting predicates 2025-09-14 20:08:40 +09:00
mapping.rs Make sense of the mess that were (are) different kind of generics in the solver 2025-09-02 06:39:32 +03:00
method_resolution.rs Merge pull request #20645 from ChayimFriedman2/update-rustc 2025-09-10 01:45:46 +00:00
mir.rs Fix failing tests and fill-in missing details 2025-09-10 01:43:22 +09:00
next_solver.rs Fix failing tests and fill-in missing details 2025-09-10 01:43:22 +09:00
primitive.rs impl HirDisplay for next_solver::Ty 2025-08-17 16:04:49 +00:00
target_feature.rs Get rid of static predefined symbols 2025-04-21 03:07:35 +03:00
test_db.rs Cache trait solving across queries in the same revision 2025-08-25 17:17:31 +03:00
tests.rs impl HirDisplay for next_solver::Ty 2025-08-17 16:04:49 +00:00
tls.rs Implement next trait solver 2025-08-09 16:08:58 +00:00
traits.rs Fix failing tests and fill-in missing details 2025-09-10 01:43:22 +09:00
utils.rs Make #[target_feature] safe always on WASM 2025-09-09 13:49:11 +03:00
variance.rs Make sense of the mess that were (are) different kind of generics in the solver 2025-09-02 06:39:32 +03:00