about summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2021-01-03Only report reference-style link errors onceDániel Buga-52/+74
2021-01-03Rollup merge of #80580 - GuillaumeGomez:suggestion-ignore-codeblock-warn, r=j...Guillaume Gomez-3/+12
2021-01-03Auto merge of #80261 - GuillaumeGomez:attr-rework, r=jyn514bors-124/+19
2021-01-02Simplify docfragment transformation in unindent testsGuillaume Gomez-14/+1
2021-01-02Remove unused collapse passGuillaume Gomez-19/+0
2021-01-02Improve code for DocFragment reworkGuillaume Gomez-6/+1
2021-01-02End of rework of Attributes structGuillaume Gomez-102/+34
2021-01-02Auto merge of #80550 - bugadani:markdown-refactor, r=jyn514bors-32/+27
2021-01-01clippy fixes for librustdocMatthias Krüger-8/+6
2021-01-01Add suggestion in case a "ignore" doc block has invalid rust code insideGuillaume Gomez-3/+12
2020-12-31Rollup merge of #80368 - camelid:rustdoc-succinct-vis, r=jyn514Dylan DPC-24/+2
2020-12-31Always provide a rangeDániel Buga-32/+27
2020-12-30Remove FIXMECamelid-1/+0
2020-12-30Update `find_nearest_parent_module`Camelid-2/+7
2020-12-30Rollup merge of #80492 - matthiaskrgr:tasty_wraps, r=varkorYuki Okushi-3/+3
2020-12-30Rollup merge of #80381 - rust-lang:revert-80244-spans, r=GuillaumeGomezYuki Okushi-28/+34
2020-12-30remove unused return types such as empty Results or Options that would always...Matthias Krüger-3/+3
2020-12-29don't clone copy typesMatthias Krüger-1/+1
2020-12-29Auto merge of #80014 - jyn514:box-item-kind, r=nnethercotebors-11/+11
2020-12-27Auto merge of #80181 - jyn514:intra-doc-primitives, r=Manishearthbors-129/+177
2020-12-26Revert "Cleanup markdown span handling"Joshua Nelson-28/+34
2020-12-25Add missing code to `find_closest_parent_module`Camelid-9/+1
2020-12-25Fix bugs; fix and add testsCamelid-20/+2
2020-12-25Rollup merge of #80274 - pierwill:lintlevelsource, r=petrochenkovDylan DPC-4/+4
2020-12-24Don't process `[]` and `()` in intra-doc linksJoshua Nelson-5/+6
2020-12-23Box ItemKind to reduce the size of `Item`Joshua Nelson-11/+11
2020-12-22Fix intra-doc links for non-path primitivesJoshua Nelson-26/+28
2020-12-22Add a custom `Res` typeJoshua Nelson-116/+161
2020-12-22Auto merge of #80071 - jyn514:timings, r=Mark-Simulacrumbors-15/+19
2020-12-21Rename rustc_middle::lint::LintSourcepierwill-4/+4
2020-12-20Get rid of `locate()` in markdown handlingJoshua Nelson-34/+28
2020-12-16Replace String with Symbol where possibleGuillaume Gomez-16/+20
2020-12-16Add more timing info to rustdocJoshua Nelson-15/+19
2020-12-15Don't look for blanket impls in intra-doc linksJoshua Nelson-69/+14
2020-12-15Auto merge of #80044 - jyn514:smaller-name, r=GuillaumeGomezbors-2/+9
2020-12-14Switch to Symbol for item.nameJoshua Nelson-2/+9
2020-12-14Review suggestionsDániel Buga-79/+87
2020-12-14Cache link resolution results in current moduleDániel Buga-14/+79
2020-12-13Rollup merge of #79940 - matthiaskrgr:cl15ppy, r=Dylan-DPCYuki Okushi-2/+1
2020-12-12Auto merge of #79976 - jyn514:assertion-failure, r=jyn514bors-1/+1
2020-12-12Remove incorrect assertJoshua Nelson-1/+1
2020-12-12Auto merge of #79957 - jyn514:smaller-span, r=GuillaumeGomezbors-9/+6
2020-12-12Calculate span info on-demand instead of ahead of timeJoshua Nelson-9/+6
2020-12-11don't convert types into identical types with .into() (clippy::useless_conver...Matthias Krüger-2/+1
2020-12-11Auto merge of #79349 - Nemo157:issue-79201, r=jyn514bors-1/+27
2020-12-07Review feedback for collect_intra_doc_links.rsEric Arellano-2/+3
2020-12-07Dogfood 'str_split_once() with librustdocEric Arellano-3/+4
2020-12-02Use `item_name` instead of pretty printingJoshua Nelson-4/+9
2020-11-29Remove `TypeKind` hack in favor of `with_crate_prefix`Joshua Nelson-9/+3
2020-11-29Fix intra-doc links for `Self` on primitivesJoshua Nelson-123/+62