summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2016-02-27Correct plain-summary-linemitaa-2/+2
2016-02-27Clearly separate code blocks from other blocksmitaa-1/+3
2016-02-25Rollup merge of #31837 - mitaa:rdoc-inherent-assoc, r=alexcrichtonManish Goregaokar-4/+11
2016-02-25Rollup merge of #31835 - mitaa:rdoc-global-src, r=alexcrichtonManish Goregaokar-8/+11
2016-02-24Fix source-links for files with absolute-pathsmitaa-7/+8
2016-02-24Allow creation of src-links for device filesmitaa-1/+3
2016-02-23Show associated types in inherent implsmitaa-6/+3
2016-02-23Don't show associated consts from trait implsmitaa-0/+10
2016-02-23Don't record self parameter for static methodsmitaa-6/+7
2016-02-22Auto merge of #31715 - mitaa:rdoc-index-crate, r=alexcrichtonbors-111/+112
2016-02-22Simplify search-index serializationmitaa-112/+94
2016-02-16Add crates to search-indexmitaa-9/+28
2016-02-16doc pages: add the ability to search unknown typesBrandon W Maister-4/+4
2016-02-14Auto merge of #31626 - mitaa:rdoc-srch-escape, r=alexcrichtonbors-2/+2
2016-02-14Auto merge of #31614 - mitaa:rdoc_locitem_extmac, r=alexcrichtonbors-5/+11
2016-02-13Auto merge of #31602 - mitaa:rdoc_doc_shorter, r=alexcrichtonbors-3/+4
2016-02-13Auto merge of #31596 - mitaa:rdoc_assoc_item, r=alexcrichtonbors-4/+4
2016-02-13Escape search-index item descriptionsmitaa-2/+2
2016-02-12Omit src-links for items from extern macrosmitaa-5/+11
2016-02-12Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brsonbors-15/+32
2016-02-12Shorten docstrings after Markdown renderingmitaa-3/+4
2016-02-12Fix associated item identifiersmitaa-4/+4
2016-02-11bootstrap: Add directives to not double-link libsAlex Crichton-0/+3
2016-02-09Rustdoc - display `since` version for stable itemsWesley Wiser-27/+86
2016-02-09Fix librustdoc testGuillaume Gomez-21/+9
2016-02-09Check if we're not in stable to allow compile_fail option in rustdoc --testGuillaume Gomez-3/+24
2016-02-09Update MakefileGuillaume Gomez-1/+1
2016-02-07Add compile-fail test in rustdocGuillaume Gomez-15/+23
2016-02-01Decide to hide constness only in fn/method rendersBrandon W Maister-5/+12
2016-01-31Don't show `const` in docs when it's not availableBrandon W Maister-0/+3
2016-01-28rustdoc: Add missing trailing comma for single element tuplesOliver Middleton-1/+1
2016-01-23Rollup merge of #31055 - steveklabnik:alt-tags, r=alexcrichtonSteve Klabnik-1/+1
2016-01-23Rollup merge of #31054 - steveklabnik:a11y, r=alexcrichtonSteve Klabnik-3/+3
2016-01-23Handle generics in raw pointersManish Goregaokar-3/+11
2016-01-22Correctly output links for primitive types which enclose their contentsManish Goregaokar-9/+22
2016-01-20tweak trait cssSteve Klabnik-1/+1
2016-01-20tweak struct colorsSteve Klabnik-1/+1
2016-01-20Add alt tags for logosSteve Klabnik-1/+1
2016-01-20tweak colors for a11ySteve Klabnik-1/+1
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-1/+1
2016-01-11rustdoc: remove dead link from issue-less unstable entries.Shmuale Mark-2/+2
2016-01-02Rustdoc - Specify max-image sizeWesley Wiser-0/+4
2015-12-22Don't record the root module in the search indexmitaa-8/+10
2015-12-12Support `#[deprecated]` in rustdocVadim Petrochenkov-2/+22
2015-12-08Auto merge of #30036 - mitaa:doc_id, r=alexcrichtonbors-57/+117
2015-12-05Add testsmitaa-0/+46
2015-12-04Split rustdoc css to modify it more easilyGuillaume Gomez-65/+144
2015-12-04Address review commentsmitaa-49/+43
2015-12-03Initialize the ID map with known valuesmitaa-2/+22
2015-12-03Generate unique IDs for each rustdoc HTML pagemitaa-40/+36