This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
rust-analyzer
Watch
2
Star
0
Fork
You've already forked rust-analyzer
0
mirror of
https://github.com/rust-lang/rust-analyzer
synced
2025-01-15 14:43:58 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
f742943a4b
rust-analyzer
/
crates
/
hir-def
/
src
/
body
History
Lukas Wirth
f742943a4b
Don't recreate Hygiene unnecessarily
2023-04-06 21:16:11 +02:00
..
tests
Switch crate graph to use an Arena instead of a hashmap
2023-04-05 10:32:02 +02:00
lower.rs
Don't recreate Hygiene unnecessarily
2023-04-06 21:16:11 +02:00
pretty.rs
hir_def::expr -> hir_def::hir, hir_def::type_ref -> hir_def::hir::type_ref
2023-04-06 19:36:25 +02:00
scope.rs
hir_def::expr -> hir_def::hir, hir_def::type_ref -> hir_def::hir::type_ref
2023-04-06 19:36:25 +02:00
tests.rs
Don't expand macros in the same expansion tree after overflow
2023-02-11 18:19:08 +09:00