rust-analyzer/crates/hir/src
Chayim Refael Friedman 2d4d6b678f Store patterns desugared from destructuring assignments in source map
And few more fixups.

I was worried this will lead to more memory usage since `ExprOrPatId` is double the size of `ExprId`, but this does not regress `analysis-stats .`. If this turns out to be a problem, we can easily use the high bit to encode this information.
2024-10-20 19:11:32 +03:00
..
semantics Store patterns desugared from destructuring assignments in source map 2024-10-20 19:11:32 +03:00
term_search Properly account for editions in names 2024-08-16 16:46:24 +03:00
attrs.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
db.rs Update per_query_memory_usage query listing 2024-04-17 18:44:50 +02:00
diagnostics.rs Store patterns desugared from destructuring assignments in source map 2024-10-20 19:11:32 +03:00
display.rs fix: use pretty_print_pat for params in fn 2024-09-09 20:59:23 +08:00
from_id.rs Enum variants are not generic def ids 2024-06-24 10:07:31 +02:00
has_source.rs Support more IDE features for asm operands 2024-09-05 13:19:02 +02:00
lib.rs Store patterns desugared from destructuring assignments in source map 2024-10-20 19:11:32 +03:00
semantics.rs Store patterns desugared from destructuring assignments in source map 2024-10-20 19:11:32 +03:00
source_analyzer.rs Store patterns desugared from destructuring assignments in source map 2024-10-20 19:11:32 +03:00
symbols.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
term_search.rs Increase search depth to account for more granual steps 2024-06-22 15:06:07 +03:00