summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
2020-07-11rustdoc: insert newlines between attributesAndy Russell-8/+13
2020-07-10Avoid "whitelist"Tamir Duberstein-2/+2
2020-07-09Rollup merge of #74107 - nbdd0121:rustdoc, r=GuillaumeGomezManish Goregaokar-1/+7
2020-07-06Hide `&mut self` methods from Deref in sidebarGary Guo-1/+7
2020-07-02Remove render-redirect-pages option in rustdocGuillaume Gomez-12/+0
2020-07-02Simplify DOM by removing IDs for code tagsGuillaume Gomez-38/+9
2020-06-26Generate docs for links to private items when passed --document-privateJoshua Nelson-1/+2
2020-06-15Re-order correctly the sections in the sidebarGuillaume Gomez-2/+2
2020-05-31Auto merge of #72767 - pnkfelix:track-devirtualized-filenames-issue-70924, r=...bors-2/+3
2020-05-30Rollup merge of #72650 - GuillaumeGomez:sort-sidebar-elements, r=kinnisonRalf Jung-32/+31
2020-05-29Split payload of FileName::Real to track both real and virutalized paths.Felix S. Klock II-2/+3
2020-05-27Sort fields, variants and other unsorted elements in the sidebarGuillaume Gomez-32/+31
2020-05-26Auto merge of #71900 - GuillaumeGomez:clean-up-rustdoc, r=ollie27,kinnisonbors-7/+10
2020-05-16Rollup merge of #71724 - GuillaumeGomez:doc-alias-improvements, r=ollie27Dylan DPC-37/+6
2020-05-14Move doc alias discovery into the Attributes struct and some code improvementsGuillaume Gomez-1/+1
2020-05-11Rollup merge of #72109 - matthiaskrgr:cl8ppy, r=Dylan-DPCDylan DPC-3/+2
2020-05-11Rollup merge of #72014 - GuillaumeGomez:deprecated-emoji, r=kinnison,ollie27Dylan DPC-1/+4
2020-05-11Fix clippy warningsMatthias Krüger-3/+2
2020-05-09Sort "implementations on foreign types" section in the sidebarGuillaume Gomez-8/+7
2020-05-08Add emoji for deprecated messagesGuillaume Gomez-1/+4
2020-05-08Clean up rustdoc source codeGuillaume Gomez-7/+10
2020-05-07Merge aliases and search-indexGuillaume Gomez-36/+0
2020-05-07Improve doc alias discoveryGuillaume Gomez-3/+8
2020-05-05Replace title "Methods" with "Implementations"Guillaume Gomez-11/+11
2020-04-24Replace filter_map().next() calls with find_map()Josh Stone-8/+3
2020-04-17Replace big JS dict with JSON parsingGuillaume Gomez-4/+35
2020-04-08rustdoc: Don't try to load source files from external cratesOliver Middleton-3/+3
2020-03-31more clippy fixesMatthias Krüger-8/+5
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-2/+2
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-2/+2
2020-03-19Auto merge of #69402 - GuillaumeGomez:extend-search, r=kinnisonbors-9/+61
2020-03-17Update rustdoc test and remove TODO commentGuillaume Gomez-1/+0
2020-03-16Rename render::Type to improve namingGuillaume Gomez-5/+5
2020-03-16formattingGuillaume Gomez-4/+1
2020-03-16Support type search for arguments and returned typesGuillaume Gomez-7/+62
2020-03-15Add FIXME notevarkor-1/+1
2020-03-15Render full attributes in rustdocvarkor-22/+2
2020-03-14Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPCYuki Okushi-6/+4
2020-03-11Rollup merge of #66472 - GuillaumeGomez:show-coverage-json, r=ollie27Mazdak Farrokhzad-1/+2
2020-03-10Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddybbors-1/+1
2020-03-10Store `TokenStream` in `rmeta::MacroDef`.Mazdak Farrokhzad-1/+1
2020-03-10Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnisonMazdak Farrokhzad-81/+4
2020-03-07iterate over a maps values directly. (clippy::for_kv_map)Matthias Krüger-1/+1
2020-03-07rustdoc: Use .any(p) instead of find(p).is_some(). (clippy::search_is_some)Matthias Krüger-5/+3
2020-03-06fix various typosMatthias Krüger-1/+1
2020-03-05Const items have by default a static lifetime, there's no need to annotate it...Matthias Krüger-2/+2
2020-03-05Remove redundant patterns when matching ( x @ _ to x) (clippy::redundant_pa...Matthias Krüger-1/+1
2020-03-02Put back output-format option for show-coverageGuillaume Gomez-1/+2
2020-03-01Rollup merge of #69598 - ollie27:rustdoc_crate-version_escape, r=GuillaumeGomezDylan DPC-2/+3
2020-03-01rustdoc: HTML escape crate versionOliver Middleton-2/+3