summary refs log tree commit diff
path: root/src/librustdoc/core.rs
AgeCommit message (Expand)AuthorLines
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-3/+1
2018-07-28Auto merge of #52585 - GuillaumeGomez:generic-impls, r=QuietMisdreavusbors-1/+3
2018-07-25Add missing dynTatsuyuki Ishi-1/+1
2018-07-23Auto merge of #52211 - bjorn3:misc_rustdoc_changes, r=QuietMisdreavusbors-3/+3
2018-07-23Auto merge of #52568 - oli-obk:span_bug_error, r=varkorbors-0/+1
2018-07-22Working generic implGuillaume Gomez-2/+2
2018-07-22some improvementsGuillaume Gomez-1/+3
2018-07-22Add "self" intra-link supportGuillaume Gomez-2/+4
2018-07-20Make sure the compiler actually panics on `delay_span_bug`Oliver Schneider-0/+1
2018-07-13Misc rustdoc changesbjorn3-3/+3
2018-07-11Improve lint handling in rustdocGuillaume Gomez-3/+12
2018-07-09Auto merge of #51956 - GuillaumeGomez:shutdown-doc-lints, r=oli-obkbors-1/+21
2018-07-09add comment about lints whitelistingGuillaume Gomez-0/+2
2018-07-05Auto merge of #51732 - GuillaumeGomez:cmd-line-lint-rustdoc, r=QuietMisdreavusbors-2/+7
2018-07-05Add command line lint manipulation in rustdocGuillaume Gomez-2/+7
2018-07-05Whitelist lintsGuillaume Gomez-6/+17
2018-07-05Fix rustdoc run failures by shutting down definitely some lintsGuillaume Gomez-1/+8
2018-06-26Auto merge of #51678 - Zoxc:combine-lints, r=estebankbors-2/+2
2018-06-21Combine all builtin late lintsJohn Kåre Alsaker-2/+2
2018-06-20Rename ParamBound(s) to GenericBound(s)varkor-1/+1
2018-06-20Lift bounds into GenericParamvarkor-1/+1
2018-06-17Auto merge of #51382 - GuillaumeGomez:intra-link-lint, r=QuietMisdreavusbors-4/+21
2018-06-13Rename intra-doc lintGuillaume Gomez-1/+1
2018-06-13Fix options issuesGuillaume Gomez-8/+5
2018-06-11Fix extern prelude failure in rustdocGuillaume Gomez-1/+3
2018-06-09Add lint for intra link resolution failureGuillaume Gomez-4/+24
2018-06-04Fix crate-name option in rustdocGuillaume Gomez-1/+4
2018-05-21Stabilize suggestion applicability field in json outputManish Goregaokar-1/+0
2018-05-17Rename trans to codegen everywhere.Irina Popa-5/+5
2018-05-14factor out rustdoc's error message handlerQuietMisdreavus-32/+53
2018-05-13Add a Rayon thread poolJohn Kåre Alsaker-152/+153
2018-04-30Auto merge of #50204 - Manishearth:approx-enum, r=estebankbors-1/+1
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-1/+1
2018-04-25Approximate -> ApplicabilityManish Goregaokar-1/+1
2018-04-20fix some small compile errorsKurtis Nusbaum-1/+1
2018-04-17Make Handler more thread-safeJohn Kåre Alsaker-2/+2
2018-04-16Add error-format and color-config options to rustdocGuillaume Gomez-7/+38
2018-04-13add -C parameter to rustdocQuietMisdreavus-2/+4
2018-04-01Rollup merge of #49451 - QuietMisdreavus:epoch-doctests, r=GuillaumeGomezMark Simulacrum-1/+4
2018-03-28Auto merge of #49019 - phil-opp:target-spec, r=pnkfelixbors-2/+4
2018-03-27add --edition flag to rustdocQuietMisdreavus-1/+4
2018-03-26Introduce a TargetTriple enum to support absolute target pathsPhilipp Oppermann-2/+4
2018-03-24Resolve `impl Trait` in argument positionShotaro Yamada-0/+3
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-2/+3
2018-02-24Rollup merge of #48415 - QuietMisdreavus:traits-on-traits-on-traits, r=Manish...Manish Goregaokar-0/+4
2018-02-21track extern traits being inlinedQuietMisdreavus-0/+4
2018-02-18Cleanup formattingAaron Hill-7/+5
2018-02-18Generate documentation for auto-trait implsAaron Hill-2/+25
2018-02-16Remove hoedown from rustdocGuillaume Gomez-7/+1
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-3/+2