about summary refs log tree commit diff
path: root/src/librustdoc/core.rs
AgeCommit message (Expand)AuthorLines
2019-08-10Gather stability information during cleaningMark Rousskov-0/+6
2019-08-10Represent ownership transfer in RustdocVisitor::visitMark Rousskov-2/+2
2019-08-10Remove Option from resolverMark Rousskov-5/+3
2019-08-10Make fields of RustdocVisitor privateMark Rousskov-2/+2
2019-07-23Normalize use of backticks in compiler messages for docSamy Kacimi-1/+1
2019-07-04rename hir::map::local_def_id_from_hir_id to local_def_idljedrz-1/+1
2019-06-25Rollup merge of #62055 - matthewjasper:fix-error-counting, r=pnkfelixMazdak Farrokhzad-1/+1
2019-06-22Prefer to use `has_errors` to `err_count`Matthew Jasper-1/+1
2019-06-20rustdoc: generate implementors for all auto traitsSimonas Kazlauskas-9/+6
2019-06-15Remove unnecessary `.clone()`Shotaro Yamada-1/+1
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-1/+1
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-1/+1
2019-05-18Declare DefIndex with the newtype_index macroFabian Drinck-1/+1
2019-05-13Return a `Symbol` from `name_or_empty` functions.Nicholas Nethercote-5/+5
2019-05-13Remove the equality operation between `Symbol` and strings.Nicholas Nethercote-2/+2
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-1/+2
2019-05-09cleanup: Remove `DefIndexAddressSpace`Vadim Petrochenkov-9/+6
2019-05-03rustc: use DefKind instead of Def, where possible.Eduard-Mihai Burtescu-8/+7
2019-04-30rustdoc: refactor(?) synthetic impl building.Eduard-Mihai Burtescu-3/+4
2019-04-30rustdoc: remove def_ctor hack.Eduard-Mihai Burtescu-99/+3
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