about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2021-09-17Add rustdoc version into the help popupGuillaume Gomez-13/+39
2021-09-17rustdoc: Add human-readable cfg string for m68kJohn Paul Adrian Glaubitz-0/+1
2021-09-17Don't lint about missing code examples in derived traitsHans-0/+1
2021-09-16Auto merge of #88219 - jyn514:parallel-io, r=GuillaumeGomezbors-45/+53
2021-09-15Fix rustdocjackh726-2/+6
2021-09-15Move is_const_fn to under TyCtxtDeadbeef-2/+2
2021-09-14Auto merge of #73314 - GuillaumeGomez:display-warnings, r=jyn514bors-22/+30
2021-09-14Rename --display-warnings to --display-doctest-warningsGuillaume Gomez-22/+30
2021-09-14Auto merge of #88914 - GuillaumeGomez:rollup-h5svc6w, r=GuillaumeGomezbors-8/+20
2021-09-13Rollup merge of #88885 - GuillaumeGomez:fix-jump-def-background, r=camelidGuillaume Gomez-1/+1
2021-09-13Auto merge of #87915 - estebank:fancy-spans, r=oli-obkbors-2/+2
2021-09-13Add support for primitives in "jump to definition" featureGuillaume Gomez-7/+19
2021-09-13Auto merge of #88745 - hnj2:allow-trait-impl-missing-code, r=GuillaumeGomezbors-0/+20
2021-09-12Rename `is_generic()` to `is_assoc_ty()`Noah Lev-8/+8
2021-09-12Remove `Type::ResolvedPath.is_generic`Noah Lev-77/+52
2021-09-12Fix invalid background for jump-to-def links in source code pagesGuillaume Gomez-1/+1
2021-09-12Gather module items after lowering.Camille GILLOT-6/+2
2021-09-12Rollup merge of #88810 - camelid:cleanup-pt1, r=jyn514Manish Goregaokar-83/+58
2021-09-12Rollup merge of #88677 - petrochenkov:exportid, r=davidtwcoManish Goregaokar-11/+11
2021-09-12Fix linkcheck issuesJoshua Nelson-1/+1
2021-09-12Fix broken handling of primitive itemsJoshua Nelson-119/+94
2021-09-12downgrade some loggingJoshua Nelson-9/+12
2021-09-11rustdoc: Cleanup a pattern match in `external_generic_args()`Noah Lev-3/+2
2021-09-11Remove unnecessary `is_trait` argumentNoah Lev-13/+8
2021-09-11Fix redundant arguments in `external_path()`Noah Lev-34/+27
2021-09-11Remove unused `hir_id` parameter from `resolve_type`Noah Lev-7/+7
2021-09-11Create a valid `Res` in `external_path()`Noah Lev-19/+12
2021-09-11rustdoc: Get symbol for `TyParam` directlyNoah Lev-1/+1
2021-09-11Only take `tcx` when it's all that's neededNoah Lev-7/+12
2021-09-11Rollup merge of #88849 - matthiaskrgr:clony_on_copy, r=petrochenkovJubilee-3/+3
2021-09-11Rollup merge of #88668 - hvdijk:x32, r=joshtriplettJubilee-1/+1
2021-09-11don't clone types that are Copy (clippy::clone_on_copy)Matthias Krüger-3/+3
2021-09-10rustc: Remove local variable IDs from `Export`sVadim Petrochenkov-11/+11
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 #88720 - GuillaumeGomez:rustdoc-coverage-fields-count, r=Mani...Manish Goregaokar-3/+37
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-13/+18
2021-09-10Don't require documentation for fields in an enum tuple variant or for tuple ...Guillaume Gomez-3/+37
2021-09-09Remove unnecessary `Cache.*_did` fieldsNoah Lev-29/+19
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-6/+0
2021-09-09Workaround blink/chromium grid layout limitation of 1000 rowsStefan Schindler-0/+12
2021-09-09Allow missing code examples in trait impls.Hans Niklas Jacob-0/+20
2021-09-08Auto merge of #80522 - cjgillot:borrowcrate, r=oli-obkbors-2/+2
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-07A bit of cleanup to astconvjackh726-8/+1
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-2/+2
2021-09-06fix ICE on hidden tuple variant fieldsEmil Gardström-24/+27