summary refs log tree commit diff
path: root/src/librustdoc
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-26Don't inline impls from `doc(hidden)` modulesmitaa-11/+16
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-9/+19
2016-02-25Rollup merge of #31842 - dileepbapat:master, r=alexcrichtonManish Goregaokar-3/+2
2016-02-24Fix source-links for files with absolute-pathsmitaa-8/+16
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-23#31820 - Utilize `if..let` instead of single `match` branchdileepb-3/+2
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-17Auto merge of #31685 - petrochenkov:patrefact2, r=eddybbors-12/+12
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-16Split PatKind::Enum into PatKind::TupleStruct and PatKind::PathVadim Petrochenkov-1/+1
2016-02-14Rename hir::Pat_ and its variantsVadim Petrochenkov-12/+12
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-8/+6
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-26/+67
2016-02-12Shorten docstrings after Markdown renderingmitaa-3/+4
2016-02-12Fix associated item identifiersmitaa-4/+4
2016-02-12Fix inherent-associated-const search result linksmitaa-4/+2
2016-02-11bootstrap: Add directives to not double-link libsAlex Crichton-0/+4
2016-02-11bootstrap: Add build scripts for cratesAlex Crichton-0/+26
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+30
2016-02-11[breaking-change] don't glob export ast::MetaItem_Oliver 'ker' Schneider-3/+3
2016-02-11[breaking-change] don't pub export ast::Lit_ variantsOliver Schneider-8/+8
2016-02-11[breaking-change] don't glob export ast::{UintTy, IntTy} variantsOliver Schneider-20/+20
2016-02-11[breaking-change] don't glob export ast::FloatTy variantsOliver Schneider-4/+4
2016-02-11[breaking-change] don't glob import/export syntax::abi enum variantsOliver Schneider-5/+5
2016-02-11Auto merge of #31507 - dirk:dirk/fix-rustdoc-undeclared-type-ice, r=nrcbors-4/+15
2016-02-09Rustdoc - display `since` version for stable itemsWesley Wiser-27/+94
2016-02-09Fix librustdoc testGuillaume Gomez-27/+13
2016-02-09Check if we're not in stable to allow compile_fail option in rustdoc --testGuillaume Gomez-3/+24
2016-02-08Make rustdoc report driver phase-3 errors instead of continuingDirk Gadsden-4/+15
2016-02-09Update MakefileGuillaume Gomez-1/+1
2016-02-07Add compile-fail test in rustdocGuillaume Gomez-26/+60
2016-02-05Instrument the AST map so that it registers reads when data isNiko Matsakis-2/+6
2016-02-03Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichtonbors-0/+19
2016-02-03Rollup merge of #31329 - quodlibetor:no-const-doc-in-stable, r=alexcrichtonManish Goregaokar-2/+12
2016-02-02Reviewer requested changes and test fixesNick Cameron-1/+1
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