about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2021-03-16Auto merge of #82838 - Amanieu:rustdoc_asm, r=nagisabors-0/+31
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
2021-02-12Add test to prevent src link regressionGuillaume Gomez-0/+6
2021-02-11Fix injected errors when running doctests on a crate named after a keywordJoshua Nelson-1/+1
2021-02-11resolve: Reduce scope of `pub_use_of_private_extern_crate` deprecation lintVadim Petrochenkov-2/+2
2021-02-10Do not ICE on range patterns in function argumentsLeSeulArtichaut-1/+1
2021-02-10Add regression test for #81289LeSeulArtichaut-0/+18
2021-02-08Fix `@has` checks "no closing quotation" errorCamelid-3/+3
2021-02-08Auto merge of #81313 - LeSeulArtichaut:revert-32558, r=jyn514bors-1/+1
2021-02-07Test that code does not get smart-punctuatedCamelid-0/+17
2021-02-07Enable smart punctuationCamelid-1/+14
2021-02-06Restore linking to itself in implementors section of trait pageLeSeulArtichaut-1/+1
2021-02-06Enable 'task list' markdown extensionJoshua Nelson-0/+13
2021-01-27rustdoc: Render HRTB correctly for bare functionsCamelid-0/+29
2021-01-24Rollup merge of #81302 - LeSeulArtichaut:80777-trait-render, r=jyn514Jonas Schievink-0/+19
2021-01-23Fix rendering of stabilization version for trait implementorsLeSeulArtichaut-0/+19
2021-01-22rustdoc: Fix visibility of trait and impl itemsCamelid-0/+32
2021-01-21Auto merge of #80958 - bstrie:deptbdnums, r=KodrAusbors-1/+1
2021-01-20Deprecate-in-future the constants superceded by RFC 2700bstrie-1/+1
2021-01-20Remove flaky testJoshua Nelson-6/+0
2021-01-17Feature-gate `pointer` and `reference` in intra-doc linksJoshua Nelson-0/+1
2021-01-15Rollup merge of #80254 - Aaron1011:rustdoc-auto-param-env, r=estebankYuki Okushi-0/+37
2021-01-13Update tests for extern block lintingMark Rousskov-15/+15
2021-01-12Simplify regression testTristan Dannenberg-4/+3