about summary refs log tree commit diff
path: root/src/librustdoc/core.rs
AgeCommit message (Expand)AuthorLines
2019-01-17Remove access level mention from DocContextIgor Matuszewski-3/+0
2019-01-13Always calculate glob map but only for glob usesIgor Matuszewski-2/+1
2019-01-05Rollup merge of #57343 - Xanewok:querify-access-levels, r=nikomatsakiskennytm-4/+2
2019-01-04Remove unused name from CrateAnalysisIgor Matuszewski-1/+0
2019-01-04Replace CrateAnalysis::access_levels with queryIgor Matuszewski-3/+2
2019-01-02make `panictry!` private to libsyntaxAndy Russell-2/+8
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-19Auto merge of #56601 - Zoxc:lifetime-killer, r=nikomatsakisbors-2/+2
2018-12-19Rollup merge of #56663 - Zoxc:resolver-lifetime, r=pnkfelixPietro Albini-3/+3
2018-12-13Make the 'a lifetime on TyCtxt uselessJohn Kåre Alsaker-2/+2
2018-12-12Introduce `SearchPath` and replace `SearchPaths` with `Vec<SearchPath>`.Nicholas Nethercote-1/+1
2018-12-10Remove lifetime from ResolverJohn Kåre Alsaker-3/+3
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-5/+5
2018-11-16lint if a private item has doctestsGuillaume Gomez-1/+3
2018-11-02pass the Options struct instead of individual argsQuietMisdreavus-41/+36
2018-10-26Fix tests and rustdocNick Cameron-0/+2
2018-10-24Feature gate extern prelude additions from `extern crate` itemsVadim Petrochenkov-1/+3
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-3/+3
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-3/+3
2018-10-18Auto merge of #54349 - GuillaumeGomez:no-example-lint, r=QuietMisdreavusbors-1/+3
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