rust-analyzer/crates/hir/src
Chayim Refael Friedman adcf699ea3 Properly handle lifetimes when checking generic arguments len
And also, prepare for correct lowering of lifetime. We still don't handle most lifetimes correctly, but a bit more of the foundation to lifetime elision is now implemented.
2025-04-24 08:35:20 +03:00
..
semantics Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
term_search Remove all upcasts! 2025-04-10 11:08:38 +03:00
attrs.rs Merge pull request #19461 from Hmikihiro/shadow_by_module 2025-04-10 12:20:14 +00:00
db.rs Split assoc items out of trait_data/impl_data queries 2025-03-14 13:31:41 +01:00
diagnostics.rs Properly handle lifetimes when checking generic arguments len 2025-04-24 08:35:20 +03:00
display.rs Merge pull request #19570 from ChayimFriedman2/fix-store-panic 2025-04-10 21:46:18 +00:00
from_id.rs refactor: Lower type-refs before type inference 2025-04-09 10:43:23 +02:00
has_source.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
lib.rs Add two new diagnostics: one for mismatch in generic arguments count, and another for mismatch in their kind 2025-04-22 14:55:43 +03:00
semantics.rs Merge pull request #19657 from ChayimFriedman2/better-offset-of 2025-04-22 13:28:34 +00:00
source_analyzer.rs Properly handle lifetimes when checking generic arguments len 2025-04-24 08:35:20 +03:00
symbols.rs Remove all upcasts! 2025-04-10 11:08:38 +03:00
term_search.rs Remove duplicate method from hir::Type 2025-01-27 18:40:01 +02:00