about summary refs log tree commit diff
path: root/src/librustdoc/core.rs
AgeCommit message (Expand)AuthorLines
2019-11-13Auto merge of #66211 - kinnison:kinnison/fix-66159, r=GuillaumeGomezbors-1/+24
2019-11-13Rollup merge of #66297 - vakaras:edit-queries, r=oli-obkYuki Okushi-0/+1
2019-11-11Add a callback that allows compiler consumers to override queries.Vytautas Astrauskas-0/+1
2019-11-08rustdoc: Deliberately load extern crates before processing docsDaniel Silverstone-1/+24
2019-11-06rename cfg(rustdoc) into cfg(doc)Guillaume Gomez-1/+1
2019-10-24Turn crate store into a resolver outputVadim Petrochenkov-6/+1
2019-10-23Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakisMazdak Farrokhzad-4/+4
2019-10-19move parse_cfgspecs to rustc_interfaceMazdak Farrokhzad-1/+1
2019-10-17Update API to be more compatible with plugin needsMark Rousskov-0/+1
2019-10-17Make get_lints be a static functionMark Rousskov-4/+3
2019-10-01Prevent rustdoc feature to be passed down to doctestsGuillaume Gomez-1/+4
2019-09-17Replace DiagnosticBuilder with Diagnostic when emitting errorMark Rousskov-0/+2
2019-09-04address rebase changesDario Gonzalez-1/+0
2019-09-03changed target from option to plain target, populated with host triple at arg...Dario Gonzalez-2/+1
2019-08-30Auto merge of #63402 - estebank:strip-margin, r=oli-obkbors-0/+1
2019-08-29Auto merge of #62855 - Aaron1011:feature/rustdoc-reexport-final, r=petrochenkovbors-1/+7
2019-08-26Move top-level Clean impl to functionMark Rousskov-3/+3
2019-08-24Improve Rustdoc's handling of procedural macrosAaron Hill-1/+7
2019-08-21Add terminal_width debugging flagEsteban Küber-0/+1
2019-08-19Use BTreeMap for deterministic iter orderShotaro Yamada-1/+1
2019-08-19Support `impl Trait` in inlined documentationShotaro Yamada-2/+22
2019-08-11Use a HashSet instead of VecMark Rousskov-1/+1
2019-08-11Don't store all traits in DocContextMark Rousskov-4/+1
2019-08-11Store typed PassesMark Rousskov-15/+16
2019-08-11Replace Arc with Rc around external_traitsMark Rousskov-2/+1
2019-08-11Remove ReentrantMutexMark Rousskov-2/+1
2019-08-11Remove crate_name from DocContextMark Rousskov-4/+1
2019-08-10Implement Clean<Crate> on hir::Crate directlyMark Rousskov-6/+1
2019-08-10Replace is_doc_reachable with is_publicMark Rousskov-10/+0
2019-08-10Gather deprecation information during cleaningMark Rousskov-0/+5
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