rust/crates/hir/src
Florian Diebold fdd721e9ef Improve indexing of impls
Store impls for e.g. &Foo with the ones for Foo instead of the big
"other" bucket. This can improve performance and simplifies the HIR impl
search a bit.
2021-04-09 11:21:31 +02:00
..
semantics Unleash macro 2.0 in hightlight and more 2021-03-27 14:42:49 +08:00
attrs.rs Add AttrsWithOwner and clean up source_map 2021-03-19 21:23:57 +01:00
db.rs Glob-reexport hir_def database types 2021-04-04 01:29:59 +02:00
diagnostics.rs For unresolved macros, hightlight only the last segment 2021-02-28 14:29:10 +03:00
display.rs Add Interner parameter to Binders::substitute 2021-04-05 19:21:01 +02:00
from_id.rs Remove useless code_model indirection 2021-03-08 22:08:30 +03:00
has_source.rs Return Either from MacroDefId::ast_id 2021-03-19 19:56:13 +01:00
lib.rs Improve indexing of impls 2021-04-09 11:21:31 +02:00
semantics.rs Hide Binders internals more 2021-04-05 19:19:18 +02:00
source_analyzer.rs Remove Ty::substs{_mut} 2021-04-07 17:56:53 +02:00