about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2021-04-17rustdoc: use more precise relative URLSMichael Howell-135/+150
2021-04-16Auto merge of #84074 - notriddle:rustdoc-macro-visibility, r=jyn514bors-0/+17
2021-04-16Rollup merge of #83337 - Manishearth:item-hide, r=GuillaumeGomezDylan DPC-8/+163
2021-04-13remove line length ignoreFrançois Mockers-2/+0
2021-04-13forgot test assertions for default methodFrançois Mockers-0/+2
2021-04-13add testFrançois Mockers-0/+65
2021-04-12Update attribute testsManish Goregaokar-8/+8
2021-04-12Add test for item hidingManish Goregaokar-0/+155
2021-04-10Preprocess intra-doc links consistentlyJoshua Nelson-1/+14
2021-04-10rustdoc: clean up and test macro visibility printMichael Howell-0/+17
2021-04-06Rollup merge of #83849 - jyn514:intra-doc-cleanup, r=bugadaniYuki Okushi-2/+13
2021-04-05Use more appropriate return type for `resolve_associated_item`Joshua Nelson-2/+13
2021-04-05Rollup merge of #83865 - camelid:disamb-err-fix, r=jyn514Dylan DPC-0/+6
2021-04-05Rollup merge of #83863 - eggyal:issue-83852, r=jyn514Dylan DPC-0/+10
2021-04-05Renamed testAlan Egerton-0/+0
2021-04-04Don't report disambiguator error if link would have been ignoredCamelid-0/+6
2021-04-04Render destructured struct function param names as underscore.Alan Egerton-0/+10
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-57/+0
2021-04-03Auto merge of #83738 - jyn514:only-load-some-crates, r=petrochenkovbors-10/+8
2021-04-02Don't load all extern crates unconditionallyJoshua Nelson-10/+8
2021-04-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-5/+5
2021-03-16Auto merge of #82838 - Amanieu:rustdoc_asm, r=nagisabors-0/+31
2021-03-15Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]`Camelid-5/+5
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-3/+3
2021-03-14Address review commentsAmanieu d'Antras-0/+31
2021-03-13Avoid sorting predicates by `DefId`Aaron Hill-3/+3
2021-03-05Rollup merge of #80763 - petrochenkov:pubusecrate, r=estebankMara-2/+2
2021-03-04Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomezYuki Okushi-1/+1
2021-03-03Rollup merge of #81223 - GuillaumeGomez:generate-redirect-map, r=jyn514Yuki Okushi-0/+29
2021-03-02Rollup merge of #82593 - sunfishcode:wasi-docs, r=alexcrichtonYuki Okushi-0/+32
2021-03-01Rename rustdoc lints to be a tool lint instead of built-in.Joshua Nelson-1/+1
2021-03-02Rollup merge of #82598 - GuillaumeGomez:rustdoc-rustc-pass, r=jyn514Guillaume Gomez-0/+2
2021-02-28Add a test in src/test/rustdoc/doc-cfg.rsDan Gohman-0/+32
2021-02-28Update rustdoc test to make it work with newly added rustc passesGuillaume Gomez-0/+2
2021-02-27Move test file, add test of generated linkLucas De Angelis-0/+3
2021-02-26Fix intra-doc handling of `Self` in enumLucas De Angelis-0/+8
2021-02-23* Fix some typoGuillaume Gomez-0/+24
2021-02-23Add tests for --generate-redirect-map optionGuillaume Gomez-0/+29
2021-02-23Rollup merge of #79423 - camelid:smart-punct, r=jyn514Dylan DPC-1/+31
2021-02-22Rollup merge of #82351 - notriddle:docs-meta-description, r=jyn514Yuki Okushi-0/+38
2021-02-21Update src/test/rustdoc/description.rsMichael Howell-0/+1
2021-02-21Update src/test/rustdoc/description.rsMichael Howell-0/+1
2021-02-20Use has for non-regexesMichael Howell-6/+6
2021-02-20Fix formatting for description rustdoc UI testsMichael Howell-9/+14
2021-02-20Add rustdoc UI tests for new description behaviourMichael Howell-0/+31
2021-02-20Add test for no src links on dummy spansGuillaume Gomez-0/+12
2021-02-19Add tests for !Sized trait displayGuillaume Gomez-0/+17
2021-02-15Fix intra-doc link to raw pointer methodSimon Sapin-0/+1
2021-02-13Rollup merge of #82040 - GuillaumeGomez:ensure-src-link, r=CraftSpiderYuki Okushi-0/+6
2021-02-12Rollup merge of #79775 - jyn514:doctest, r=GuillaumeGomezDylan DPC-1/+1