about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2020-04-29rustdoc supports const re-exportsMark Rousskov-7/+7
2020-04-20Fix show-const-contents rustdoc testLinus Färnstrand-1/+1
2020-04-08rustdoc: Don't try to load source files from external cratesOliver Middleton-1/+37
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-5/+6
2020-03-23Rollup merge of #69494 - GuillaumeGomez:stabilize-crate-version, r=ehuss,alek...Mazdak Farrokhzad-1/+1
2020-03-17Update rustdoc test and remove TODO commentGuillaume Gomez-1/+1
2020-03-15Render full attributes in rustdocvarkor-0/+4
2020-03-10Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddybbors-1/+1
2020-03-10pacify rustdoc by using better urlMazdak Farrokhzad-1/+1
2020-03-10Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnisonMazdak Farrokhzad-36/+0
2020-03-01Rollup merge of #69598 - ollie27:rustdoc_crate-version_escape, r=GuillaumeGomezDylan DPC-0/+6
2020-03-01rustdoc: HTML escape crate versionOliver Middleton-0/+6
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-27Remove "important traits" featureGuillaume Gomez-36/+0
2020-02-26Stabilize --crate-version option in rustdocGuillaume Gomez-1/+1
2020-02-15Record proc macro harness order for use during metadata deserializationAaron Hill-0/+21
2020-01-30Auto merge of #68325 - faern:move-numeric-consts-to-associated-consts-step1, ...bors-3/+3
2020-01-26rustdoc: Fix re-exporting primitive typesOliver Middleton-0/+36
2020-01-23Fix broken show-const-contents testLinus Färnstrand-3/+3
2020-01-22Auto merge of #68192 - GuillaumeGomez:remove-inlined-types, r=kinnisonbors-0/+6
2020-01-20Add aliases attribute checkGuillaume Gomez-0/+6
2020-01-20rustdoc: Correct order of `async` and `unsafe` in `async unsafe fn`sOliver Middleton-0/+7
2020-01-20Rollup merge of #68326 - ollie27:rustdoc_hightlight_fatal_errors, r=Guillaume...Dylan DPC-0/+7
2020-01-18Rollup merge of #68224 - GuillaumeGomez:prevent-urls-in-headings, r=ollie27Mazdak Farrokhzad-0/+17
2020-01-17Rollup merge of #68093 - GuillaumeGomez:fix-deref-impl-typedef, r=oli-obkTyler Mandry-0/+33
2020-01-17rustdoc: Catch fatal errors when syntax highlightingOliver Middleton-0/+7
2020-01-17Extend url in heading test a bitGuillaume Gomez-1/+1
2020-01-16Rollup merge of #68263 - ollie27:rustdoc_invalid_syntax_highlight_escape, r=G...Dylan DPC-0/+8
2020-01-16Extend url in titles testGuillaume Gomez-0/+5
2020-01-15rustdoc: HTML escape codeblocks which fail syntax highlightingOliver Middleton-0/+8
2020-01-15Fix rendering on sidebar and update testsGuillaume Gomez-7/+21
2020-01-15Add test for typedef derefGuillaume Gomez-0/+19
2020-01-14Prevent urls in headingsGuillaume Gomez-0/+12
2020-01-14Code review changes and fix rustdoc test.Ben Lewis-1/+1
2020-01-09Rollup merge of #67955 - ollie27:rustdoc_cfg_dupes, r=GuillaumeGomezYuki Okushi-3/+30
2020-01-09Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomezYuki Okushi-5/+30
2020-01-07Rollup merge of #67908 - ollie27:rustdoc_const_html_escape, r=GuillaumeGomezYuki Okushi-0/+10
2020-01-07Rollup merge of #67877 - dtolnay:const-_, r=nagisaYuki Okushi-0/+7
2020-01-06rustdoc: Remove more `#[doc(cfg(..))]` duplicatesOliver Middleton-3/+30
2020-01-05rustdoc: HTML escape const valuesOliver Middleton-0/+10
2020-01-04Omit underscore constants from rustdocDavid Tolnay-0/+7
2020-01-04Distinguish between private items and hidden items in rustdocDavid Tolnay-5/+30
2020-01-04rustdoc: Avoid panic when parsing codeblocks for playground linksOliver Middleton-0/+21
2019-12-24Show value for consts in the documentationOhad Ravid-7/+66
2019-12-23Rollup merge of #67507 - Mark-Simulacrum:purge-uninit, r=CentrilMazdak Farrokhzad-3/+2
2019-12-22Remove mem::uninitalized from testsMark Rousskov-3/+2
2019-12-22Change bound order in rustfmt testMark Rousskov-2/+2
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-6/+6
2019-12-13Fix rustdoc testOliver Scherer-2/+4
2019-12-13Reuse the `staged_api` feature for `rustc_const_unstable`Oliver Scherer-1/+1