summary refs log tree commit diff
path: root/src/test/rustdoc/inline_cross
AgeCommit message (Expand)AuthorLines
2021-07-26Rustdoc accessibility: use real headers for doc itemsbors-33/+33
2021-06-02Update rustdoc testsGuillaume Gomez-8/+8
2021-05-30Remove toggle for "undocumented items."Jacob Hoffman-Andrews-8/+4
2021-05-02Update testsGuillaume Gomez-4/+8
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1/+0
2021-03-13Avoid sorting predicates by `DefId`Aaron Hill-1/+1
2021-02-07Enable smart punctuationCamelid-1/+1
2020-11-18Add support for custom allocators in `Vec`Tim Diekmann-2/+3
2020-07-02Update rustdoc testsGuillaume Gomez-2/+2
2020-02-15Record proc macro harness order for use during metadata deserializationAaron Hill-0/+21
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-1/+1
2019-11-07Add more --extern tests.Eric Huss-1/+1
2019-09-25Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakisMazdak Farrokhzad-1/+19
2019-09-21add rustdoc test for async fn reexportcsmoe-1/+19
2019-09-17Generate proc macro harness in AST order.Aaron Hill-1/+12
2019-08-29Rollup merge of #62734 - GuillaumeGomez:hide-default-methods, r=Mark-SimulacrumMazdak Farrokhzad-4/+4
2019-08-29Auto merge of #62855 - Aaron1011:feature/rustdoc-reexport-final, r=petrochenkovbors-9/+17
2019-08-24Improve Rustdoc's handling of procedural macrosAaron Hill-9/+17
2019-08-19Fix ICE with `impl Trait` in type boundsShotaro Yamada-0/+8
2019-08-19Fix tidyShotaro Yamada-2/+6
2019-08-19Support nested `impl Trait`Shotaro Yamada-0/+8
2019-08-19Associated type bound for inlined impl Trait docShotaro Yamada-0/+10
2019-08-19Support `impl Trait` in inlined documentationShotaro Yamada-0/+20
2019-07-27Use doc comments from 'pub use' statementsAaron Hill-0/+13
2019-07-16Update testsGuillaume Gomez-4/+4
2019-04-22Remove double trailing newlinesvarkor-3/+0
2019-04-14rustdoc: Remove default keyword from re-exported trait methodsOliver Middleton-0/+36
2019-01-31rustdoc: wrap stability tags in colored spansAndy Russell-1/+2
2018-12-25Remove licensesMark Rousskov-321/+1
2018-11-30tests: use `force-host` and `no-prefer-dynamic` in all proc_macro tests.Eduard-Mihai Burtescu-0/+1
2018-11-30tests: remove ignore-stage1 where possible in proc_macro tests.Eduard-Mihai Burtescu-1/+0
2018-11-09don't inline `pub use some_crate` unless directly asked toQuietMisdreavus-0/+63
2018-10-15rustdoc: Use dyn keyword when rendering dynamic traitsOliver Middleton-2/+2
2018-10-12Rollup merge of #54989 - Munksgaard:fix-htmldocck-typos, r=tmandrykennytm-3/+3
2018-10-11Include rustdoc tests that have been fixed by #33133Philip Munksgaard-3/+3
2018-09-25add test for proc-macro re-exportQuietMisdreavus-0/+64
2018-09-20add more tests for traits-in-non-module-scopeQuietMisdreavus-0/+40
2018-08-25Update testsGuillaume Gomez-5/+0
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-08-17Stabilize `use_extern_macros`Vadim Petrochenkov-3/+0
2018-07-03test for renaming re-exported macrosQuietMisdreavus-0/+6
2018-06-17rustdoc: import cross-crate macros alongside everything elseQuietMisdreavus-0/+77
2018-06-15process cross-crate glob re-exportsQuietMisdreavus-0/+36
2018-06-06rustdoc: Fix missing stability and src links for inlined external macrosOliver Middleton-0/+49
2018-01-17Rollup merge of #47313 - ollie27:rustdoc_record_extern_trait, r=QuietMisdreavusGuillaume Gomez-0/+40
2018-01-15Reexport -> re-export in prose and documentation commentsCarol (Nichols || Goulding)-1/+1
2018-01-10rustdoc: Populate external_traits with traits only seen in implsOliver Middleton-0/+40
2017-11-29rustdoc: Fix issues with cross-crate inlined associated itemsOliver Middleton-0/+105
2017-05-22rustdoc: Fix names of items in cross crate reexported modulesOliver Middleton-0/+53
2016-06-11rustdoc: Don't inline #[doc(hidden)] pub useOliver Middleton-0/+22