about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2024-03-07Remove redundant query invocations in rustdocOli Scherer-5/+0
2024-03-07Refactor argument UTF-8 checking into `rustc_driver::args::raw_args()`beetrees-10/+3
2024-03-07Make `arg_expand_all` not short-circuit on first errorbeetrees-1/+1
2024-03-05Rename `DiagnosticMessage` as `DiagMessage`.Nicholas Nethercote-7/+7
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-18/+18
2024-03-04Remove `file_path_mapping` param from `ParseSess::new`.Nicholas Nethercote-3/+1
2024-03-02Auto merge of #121914 - Nadrieril:rollup-ol98ncg, r=Nadrierilbors-0/+4
2024-03-02Rollup merge of #121855 - GuillaumeGomez:trait-item-info, r=notriddleMatthias Krüger-13/+14
2024-03-01Propegate HIR and AST `f16` and `f128` types to rustdocTrevor Gross-0/+4
2024-03-01Correctly generate item info of trait itemsGuillaume Gomez-13/+14
2024-03-01Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errorsbors-0/+6
2024-02-29Rollup merge of #121783 - nnethercote:emitter-cleanups, r=oli-obkGuillaume Gomez-17/+17
2024-02-29Make `JsonEmitter` more like `HumanEmitter`.Nicholas Nethercote-7/+4
2024-02-29Inline and remove `JsonEmitter::{basic,stderr}`.Nicholas Nethercote-1/+3
2024-02-29Inline and remove `HumanEmitter::stderr`.Nicholas Nethercote-3/+5
2024-02-29Rename `DiagCtxt::with_emitter` as `DiagCtxt::new`.Nicholas Nethercote-4/+4
2024-02-29Remove unnecessary `diagnostic_width` call.Nicholas Nethercote-3/+2
2024-02-29Rollup merge of #121689 - GuillaumeGomez:rustdoc-highlighting-whitespace, r=n...Matthias Krüger-1/+2
2024-02-28Auto merge of #121489 - nnethercote:diag-renaming, r=davidtwcobors-27/+26
2024-02-28Add basic support for `f16` and `f128` to rustdocTrevor Gross-0/+6
2024-02-28Add regression test for inclusion of whitespace characters in rustdoc highlig...Guillaume Gomez-1/+1
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-25/+24
2024-02-28Rename `Diagnostic` as `DiagInner`.Nicholas Nethercote-2/+2
2024-02-27Prevent inclusion of whitespace character after macro_rules identGuillaume Gomez-0/+1
2024-02-27Fix link generation for locate foreign macro in jump to definition featureGuillaume Gomez-1/+1
2024-02-26Rollup merge of #121590 - GuillaumeGomez:rustdoc-js-changed, r=notriddleGuillaume Gomez-3/+11
2024-02-25Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkinbors-5/+7
2024-02-25Rollup merge of #121060 - clubby789:bool-newtypes, r=cjgillotMatthias Krüger-2/+2
2024-02-25Correctly handle if rustdoc JS script hash changedGuillaume Gomez-3/+11
2024-02-24Rustdoc: include crate name in links for local primitivesGurinder Singh-2/+7
2024-02-22Auto merge of #121129 - nnethercote:codegen-Diags, r=estebankbors-1/+1
2024-02-22Overhaul `Diagnostic` args.Nicholas Nethercote-1/+1
2024-02-22Inline and remove `abort_on_err`.Nicholas Nethercote-3/+2
2024-02-22Refactor `run_global_ctxt`.Nicholas Nethercote-7/+10
2024-02-22Adjust the `has_errors*` methods.Nicholas Nethercote-4/+2
2024-02-20Stabilize `LazyCell` and `LazyLock` (`lazy_cell`)Peter Jaszkowiak-1/+0
2024-05-23Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obkMatthias Krüger-5/+5
2024-05-22rustc: Use `tcx.used_crates(())` moreVadim Petrochenkov-5/+5
2024-05-21PR feedbackBen Kimock-1/+1
2024-05-21Add a footer in FileEncoder and check for it in MemDecoderBen Kimock-1/+3
2024-02-20Rollup merge of #121344 - fmease:lta-constr-by-input, r=oli-obkMatthias Krüger-9/+8
2024-02-20Expand weak alias types before collecting constrained and referenced late bou...León Orell Valerian Liehr-9/+8
2024-02-20Add newtype for raw identsclubby789-2/+2
2024-02-19Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers.Nicholas Nethercote-18/+19
2024-02-18Rollup merge of #121218 - ShoyuVanilla:fix-issue-76736, r=notriddleLeón Orell Valerian Liehr-7/+16
2024-02-18Rollup merge of #121160 - fmease:rustdoc-fix-n-refactor-html-rendering, r=Gui...León Orell Valerian Liehr-281/+173
2024-02-18Rollup merge of #120526 - GuillaumeGomez:mobile-long-crate-name, r=notriddleLeón Orell Valerian Liehr-7/+2
2024-02-17Fix non_local_definitions lint in rustdocUrgau-5/+7
2024-02-17Fix missing trait impls for type in rustc docsShoyu Vanilla-7/+16
2024-02-16rustdoc: fix and refactor HTML rendering a bitLeón Orell Valerian Liehr-281/+173