rust/crates/ra_ide
bors[bot] ad1a0e626b
Merge #5175
5175: More memory-efficient impl collection r=matklad a=jonas-schievink

This saves roughly 90 MB in `ImplsFromDepsQuery`, which used to copy the list of all impls from libcore into *every* crate in the graph. It also stops collecting inherent impls from dependencies entirely, as those can only be located within the crate defining the self type.

Co-authored-by: Jonas Schievink <jonas.schievink@ferrous-systems.com>
2020-07-01 17:12:06 +00:00
..
src Merge #5175 2020-07-01 17:12:06 +00:00
test_data Move test data to test_data directory 2020-07-01 11:26:09 +02:00
Cargo.toml Add example expect test for goto definition 2020-06-27 19:22:31 +02:00