summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2025-03-12doctests: build test bundle and harness separatelyMichael Howell-62/+150
2025-03-12doctests: fix merging on stableMichael Howell-1/+6
2024-12-31Fix typosericlehong-4/+4
2024-12-31Unsafe binder support in rustdocMichael Goulet-12/+49
2024-12-28nits: librustdoc::cleanAlexis (Poliorcetics) Bourget-12/+10
2024-12-27Rollup merge of #134806 - notriddle:notriddle/parent-path-is-better, r=Guilla...许杰友 Jieyou Xu (Joe)-9/+10
2024-12-26rustdoc: use shorter paths as preferred canonical pathsMichael Howell-9/+10
2024-12-25Improve rustdoc codeGuillaume Gomez-24/+22
2024-12-25Auto merge of #134703 - poliorcetics:ab/push-ovsylkzsoxku, r=GuillaumeGomezbors-12/+10
2024-12-24nit: cleanups in `Cfg::simplify_with`Alexis (Poliorcetics) Bourget-12/+10
2024-12-22Begin to implement type system layer of unsafe bindersMichael Goulet-0/+3
2024-12-20Move test into the `tests.rs` fileGuillaume Gomez-23/+22
2024-12-20Split arguments from `--doctest-compilation-args` like a shell wouldGuillaume Gomez-8/+64
2024-12-20Add `--doctest-compilation-args` option to allow passing arguments to doctest...Guillaume Gomez-1/+25
2024-12-20Rollup merge of #134321 - dtolnay:docassocconst, r=fmeaseJacob Pratt-99/+170
2024-12-19Rename TyMethodItem -> RequiredMethodItemDavid Tolnay-20/+24
2024-12-19Rename TyAssocTypeItem -> RequiredAssocTypeItemDavid Tolnay-23/+25
2024-12-19Suppress `= _` on associated constants in implsDavid Tolnay-10/+40
2024-12-19Split AssocConstItem into ProvidedAssocConstItem and ImplAssocConstItemDavid Tolnay-34/+62
2024-12-19Rename TyAssocConstItem -> RequiredAssocConstItemDavid Tolnay-22/+29
2024-12-19Rollup merge of #134432 - GuillaumeGomez:intra-doc-in-footnotes, r=notriddle许杰友 Jieyou Xu (Joe)-16/+50
2024-12-18Rollup merge of #134161 - nnethercote:overhaul-token-cursors, r=spastorino许杰友 Jieyou Xu (Joe)-2/+2
2024-12-18Rename `RefTokenTreeCursor`.Nicholas Nethercote-2/+2
2024-12-17Auto merge of #134376 - jdonszelmann:fix-rustdoc-perf, r=jieyouxubors-1/+1
2024-12-17Auto merge of #134381 - jdonszelmann:move-attribute-types, r=oli-obkbors-15/+15
2024-12-17Fix intra doc links not generated inside footnote definitionsGuillaume Gomez-16/+50
2024-12-17Auto merge of #134302 - bjorn3:remove_driver_queries, r=oli-obk,jieyouxubors-62/+53
2024-12-16Rollup merge of #134277 - notriddle:notriddle/inline-into, r=GuillaumeGomezMatthias Krüger-1/+6
2024-12-16Rollup merge of #134260 - GuillaumeGomez:doctest-attrs, r=notriddleMatthias Krüger-18/+42
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-9/+10
2024-12-16split attributesJonathan Dönszelmann-6/+5
2024-12-16Remove unneeded handling of backlines in doctest attributesGuillaume Gomez-2/+0
2024-12-16Also handle cases where attributes are unclosedGuillaume Gomez-16/+40
2024-12-16try fix hir-attrs perfJonathan Dönszelmann-1/+1
2024-12-15Add hir::AttributeJonathan Dönszelmann-54/+52
2024-12-15Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=UrgauStuart Cook-12/+7
2024-12-14Add some convenience helper methods on `hir::Safety`Oli Scherer-12/+7
2024-12-14Remove the parse querybjorn3-65/+53
2024-12-14Get rid of of the global_ctxt querybjorn3-19/+22
2024-12-14Auto merge of #134185 - compiler-errors:impl-trait-in-bindings, r=oli-obkbors-2/+6
2024-12-14(Re-)Implement impl_trait_in_bindingsMichael Goulet-2/+6
2024-12-14Rollup merge of #134251 - bjorn3:various_cleanups2, r=oli-obkMatthias Krüger-1/+3
2024-12-14Rollup merge of #134231 - notriddle:notriddle/mismatched-path, r=GuillaumeGomezMatthias Krüger-0/+8
2024-12-13rustdoc-search: show `impl Trait` inline when unhighlightedMichael Howell-1/+6
2024-12-13Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obkMatthias Krüger-0/+3
2024-12-13Correctly handle comments in attributes in doctests source codeGuillaume Gomez-0/+2
2024-12-13Remove registered_lints field from Sessionbjorn3-1/+3
2024-12-12rustdoc-search: fix mismatched path when parent re-exported twiceMichael Howell-0/+8
2024-12-12Rollup merge of #134214 - klensy:rd-shadow, r=notriddleMatthias Krüger-1/+1
2024-12-12Fix toolsMichael Goulet-0/+3