about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2020-08-01Rollup merge of #74992 - lcnr:fix-generic-param-order, r=GuillaumeGomezManish Goregaokar-2/+2
2020-07-31fix rustdoc generic param orderBastian Kauschke-2/+2
2020-07-30intra_doc_resolution_failures -> broken_intra_doc_linksManish Goregaokar-27/+27
2020-07-30Rename to intra_doc_resolution_failuresManish Goregaokar-27/+27
2020-07-29Rename usage of intra_doc_link_resolution_failureManish Goregaokar-27/+27
2020-07-29handle ConstEquate in rustdocBastian Kauschke-0/+18
2020-07-19Only skip impls of foreign unstable traitsMark Rousskov-0/+37
2020-07-17Add test for module ambiguityManish Goregaokar-0/+18
2020-07-16Update src/test/rustdoc/intra-doc-crate/auxiliary/hidden.rsManish Goregaokar-2/+2
2020-07-16Add test for doc(hidden) intra-doc cross-crate reexportsManish Goregaokar-0/+29
2020-07-16Rollup merge of #74351 - lzutao:remove-rustc-internal-compiler-warns, r=Mark-...Manish Goregaokar-4/+6
2020-07-16Fix invalid lintJoshua Nelson-11/+11
2020-07-16Add (broken and ignored) test for #73829Joshua Nelson-2/+4
2020-07-16Support intra-doc links on trait and module re-exportsJoshua Nelson-0/+46
2020-07-16Support intra-doc links on macro re-exportsJoshua Nelson-0/+42
2020-07-16rand -> my_randJoshua Nelson-4/+4
2020-07-16 #![deny(intra_doc_resolution_failure)]Joshua Nelson-0/+12
2020-07-16Add test for submodules in inner crateJoshua Nelson-3/+20
2020-07-16Add test for documenting the re-exportJoshua Nelson-0/+13
2020-07-16Add test for re-exportsJoshua Nelson-0/+28
2020-07-16Add tests for basic intra-doc linksJoshua Nelson-0/+11
2020-07-16Rollup merge of #74370 - Manishearth:re-spotlight, r=GuillaumeGomezManish Goregaokar-0/+36
2020-07-16Revert "Remove "important traits" feature"Manish Goregaokar-0/+36
2020-07-15Add test case for #65863Joshua Nelson-0/+15
2020-07-15Don't ICE on errors in function returning impl traitJoshua Nelson-0/+14
2020-07-15Add `rustdoc` tests from #72088Dylan MacKenzie-0/+16
2020-07-15Add an option not to report resolution errors for rustdocJoshua Nelson-3/+1
2020-07-15Don't run everybody_loops for rustdocJoshua Nelson-1/+3
2020-07-15Don't render unstable for rustc docsLzu Tao-4/+6
2020-07-11rustdoc: insert newlines between attributesAndy Russell-2/+2
2020-07-09Rollup merge of #74107 - nbdd0121:rustdoc, r=GuillaumeGomezManish Goregaokar-0/+21
2020-07-09Rollup merge of #74077 - sethp:docs/fix-intra-doc-primitive-link, r=jyn514Manish Goregaokar-0/+71
2020-07-09Add testManish Goregaokar-1/+3
2020-07-08Avoid running test on Windows platformsSeth Pellegrino-0/+1
2020-07-08Apply #![crate_type = "rlib"] directly to the linkerSeth Pellegrino-0/+3
2020-07-07ignore-tidy-linelength for @has assertionsSeth Pellegrino-0/+5
2020-07-07Assert current behavior for linksSeth Pellegrino-0/+12
2020-07-06build extern docs as wellSeth Pellegrino-0/+1
2020-07-06Two new rustdoc tests for intra linksSeth Pellegrino-0/+49
2020-07-06Rollup merge of #74078 - jyn514:lut, r=ManishearthManish Goregaokar-0/+12
2020-07-06Add test for issue 74083Gary Guo-0/+21
2020-07-05Always resolve type@primitive as a primitive, not a moduleJoshua Nelson-0/+12
2020-07-02Remove render-redirect-pages option in rustdocGuillaume Gomez-11/+0
2020-07-02Update rustdoc testsGuillaume Gomez-28/+23
2020-06-26Show the values and computation that would overflow a const evaluation or pro...Oliver Scherer-2/+1
2020-06-19Rollup merge of #73452 - matthewjasper:auto-rec, r=nikomatsakisManish Goregaokar-0/+35
2020-06-19Rollup merge of #73044 - tmiasko:compiletest-san, r=nikomatsakisRalf Jung-0/+1
2020-06-18Add test for overflow when finding auto-trait impls in RustdocAaron Hill-0/+35
2020-06-18Removed trailing whitespaceJake Degen-1/+1
2020-06-18Added tooltip for should_panic code examples.Jake Degen-0/+5