about summary refs log tree commit diff
path: root/src/librustdoc/core.rs
AgeCommit message (Expand)AuthorLines
2025-03-12Make opts.maybe_sysroot non-optionalbjorn3-2/+2
2025-03-07Remove highlighting of spans on `-Zteach`Esteban Küber-1/+0
2025-03-07Rollup merge of #138111 - estebank:use-dfv, r=nnethercoteMatthias Krüger-1/+1
2025-03-03Use default field values for `ErrorOutputType`Esteban Küber-1/+1
2025-02-26Add rustdoc support for `--emit=dep-info[=path]`Guillaume Gomez-6/+18
2025-02-18Move methods from `Map` to `TyCtxt`, part 2.Nicholas Nethercote-4/+3
2025-02-17Remove `TyCtxt::hir_krate`.Nicholas Nethercote-1/+1
2025-02-17Overhaul the `intravisit::Map` trait.Nicholas Nethercote-2/+2
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-1/+1
2025-02-06Auto merge of #136471 - safinaskar:parallel, r=SparrowLiibors-4/+3
2025-02-04Rollup merge of #134807 - poliorcetics:ab/push-skpynvsmwkll, r=camelidMatthias Krüger-1/+1
2025-02-03tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`Askar Safin-4/+3
2025-02-01Rename `tcx.ensure()` to `tcx.ensure_ok()`Zalathar-2/+2
2025-01-30fix(rustdoc): always use a channel when linking to doc.rust-lang.orgAlexis (Poliorcetics) Bourget-1/+1
2025-01-25Auto merge of #119286 - jyn514:linker-output, r=bjorn3bors-1/+1
2025-01-23Remove the need to manually call set_using_internal_featuresbjorn3-4/+3
2025-01-20don't ICE when emitting linker errors during `-Z link-only`jyn-1/+1
2024-12-06Remove all threading through of ErrorGuaranteed from the driverbjorn3-9/+5
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-1/+8
2024-11-11Auto merge of #126597 - estebank:unicode-output, r=fmeasebors-1/+8
2024-11-10Add Unicode block-drawing compiler output supportEsteban Küber-1/+8
2024-11-04Rename `DocContext::is_json` into `DocContext::is_json_output`Guillaume Gomez-2/+2
2024-11-04Fix invalid coverage computation when `--output-format=json` is enabledGuillaume Gomez-0/+7
2024-10-22Rollup merge of #131732 - m4tx:fix-82824, r=davidtwcoMatthias Krüger-37/+2
2024-10-15Add doc(plugins), doc(passes), etc. to INVALID_DOC_ATTRIBUTESMateusz Maćkowski-37/+2
2024-10-14Delay ambiguous intra-doc link resolution after `Cache` has been populatedGuillaume Gomez-4/+20
2024-10-06Handle `librustdoc` cases of `rustc::potential_query_instability` lintismailarilik-2/+2
2024-09-25de-rc external traitsLukas Markeffsky-4/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-4/+4
2024-09-17Rollup merge of #129988 - arnaudgolfouse:modify-locale_resources, r=davidtwcoMatthias Krüger-1/+1
2024-09-07librustdoc::config: removed Input from OptionsEtomicBomb-2/+2
2024-09-05Use a `Vec` in `rustc_interface::Config::locale_resources`arnaudgolfouse-1/+1
2024-08-31Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu...Matthias Krüger-0/+1
2024-08-30Remove `#[macro_use] extern crate tracing` from rustdoc.Nicholas Nethercote-0/+1
2024-08-29Fix clippy lintsGuillaume Gomez-1/+1
2024-08-08review commentsEsteban Küber-1/+1
2024-08-08Split `ColorConfig` off of `HumanReadableErrorType`Esteban Küber-3/+4
2024-08-06Fix rustdoc missing handling of `remap-path-prefix` optionGuillaume Gomez-0/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-13/+12
2024-06-18Use a dedicated type instead of a reference for the diagnostic contextOli Scherer-2/+2
2024-06-06Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk"Rémy Rakic-1/+1
2024-05-29Make `body_owned_by` return the body directly.Oli Scherer-2/+2
2024-05-27Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercotebors-1/+1
2024-05-23Remove `LintDiagnostic::msg`León Orell Valerian Liehr-1/+1
2024-05-22rustc: Use `tcx.used_crates(())` moreVadim Petrochenkov-1/+1
2024-05-04Add `-` (stdin) support to rustdocUrgau-3/+1
2024-03-27Remove `DefId`'s `Partial/Ord` implsOli Scherer-1/+1
2024-03-07Merge collect_mod_item_types query into check_well_formedOli Scherer-6/+0
2024-03-07Remove redundant query invocations in rustdocOli Scherer-5/+0
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-1/+1