rust-analyzer/crates/hir/src
bors 0ae42bd425 Auto merge of #17814 - ShoyuVanilla:object-safety, r=Veykril
feat: Implement object safety and its hovering hint

Resolves #17779

- [x] Fill missing implementations
- [x] Hover rendering
- [x] Implement object safety's own test suite, like layout
- [x] Add test cases (from rustc maybe)
- [x] Clean up ugly codes
- [x] Add doc string
2024-08-29 13:24:54 +00:00
..
semantics Resolve included files to their calling modules in IDE layer 2024-08-12 13:45:33 +02: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 feat: Implement diagnostic for await outside of async 2024-08-05 21:47:57 +09:00
display.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
from_id.rs Enum variants are not generic def ids 2024-06-24 10:07:31 +02:00
has_source.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
lib.rs Auto merge of #17814 - ShoyuVanilla:object-safety, r=Veykril 2024-08-29 13:24:54 +00:00
semantics.rs Revert "feat: Implement module_path macro" 2024-08-27 08:19:09 +02:00
source_analyzer.rs Revert "feat: Implement module_path macro" 2024-08-27 08:19:09 +02: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