rust/src/librustdoc/html/render
bors 4b80687854 rustdoc tweaking
* Reuse memory
* simplify `next_def_id`, avoid multiple hashing and unnecessary lookups
* remove `all_fake_def_ids`, use the global map instead (probably not a good step toward parallelization, though...)
* convert `add_deref_target` to iterative implementation
* use `ArrayVec` where we know the max number of elements
* minor touchups here and there
* avoid building temporary vectors that get appended to other vectors

At most places I may or may not be doing the compiler's job is this PR.
2021-01-30 01:02:18 +00:00
..
cache.rs Apply review comments and improve code 2021-01-27 10:05:05 +01:00
mod.rs rustdoc tweaking 2021-01-30 01:02:18 +00:00
tests.rs Rustdoc: Fix natural ordering to look at all numbers. 2020-08-09 23:05:35 +02:00