summary refs log tree commit diff
path: root/src/librustdoc/doctest/rust.rs
AgeCommit message (Expand)AuthorLines
2024-09-25Remove `HirCollector::map`.Nicholas Nethercote-11/+4
2024-09-25Remove `HirCollector::sess`.Nicholas Nethercote-10/+7
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-4/+4
2024-09-19rustdoc: use the correct span for doctestsMichael Howell-11/+2
2024-08-20Remove unneeded conversion to `DefId` for `ExtraInfo`Guillaume Gomez-1/+1
2024-08-13Run fmtGuillaume Gomez-1/+2
2024-08-13Unify naming of `DocTest`Guillaume Gomez-7/+6
2024-08-13Split standalone and mergeable doctestsGuillaume Gomez-6/+6
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+4
2024-06-09rustdoc: Add support for --remap-path-prefixEdward Shen-5/+7
2024-06-07rustdoc: Remove `DoctestVisitor::get_line`Noah Lev-8/+9
2024-06-07Merge `RustDoctest` and `MdDoctest` into one typeNoah Lev-12/+4
2024-06-07Separate doctest collection from runningNoah Lev-27/+106
2024-06-07Start moving format-specific code into doctest submoduleNoah Lev-0/+126