about summary refs log tree commit diff
path: root/src/test/rustdoc/synthetic_auto
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-273/+0
2022-09-25rustdoc: update test cases now that code-header is used without in-bandMichael Howell-20/+20
2022-08-31Update rustdoc testsGuillaume Gomez-13/+13
2021-09-11Create a valid `Res` in `external_path()`Noah Lev-1/+1
2021-07-25Rustdoc accessibility: use real headers for doc itemsbors-20/+20
2021-06-02Update rustdoc testsGuillaume Gomez-30/+31
2021-04-19rustdoc: use details tag for trait implementorsJacob Hoffman-Andrews-18/+18
2020-11-23Rename `optin_builtin_traits` to `auto_traits`Camelid-1/+1
2020-08-05Handle projection predicates in the param env for auto-trait docsAaron Hill-0/+25
2020-06-18Add test for overflow when finding auto-trait impls in RustdocAaron Hill-0/+35
2020-05-05Update testsGuillaume Gomez-2/+2
2019-06-20rustdoc: generate implementors for all auto traitsSimonas Kazlauskas-2/+11
2019-04-30rustdoc: remove def_ctor hack.Eduard-Mihai Burtescu-1/+1
2019-04-22Remove double trailing newlinesvarkor-1/+0
2018-12-27Simplify foreign type rendering.John Heitmann-14/+14
2018-12-25Remove licensesMark Rousskov-98/+0
2018-11-28Fix Tidy errorAaron Hill-1/+1
2018-11-28Filter out self-referential projection predicatesAaron Hill-0/+40
2018-08-02Fix rustdoc crash when 'static bound appears in struct declarationAaron Hill-0/+20
2018-03-28Fix text overlapGuillaume Gomez-12/+12
2018-03-19Fix ordering of auto-generated trait bounds in rustdoc outputPhlosioneer-2/+0
2018-03-19Okay this is the right way.boats-3/+1
2018-03-19Comment out entire test.boats-1/+3
2018-03-19Ignore properly.boats-3/+1
2018-03-19Comment out flakey test.boats-0/+4
2018-02-19Sort synthetic impls bounds before renderingAaron Hill-5/+5
2018-02-18Remove extra space in testAaron Hill-2/+2
2018-02-18Generate documentation for auto-trait implsAaron Hill-0/+242