about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2019-02-06display sugared return types for async functionsAndy Russell-7/+28
2019-02-05allow shorthand syntax for deprecation reasonAndy Russell-0/+5
2019-02-01don't try to get a DefId for a Def that doesn't have oneQuietMisdreavus-0/+8
2019-02-01Fix image link in the settings menuGuillaume Gomez-1/+1
2019-01-31rustdoc: wrap stability tags in colored spansAndy Russell-7/+15
2019-01-28rustdoc: remove blank unstable spansAndy Russell-0/+12
2019-01-27Make 'generate-redirect-pages' option unstableGuillaume Gomez-2/+2
2019-01-27Add generate-old-style-files option to rustdocGuillaume Gomez-23/+39
2019-01-27Remove rustdoc old style files generationGuillaume Gomez-29/+23
2019-01-22add intra-doc link test to proc-macro testQuietMisdreavus-0/+5
2019-01-20Auto merge of #56884 - euclio:codeblock-diagnostics, r=QuietMisdreavusbors-0/+27
2019-01-19Auto merge of #56722 - Aaron1011:fix/blanket-eval-overflow, r=nikomatsakisbors-0/+34
2019-01-17Auto merge of #57520 - alexreg:tidy-copyright-lint, r=Mark-Simulacrumbors-13/+0
2019-01-14rustdoc: check code block syntax in early passAndy Russell-0/+27
2019-01-13Rollup merge of #56874 - JohnHeitmann:docs-spacing, r=GuillaumeGomezMazdak Farrokhzad-27/+27
2019-01-13Removed more copyright notices.Alexander Regueiro-10/+0
2019-01-13Cosmetic improvementsAlexander Regueiro-3/+0
2019-01-10add test for pub extern crateDebugSteven-0/+11
2019-01-07Rollup merge of #57358 - euclio:docck-unicode, r=QuietMisdreavusPietro Albini-1/+1
2019-01-06use utf-8 throughout htmldocckAndy Russell-1/+1
2019-01-04force binary filename for compiled doctestsQuietMisdreavus-0/+7
2019-01-03Fix stack overflow when finding blanket implsAaron Hill-0/+34
2019-01-01Auto merge of #57194 - matthiaskrgr:copyright_headers, r=Centrilbors-10/+0
2018-12-29Auto merge of #57006 - GuillaumeGomez:no-crate-filter, r=QuietMisdreavusbors-0/+16
2018-12-28remove remaining copyright headersMatthias Krüger-10/+0
2018-12-27Simplify foreign type rendering.John Heitmann-27/+27
2018-12-27Auto merge of #56838 - Aaron1011:fix/rustdoc-infer-unify, r=nikomatsakisbors-0/+34
2018-12-25Remove licensesMark Rousskov-3424/+9
2018-12-24Add no-crate filter option on rustdocGuillaume Gomez-0/+16
2018-12-23stabilize min_const_unsafe_fn in 1.33.Mazdak Farrokhzad-1/+0
2018-12-23Rollup merge of #57011 - QuietMisdreavus:static-root-path, r=GuillaumeGomezkennytm-0/+24
2018-12-22Auto merge of #56824 - euclio:internal-apis, r=QuietMisdreavusbors-10/+40
2018-12-21Auto merge of #55798 - GuillaumeGomez:version-display-associated-const, r=Qui...bors-2/+28
2018-12-20Auto merge of #56845 - GuillaumeGomez:const-docs, r=oli-obkbors-0/+43
2018-12-20display rustc_private APIs as "Internal"Andy Russell-0/+10
2018-12-20split extra_scripts to handle root_path shenanigansQuietMisdreavus-0/+6
2018-12-20new --static-root-path flag for controlling static file locationsQuietMisdreavus-0/+18
2018-12-20Add test for associated const version displayGuillaume Gomez-0/+26
2018-12-19Set constness correctlyGuillaume Gomez-4/+4
2018-12-18Don't render const keyword on stableGuillaume Gomez-0/+43
2018-12-18Fix DOM errorsGuillaume Gomez-2/+2
2018-12-16Rollup merge of #56793 - QuietMisdreavus:better-doctests, r=GuillaumeGomezMazdak Farrokhzad-0/+30
2018-12-14Call poly_project_and_unify_type on types that contain inference typesAaron Hill-0/+34
2018-12-14simplify deprecation and stability renderingAndy Russell-10/+30
2018-12-14add test for parsing comments in doctest headersQuietMisdreavus-0/+30
2018-12-08rustdoc: Fix local reexports of proc macrosOliver Middleton-0/+13
2018-12-06Auto merge of #55318 - Aaron1011:fix/final-auto-trait-resolve, r=nikomatsakisbors-0/+71
2018-12-06Rollup merge of #56315 - weiznich:rustdoc_inline_macro_reexport, r=QuietMisdr...Pietro Albini-0/+28
2018-12-04Add a test case for inlining the docs of a macro reexportGeorg Semmler-0/+28
2018-12-04Auto merge of #55707 - GuillaumeGomez:file-sidebar, r=QuietMisdreavusbors-0/+15