about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2021-11-05Auto merge of #90598 - JohnTitor:rollup-kz1qioz, r=JohnTitorbors-3/+9
2021-11-05rustdoc: use Type::def_id() instead of Type::def_id_no_primitives()Muhammad Falak R Wani-26/+33
2021-11-05Rollup merge of #90571 - GuillaumeGomez:missing-bottom-border-sidebar, r=jshaYuki Okushi-3/+9
2021-11-04Fix ICE when rustdoc is scraping examples inside of a proc macroWill Crichton-9/+20
2021-11-04Sort scraped call locations before serializingWill Crichton-1/+14
2021-11-04Fix missing bottom border for headings in sidebarGuillaume Gomez-3/+9
2021-11-04rustdoc: Use conditional for _stripped foldMichael Howell-8/+16
2021-11-03Auto merge of #90475 - camelid:docvisitor, r=notriddlebors-125/+218
2021-11-03Auto merge of #90517 - willcrichton:example-analyzer, r=jyn514bors-16/+23
2021-11-02Add line number to URLs in "additional examples" section of rustdocWill Crichton-13/+20
2021-11-02Fix URL for scrape-examples.js in rustdoc page templateWill Crichton-3/+3
2021-11-02Split doc_cfg and doc_auto_cfg featuresGuillaume Gomez-3/+6
2021-11-01List all cases explicitly in `Doc{Folder,Visitor}`Noah Lev-6/+45
2021-10-31Fix `RefCell` `BorrowMut` error in `DocVisitor`Noah Lev-10/+10
2021-10-31Convert more impls of `DocFolder` to `DocVisitor`Noah Lev-27/+26
2021-10-31Convert many impls of `DocFolder` to `DocVisitor`Noah Lev-38/+39
2021-10-31rustdoc: Small micro-optimizations and cleanupsNoah Lev-7/+8
2021-10-31Fix FIXMEs in `rustdoc::html::sources`Noah Lev-5/+6
2021-10-31Clean up now that visitors only need `&clean::Crate`Noah Lev-15/+15
2021-10-31rustdoc: Use `DocVisitor` for sources collectionNoah Lev-12/+14
2021-10-31rustdoc: Add `DocVisitor`Noah Lev-15/+66
2021-10-31rustdoc: Replace wildcard with explicit patternNoah Lev-1/+1
2021-10-31rustdoc: Remove unnecessary clone in `DocFolder`Noah Lev-2/+1
2021-11-01Rollup merge of #90349 - willcrichton:example-analyzer, r=jyn514Matthias Krüger-2/+18
2021-10-31Hide search bar in noscript.cssJacob Hoffman-Andrews-14/+12
2021-10-31Merge `DocContext.{ty,lt,ct}_substs` into one mapNoah Lev-35/+45
2021-10-31Reduce rightward driftNoah Lev-78/+75
2021-10-31Extract function for expanding private type aliasesNoah Lev-91/+98
2021-10-31Auto merge of #90391 - camelid:crate-size, r=jyn514bors-20/+31
2021-10-30Improve display of enum variantsJacob Hoffman-Andrews-26/+27
2021-10-30Rollup merge of #90183 - GuillaumeGomez:recurse-deref, r=jyn514Guillaume Gomez-27/+128
2021-10-30Rollup merge of #90156 - jsha:less-border-bottom-2, r=GuillaumeGomezGuillaume Gomez-2/+9
2021-10-30rustdoc: Stop sorting external cratesNoah Lev-2/+1
2021-10-30rustdoc: Remove `Crate.name` and instead compute it on-demandNoah Lev-14/+16
2021-10-30rustdoc: Remove `Crate.src` and instead compute it on-demandNoah Lev-5/+8
2021-10-30rustdoc: Document that `Crate` is always localNoah Lev-0/+3
2021-10-30Remove underlines from non-top docblocks.Jacob Hoffman-Andrews-2/+9
2021-10-30Rollup merge of #90412 - jyn514:macro-use, r=camelidMatthias Krüger-7/+6
2021-10-30Auto merge of #88268 - GuillaumeGomez:generics-search-index, r=notriddle,came...bors-89/+124
2021-10-29rustdoc: Add static size assertion for `clean::Crate`Noah Lev-0/+4
2021-10-30Remove unnecessary `macro_use`s in rustdocJoshua Nelson-7/+6
2021-10-29Fix rare ICE during typeck in rustdoc scrape_examplesWill Crichton-2/+18
2021-10-29Fix invalid handling of genericsGuillaume Gomez-89/+124
2021-10-29Auto merge of #90389 - camelid:rustdoc-rayon, r=jyn514bors-11/+2
2021-10-29Fix panic when documenting libproc-macroGuillaume Gomez-13/+10
2021-10-29Don't display "Methods from Deref<...>" if no method is display (the ones whi...Guillaume Gomez-3/+9
2021-10-29Remove the Rc wrapping of deref_id_mapGuillaume Gomez-4/+4
2021-10-29Add tests for recursive derefGuillaume Gomez-4/+7
2021-10-29Recursively document DerefGuillaume Gomez-16/+111
2021-10-28rustdoc: Remove a single-use macroNoah Lev-10/+1