rust/crates/ra_syntax
Florian Diebold ae9530addc Add HIR for impl blocks
Since we need to be able to go from def to containing impl block, as well as the
other direction, and to find all impls for a certain type, a design similar to
the one for modules, where we collect all impls for the whole crate and keep
them in an arena, seemed fitting. The ImplBlock type, which provides the public
interface, then consists only of an Arc to the arena containing all impls, and
the index into it.
2019-01-04 19:10:47 +01:00
..
fuzz bump deps 2019-01-01 16:21:50 +03:00
src Add HIR for impl blocks 2019-01-04 19:10:47 +01:00
tests Rename ImplItem to ImplBlock 2019-01-04 18:28:36 +01:00
Cargo.toml Bump parking_lot from 0.6.4 to 0.7.0 2018-12-27 13:14:24 +00:00