rust/src/librustdoc/html
Joshua Nelson cb7e527692 Fix broken handling of primitive items
- Fix broken handling of primitive associated items
- Remove fragment hack

  Fixes 83083

- more logging
- Update CrateNum hacks

  The CrateNum has no relation to where in the dependency tree the crate
  is, only when it's loaded. Explicitly special-case core instead of
  assuming it will be the first DefId.

- Update and add tests
- Cache calculation of primitive locations

  This could possibly be avoided by passing a Cache into
  collect_intra_doc_links; but that's a much larger change, and doesn't
  seem valuable other than for this.
2021-09-12 02:30:24 +00:00
..
highlight Fix invalid generation of HTML in highlight 2021-08-05 23:08:29 +02:00
length_limit Don't panic if close_tag() is called without tags to close 2021-08-25 20:09:17 -07:00
markdown Auto merge of #87489 - bdalrhm:rustdoc-line-num, r=CraftSpider 2021-09-08 12:55:15 +00:00
render Rollup merge of #88668 - hvdijk:x32, r=joshtriplett 2021-09-11 08:23:41 -07:00
static Wrap <table> elements into <div> to prevent breaking layout and width 2021-09-08 15:08:11 +02:00
templates Updates favicon order of precedence as it matters to Chrome 2021-08-12 21:08:14 -07:00
toc Format the world 2019-12-22 17:42:47 -05:00
escape.rs rustdoc tweaking 2021-01-30 01:02:18 +00:00
format.rs Fix broken handling of primitive items 2021-09-12 02:30:24 +00:00
highlight.rs [rustdoc] Wrap code blocks in <code> tag 2021-08-19 10:30:08 +02:00
layout.rs Use Tera templates for rustdoc. 2021-06-20 23:07:28 -07:00
length_limit.rs Don't panic if close_tag() is called without tags to close 2021-08-25 20:09:17 -07:00
markdown.rs Rollup merge of #88742 - GuillaumeGomez:fix-table-in-docblocks, r=nbdd0121 2021-09-10 08:23:24 -07:00
mod.rs Refactor Markdown length-limited summary implementation 2021-08-19 16:22:54 -07:00
sources.rs some low hanging clippy::perf fixes 2021-08-31 20:29:04 +02:00
static_files.rs Simplify usage of CSS background-image 2021-08-03 20:03:07 +02:00
tests.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
toc.rs clippy fixes for librustdoc 2021-01-01 21:19:10 +01:00