summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
2021-11-13Delete rustdoc::doctreehi-rustin-1/+0
2021-11-11Auto merge of #90489 - jyn514:load-all-extern-crates, r=petrochenkovbors-1/+2
2021-11-09Auto merge of #87337 - jyn514:lint-error, r=oli-obk,flip1995bors-1/+1
2021-11-08Auto merge of #90443 - camelid:rustdoc-subst, r=GuillaumeGomezbors-0/+1
2021-11-08Go back to loading all external crates unconditionallyJoshua Nelson-1/+2
2021-11-08Use `has_errors_or_lint_errors` in rustdoc instead of `abort_if_errors()`Joshua Nelson-1/+1
2021-10-31rustdoc: Add `DocVisitor`Noah Lev-0/+1
2021-10-31Reduce rightward driftNoah Lev-0/+1
2021-10-30Remove unnecessary `macro_use`s in rustdocJoshua Nelson-5/+2
2021-10-25Fix clippy lints in librustdocGuillaume Gomez-1/+1
2021-10-23Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514Matthias Krüger-0/+32
2021-10-07Revert "Stabilize `Iterator::intersperse()`"Jane Lusby-0/+1
2021-10-06Add target crates as inputs to reduce size of intermediatesWill Crichton-6/+14
2021-10-06Incorporate jyn's feedbackWill Crichton-2/+18
2021-10-06Generate example source files with corresponding linksWill Crichton-8/+10
2021-10-06Factor scraping and rendering into separate calls to rustdocWill Crichton-16/+10
2021-10-06Fix check issueWill Crichton-1/+1
2021-10-06Add updated support for example-analyzerWill Crichton-1/+13
2021-09-29Remove lazy_static dependencyGuillaume Gomez-2/+0
2021-09-21Revert the rustdoc box syntax removalest31-0/+1
2021-09-14Rename --display-warnings to --display-doctest-warningsGuillaume Gomez-2/+6
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-1/+1
2021-09-02rustdoc: Higher-ranked lifetimes can't have boundsNoah Lev-0/+1
2021-08-31Stabilize `Iterator::intersperse()`inquisitivecrystal-1/+0
2021-08-29Rollup merge of #88173 - camelid:refactor-markdown-length-limit, r=GuillaumeG...Guillaume Gomez-0/+1
2021-08-26Rollup merge of #88215 - jyn514:lazy-loading, r=petrochenkovManish Goregaokar-2/+2
2021-08-24Stabilize `force-warn`inquisitivecrystal-1/+1
2021-08-24Tidy up lint command line flagsinquisitivecrystal-12/+5
2021-08-22Revert "Revert "Don't load all extern crates unconditionally""Joshua Nelson-2/+2
2021-08-19Refactor Markdown length-limited summary implementationNoah Lev-0/+1
2021-08-19Give precedence to `html_root_url` over `--extern-html-root-url` by default, ...Joshua Nelson-0/+7
2021-08-18remove box_syntax uses from cranelift and toolsMarcel Hellwig-1/+0
2021-08-05Add an option for the source code link generationGuillaume Gomez-0/+7
2021-07-21Rename force-warns to force-warnRyan Levick-2/+2
2021-07-18Add --nocapture option to rustdocGuillaume Gomez-0/+3
2021-07-13Remove useless alias from `rustc_span` to itselfJoshua Nelson-1/+1
2021-07-13Remove renaming of `test` crateJoshua Nelson-1/+1
2021-07-10Change all instance of optflag added since the original change to optflagmulti.Zach Lute-4/+6
2021-07-10Change all 'optflag' arguments to 'optflagmulti'Zach Lute-15/+15
2021-07-01Revert "Don't load all extern crates unconditionally"Guillaume Gomez-2/+2
2021-06-05Auto merge of #85990 - jyn514:channel-replace-rustdoc, r=Manishearthbors-1/+4
2021-06-05Rollup merge of #84942 - jyn514:channel-replace, r=ManishearthYuki Okushi-0/+2
2021-06-04rustdoc: link consistently to stable/beta in diagnostic messagesJoshua Nelson-1/+4
2021-06-04rustdoc: link to stable/beta docs consistently in documentationJoshua Nelson-0/+2
2021-06-04Auto merge of #85788 - rylev:force-warns, r=nikomatsakisbors-0/+8
2021-06-02Force warn on lint groups as wellRyan Levick-0/+8
2021-05-28Remove `--print unversioned-files` from rustdocBoris-Chengbiao Zhou-3/+0
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0
2021-05-11Only show type layout info if `--show-type-layout` is passedCamelid-0/+3
2021-05-05Revert PR 83866Pietro Albini-6/+1