about summary refs log tree commit diff
path: root/src/librustdoc/core.rs
AgeCommit message (Expand)AuthorLines
2018-10-13Copy extern prelude from resolver to global contextVadim Petrochenkov-0/+1
2018-10-09Store nightly build instead of checking env var every timeGuillaume Gomez-1/+1
2018-10-09Add lint for doc without codeblocksGuillaume Gomez-1/+3
2018-09-22Auto merge of #54457 - pietroalbini:rollup, r=pietroalbinibors-3/+8
2018-09-22Rollup merge of #54371 - QuietMisdreavus:rustdoc-ui-testing, r=GuillaumeGomezPietro Albini-3/+8
2018-09-22Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi...Eduard-Mihai Burtescu-3/+1
2018-09-20fix intra-links for trait implsQuietMisdreavus-1/+11
2018-09-20shuffle ownership of `external_traits`QuietMisdreavus-3/+3
2018-09-20refactor: move `access_levels` into RenderInfoQuietMisdreavus-6/+4
2018-09-20only move access_levels/external_traits after early passesQuietMisdreavus-0/+4
2018-09-20rustdoc: collect trait impls as an early passQuietMisdreavus-3/+1
2018-09-19add -Zui-testing to rustdocQuietMisdreavus-3/+8
2018-09-13Add treat-err-as-bug flag in rustdocGuillaume Gomez-8/+11
2018-08-19mv codemap source_mapDonato Sciarra-8/+8
2018-08-19mv (mod) codemap source_mapDonato Sciarra-4/+4
2018-08-19mv CodeMap SourceMapDonato Sciarra-4/+4
2018-08-07Avoid unnecessary pattern matching against Option and Resultljedrz-1/+1
2018-08-04only abort after all early passes have runQuietMisdreavus-0/+2
2018-08-04turn intra-doc-link collection into an early passQuietMisdreavus-6/+3
2018-08-04introduce "early passes" an convert a few overQuietMisdreavus-4/+70
2018-08-04Auto merge of #52827 - GuillaumeGomez:generic-impls, r=QuietMisdreavusbors-3/+142
2018-08-04Move basic_options to impl of DefaultMark Rousskov-3/+3
2018-08-04Normalize variants of CrateType to standard styleMark Rousskov-1/+1
2018-08-04Remove FinderTrait and move its functions into DocContextGuillaume Gomez-3/+142
2018-08-03Store concrete crate stores where possibleMark Rousskov-5/+4
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