about summary refs log tree commit diff
path: root/src/librustdoc/visit_ast.rs
AgeCommit message (Expand)AuthorLines
2025-09-27Apply first review round suggestionsGuillaume Gomez-1/+1
2025-09-27Implement RFC 3631Guillaume Gomez-27/+0
2025-09-21Port #[macro_export] to the new attribute parsing infrastructureJonathan Brouwer-4/+6
2025-08-12rustdoc: Minimal fixes to compile with `MacroKinds`Josh Triplett-4/+3
2025-07-13Retire hir::ForeignItemRef.Camille GILLOT-2/+2
2025-07-08Fix weird rustdoc output when single and glob reexport conflict on a nameGuillaume Gomez-17/+47
2025-06-27rustdoc: fix attrs of locally reexported foreign itemsbinarycat-5/+15
2025-06-03Overhaul `UsePath`.Nicholas Nethercote-1/+1
2025-03-18Move `hir::Item::ident` into `hir::ItemKind`.Nicholas Nethercote-22/+19
2025-03-12Move methods from `Map` to `TyCtxt`, part 4.Nicholas Nethercote-5/+4
2025-02-22Make asm a named fieldMichael Goulet-1/+1
2025-02-17Overhaul the `intravisit::Map` trait.Nicholas Nethercote-2/+2
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-6/+6
2025-01-23Rustdog :3cBoxy-2/+7
2025-01-12rustdoc: Extract `AttributesExt::lists` trait method as functionNoah Lev-3/+3
2025-01-04turn hir::ItemKind::Fn into a named-field variantRalf Jung-1/+1
2024-11-28Fix new clippy lintsGuillaume Gomez-4/+4
2024-11-04Rename `DocContext::is_json` into `DocContext::is_json_output`Guillaume Gomez-1/+1
2024-11-04Fix invalid coverage computation when `--output-format=json` is enabledGuillaume Gomez-1/+1
2024-10-04rm `ItemKind::OpaqueTy`Noah Lev-10/+0
2024-10-04Rollup merge of #131034 - Urgau:cfg-true-false, r=nnethercoteGuillaume Gomez-1/+1
2024-10-04Adjust rustdoc for literal boolean supportUrgau-1/+1
2024-10-02Use named fields for OpaqueTyOriginMichael Goulet-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-5/+5
2024-08-30Remove `#[macro_use] extern crate tracing` from rustdoc.Nicholas Nethercote-0/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+4
2024-05-29Don't require `visit_body` to take a lifetime that must outlive the function ...Oli Scherer-1/+1
2023-12-18Rename `Session::span_diagnostic` as `Session::dcx`.Nicholas Nethercote-1/+1
2023-12-15NFC don't convert types to identical typesMatthias Krüger-4/+5
2023-12-12Move some methods from `tcx.hir()` to `tcx`zetanumbers-1/+1
2023-11-26rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...Vadim Petrochenkov-3/+2
2023-11-15Re-format code with new rustfmtMark Rousskov-6/+8
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-3/+3
2023-07-29Move `inherits_doc_hidden` and `should_ignore_res` into `clean/utils.rs`Guillaume Gomez-32/+1
2023-07-29Move Res check into `should_ignore_res`Guillaume Gomez-1/+6
2023-07-24Fix missing attribute merge on glob foreign re-exportsGuillaume Gomez-2/+2
2023-07-18Remove unneeded `Option<Symbol>` in `foreign_items`Guillaume Gomez-3/+2
2023-07-18Fix invalid display of inlined re-exportGuillaume Gomez-14/+26
2023-07-14Correctly handle `--document-hidden-items`Guillaume Gomez-3/+7
2023-06-20Fix invalid creation of files in rustdocGuillaume Gomez-2/+5
2023-06-06rustdoc: convert `if let Some()` that always matches to variableMichael Howell-18/+28
2023-06-05fix spelling errorLuca Scherzer-3/+3
2023-06-01Fix bug where private item with intermediate doc hidden re-export was not inl...Guillaume Gomez-1/+2
2023-05-30Fix re-export of doc hidden item inside private item not displayedGuillaume Gomez-25/+32
2023-05-27Rollup merge of #112018 - GuillaumeGomez:cleanup-tcx, r=notriddleMatthias Krüger-7/+6
2023-05-27Clean up usage of `cx.tcx` when `tcx` is already set into a variableGuillaume Gomez-7/+6
2023-05-27Correctly handle multiple re-exports of bang macros at the same levelGuillaume Gomez-3/+9
2023-05-26Fix re-export of doc hidden macro not showing upGuillaume Gomez-0/+10
2023-05-16Only keep impl blocks from bodiesGuillaume Gomez-1/+29
2023-05-12Require `impl Trait` in associated types to appear in method signaturesOli Scherer-1/+2