about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2018-06-17Auto merge of #51382 - GuillaumeGomez:intra-link-lint, r=QuietMisdreavusbors-9/+38
2018-06-16Auto merge of #51584 - QuietMisdreavus:globs-and-crosses, r=ollie27bors-0/+24
2018-06-15process cross-crate glob re-exportsQuietMisdreavus-0/+24
2018-06-15Fix search fn keywordGuillaume Gomez-1/+5
2018-06-13Rename intra-doc lintGuillaume Gomez-4/+4
2018-06-13Update help message to escape square bracketsGuillaume Gomez-2/+2
2018-06-13Add help for intra-link lintGuillaume Gomez-3/+5
2018-06-13Fix options issuesGuillaume Gomez-8/+5
2018-06-13Don't auto-hide inherent impls even if `rustdoc-collapse == true`.kennytm-24/+25
2018-06-11Fix extern prelude failure in rustdocGuillaume Gomez-2/+4
2018-06-09Add lint for intra link resolution failureGuillaume Gomez-9/+39
2018-06-08Rollup merge of #51391 - estebank:docspan, r=GuillaumeGomezMark Rousskov-16/+46
2018-06-07Use `from_inner_byte_pos` for cleaner codeEsteban Küber-3/+4
2018-06-06When unable to sinthesize link span, fallback to previous behaviorEsteban Küber-20/+35
2018-06-06Use spans pointing at the inside of a rustdoc attributeEsteban Küber-16/+30
2018-06-06rustdoc: Fix missing stability and src links for inlined external macrosOliver Middleton-3/+3
2018-06-05Rollup merge of #51256 - GuillaumeGomez:fix-rustdoc-crate-name, r=QuietMisdre...Mark Simulacrum-1/+4
2018-06-04Fix crate-name option in rustdocGuillaume Gomez-1/+4
2018-06-04Remove useless function call for keyword generation in rustdocGuillaume Gomez-2/+1
2018-06-04Few improvementsGuillaume Gomez-5/+4
2018-06-04Add doc keyword supportGuillaume Gomez-56/+136
2018-06-04Auto merge of #51334 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-1/+2
2018-06-03Remove is_import fieldMark Simulacrum-1/+2
2018-06-03Show which line the link is coming from.kennytm-10/+61
2018-06-03Point to the rustdoc attribute where intralink resolution failed.kennytm-8/+17
2018-06-03Auto merge of #51319 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-3/+6
2018-06-02Rollup merge of #51297 - GuillaumeGomez:fix-run-but-style, r=QuietMisdreavusMark Simulacrum-3/+6
2018-06-02Add attributes for trait and methods as wellGuillaume Gomez-13/+21
2018-06-02Fix run button styleGuillaume Gomez-3/+6
2018-06-01merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATESNiko Matsakis-1/+1
2018-05-30Fixes some style issues in rustdoc "implementations on Foreign types"Guillaume Gomez-8/+33
2018-05-26Add `Ident::as_str` helperVadim Petrochenkov-1/+1
2018-05-26Use `Ident`s for fields in HIRVadim Petrochenkov-8/+8
2018-05-24Rollup merge of #51011 - QuietMisdreavus:duplicitous-macros, r=ollie27kennytm-0/+7
2018-05-23rustdoc: hide macro export statements from docsQuietMisdreavus-0/+7
2018-05-23Rollup merge of #50947 - QuietMisdreavus:nice-tabs, r=GuillaumeGomezkennytm-0/+2
2018-05-23Rollup merge of #50875 - QuietMisdreavus:short-features, r=GuillaumeGomezkennytm-22/+30
2018-05-22Auto merge of #50486 - Manishearth:approx-stab, r=nrcbors-1/+0
2018-05-21rustdoc: set tab width in rust source blocksQuietMisdreavus-0/+2
2018-05-21Stabilize suggestion applicability field in json outputManish Goregaokar-1/+0
2018-05-21rustc: move TypeParamDef's fields into GenericParamDefKind::Type.Eduard-Mihai Burtescu-3/+3
2018-05-21Auto merge of #50924 - petrochenkov:spanover, r=alexcrichtonbors-2/+2
2018-05-20lexer: Fix span override for the first token in a stringVadim Petrochenkov-2/+2
2018-05-19rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons...Eduard-Mihai Burtescu-5/+5
2018-05-18propagate "short form" into all Html printsQuietMisdreavus-22/+30
2018-05-18Auto merge of #50533 - GuillaumeGomez:rustdoc-prim-auto, r=QuietMisdreavusbors-16/+46
2018-05-17Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichtonbors-2/+0
2018-05-17Switch to 1.26 bootstrap compilerMark Simulacrum-2/+0
2018-05-17Rename trans to codegen everywhere.Irina Popa-14/+14
2018-05-17Rollup merge of #50728 - sinkuu:fix_50702, r=GuillaumeGomezkennytm-6/+29