about summary refs log tree commit diff
path: root/src/librustdoc/core.rs
AgeCommit message (Expand)AuthorLines
2019-04-28Fix lint findings in librustdocflip1995-2/+2
2019-04-25Auto merge of #59042 - ljedrz:HirIdification_rework_map, r=Zoxcbors-9/+0
2019-04-24doc: some HirIdificationljedrz-9/+0
2019-04-02Rename `colorful-json` to `json-rendered` and make it a selection instead of ...Oliver Scherer-17/+13
2019-04-02Update rustdocOliver Scherer-1/+2
2019-03-25Auto merge of #59256 - petrochenkov:derval2, r=Zoxcbors-6/+6
2019-03-23Auto merge of #59096 - ljedrz:HirIdify_AccessLevel, r=Zoxcbors-3/+3
2019-03-18Implement const generics in `generics_to_path_params`varkor-2/+10
2019-03-17Make meta-item API compatible with `LocalInternedString::get` soundness fixVadim Petrochenkov-6/+6
2019-03-16syntax: Do not accidentally treat multi-segment meta-items as single-segmentVadim Petrochenkov-2/+1
2019-03-13middle: replace NodeId with HirId in AccessLevelsljedrz-3/+3
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-131/+76
2019-03-09Rollup merge of #58626 - QuietMisdreavus:doc-coverage, r=GuillaumeGomezMazdak Farrokhzad-4/+7
2019-03-09Auto merge of #59012 - pietroalbini:rollup, r=pietroalbinibors-1/+1
2019-03-08Rollup merge of #58984 - estebank:multi-treat-err-as-bug, r=oli-obkPietro Albini-1/+1
2019-03-07hir: remove NodeId from PathSegmentljedrz-1/+0
2019-03-07HirIdification: replace NodeId method callsljedrz-3/+12
2019-03-06Make `-Z treat-err-as-bug` take a number of errors to be emittedEsteban Küber-1/+1
2019-03-05Stub rustdoc const generics implementationsvarkor-0/+3
2019-02-28add option to calculate documentation coverageQuietMisdreavus-4/+7
2019-02-28Introduce rustc_interface and move some methods thereJohn Kåre Alsaker-16/+17
2019-02-27Rollup merge of #58627 - euclio:rustdoc-pass-order, r=QuietMisdreavusMazdak Farrokhzad-3/+5
2019-02-24hir: remove NodeId from Lifetime and Tyljedrz-3/+0
2019-02-23merge early and late passes into single structAndy Russell-3/+5
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-6/+7
2019-02-15Drive-by cleanupvarkor-1/+1
2019-02-15Add Const kind to rustdocvarkor-3/+10
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2019-02-02hir: add HirId to main Hir nodesljedrz-0/+2
2019-01-17Querify glob map usage (last use of CrateAnalysis)Igor Matuszewski-5/+2
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