rust/src/libsyntax_pos
bors 0b5c0874b8 Auto merge of #43584 - arielb1:unused-reads, r=eddyb
Fix quadratic performance with lots of use statements

This fixes 2 problems that caused quadratic performance when lots of use-statements were present. After this patch, performance is linear (and very fast) even with 1M uses.

Fixes #43572.
Fixes #43573.

r? @eddyb
2017-08-02 05:56:06 +00:00
..
Cargo.toml Moved FileMap construction to it's own constructor. 2017-06-10 16:09:51 +02:00
hygiene.rs Simplify hygiene::Mark application, and 2017-06-26 02:05:45 +00:00
lib.rs syntax: avoid loading the same source-file multiple times 2017-08-01 14:18:49 +03:00
symbol.rs resolve: Fix instability in import suggestions 2017-07-30 12:27:57 +03:00