about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2021-09-11Rollup merge of #88668 - hvdijk:x32, r=joshtriplettJubilee-1/+1
2021-09-10Rollup merge of #88776 - dns2utf8:rustdoc_workaround_1000_elements_grid_bug, ...Manish Goregaokar-0/+12
2021-09-10Rollup merge of #88742 - GuillaumeGomez:fix-table-in-docblocks, r=nbdd0121Manish Goregaokar-3/+48
2021-09-10Rollup merge of #88639 - Emilgardis:fix-issue-88600, r=GuillaumeGomezManish Goregaokar-24/+27
2021-09-10Rollup merge of #88632 - camelid:md-opts, r=CraftSpiderManish Goregaokar-9/+14
2021-09-09Remove unnecessary `Cache.*_did` fieldsNoah Lev-22/+19
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-2/+0
2021-09-09Workaround blink/chromium grid layout limitation of 1000 rowsStefan Schindler-0/+12
2021-09-08Rollup merge of #86263 - fee1-dead:rustdoc-layout-variants, r=camelidJack Huey-11/+46
2021-09-08Wrap <table> elements into <div> to prevent breaking layout and widthGuillaume Gomez-3/+48
2021-09-08Auto merge of #87489 - bdalrhm:rustdoc-line-num, r=CraftSpiderbors-1/+29
2021-09-06fix ICE on hidden tuple variant fieldsEmil Gardström-24/+27
2021-09-06Correctly handle niche of enumDeadbeef-4/+8
2021-09-05Auto merge of #88435 - cjgillot:no-walk-crate, r=Aaron1011bors-1/+1
2021-09-05Change more x64 size checks to not apply to x32.Harald van Dijk-1/+1
2021-09-05Auto merge of #88604 - camelid:rustdoc-lifetime-bounds, r=GuillaumeGomezbors-4/+18
2021-09-03Enable all main body Markdown options for summariesNoah Lev-2/+6
2021-09-03Use `summary_opts()` for Markdown summariesNoah Lev-8/+9
2021-09-02rustdoc: Clean up handling of lifetime boundsNoah Lev-4/+18
2021-09-02Rename walk_crate.Camille GILLOT-1/+1
2021-09-02Stop using walk_crate.Camille GILLOT-1/+1
2021-09-02Auto merge of #88516 - matthiaskrgr:clippy_perf_end_august, r=jyn514,Guillaum...bors-4/+3
2021-09-01Auto merge of #88490 - GuillaumeGomez:associated-types-implementors-display, ...bors-38/+81
2021-09-01Remove implementors settingGuillaume Gomez-6/+0
2021-09-01Clean render_impl argumentsGuillaume Gomez-46/+67
2021-09-01Rollup merge of #88410 - camelid:fix-assoc-bold, r=GuillaumeGomezMara Bos-1/+1
2021-08-31some low hanging clippy::perf fixesMatthias Krüger-4/+3
2021-08-31Remove bolding on associated constantsNoah Lev-1/+1
2021-08-31Rollup merge of #88391 - GuillaumeGomez:fix-json-enum-variant, r=camelid,notr...Mara Bos-17/+24
2021-08-31Apply suggestionsDeadbeef-3/+2
2021-08-31Report variant size without the discriminantDeadbeef-7/+13
2021-08-31Apply suggestionsDeadbeef-26/+18
2021-08-31Report Layout of enum variantsDeadbeef-1/+35
2021-08-30Put back "auto-collapse-implementors" settingGuillaume Gomez-0/+6
2021-08-30Put back display of associated items (types and consts)Guillaume Gomez-11/+33
2021-08-29Rollup merge of #88419 - GuillaumeGomez:code-blocks-colors, r=camelid,notriddleGuillaume Gomez-1/+1
2021-08-29Rollup merge of #88173 - camelid:refactor-markdown-length-limit, r=GuillaumeG...Guillaume Gomez-43/+270
2021-08-29Use the correct type for Enum variant tuplesGuillaume Gomez-17/+24
2021-08-28Fix code blocks color in ayu themeGuillaume Gomez-1/+1
2021-08-27Introduce `~const`Deadbeef-1/+1
2021-08-26Remove unnecessary copies when using parallel IOJoshua Nelson-39/+47
2021-08-26Auto merge of #88222 - jyn514:shared-cache, r=GuillaumeGomezbors-49/+38
2021-08-25Don't panic if `close_tag()` is called without tags to closeNoah Lev-3/+14
2021-08-25Assert that `tag_name` is alphabeticNoah Lev-0/+8
2021-08-25Add tests for `HtmlWithLimit`Noah Lev-0/+122
2021-08-22Fix typos “a”→“an”Frank Steffahn-1/+1
2021-08-22Move Cache from Context to SharedContextJoshua Nelson-49/+38
2021-08-21Use `write!`Noah Lev-6/+2
2021-08-21Use the length limit as the initial capacityNoah Lev-2/+11
2021-08-21Clarify wording in docsNoah Lev-1/+1