summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2024-06-07Auto merge of #126134 - matthiaskrgr:rollup-vzlegsc, r=matthiaskrgrbors-1/+5
2024-06-07run fmtGuillaume Gomez-18/+16
2024-06-07Fix broken rustdoc unit testsNoah Lev-22/+37
2024-06-07Parse full doctest source; extract helper for parsing codeNoah Lev-90/+104
2024-06-07Move logic for "making" doctests to submoduleNoah Lev-375/+387
2024-06-07Make doctests before running them; reintroduce `RunnableDoctest`Noah Lev-42/+54
2024-06-07Move some arguments to fields and reorganize fieldsNoah Lev-58/+54
2024-06-07Remove `RunnableDoctest`Noah Lev-24/+17
2024-06-07Make two fields computed on-demandNoah Lev-9/+15
2024-06-07rustdoc: Remove `DoctestVisitor::get_line`Noah Lev-24/+42
2024-06-07Remove global options from `IndividualTestOptions`Noah Lev-40/+21
2024-06-07Merge `RustDoctest` and `MdDoctest` into one typeNoah Lev-77/+42
2024-06-07rustdoc: Extract actual doctest running logic into functionNoah Lev-75/+126
2024-06-07Separate doctest collection from runningNoah Lev-188/+237
2024-06-07Move Markdown-specific doctest code into submoduleNoah Lev-47/+51
2024-06-07Start moving format-specific code into doctest submoduleNoah Lev-120/+136
2024-06-07rustdoc: Use `write_all` to ensure all content is writtenNoah Lev-1/+1
2024-06-07rustdoc: Rename `Tester` to `DoctestVisitor`Noah Lev-14/+14
2024-06-06Fix formattingcarbotaniuman-1/+1
2024-06-06Fix buildcarbotaniuman-5/+5
2024-06-06Parse unsafe attributescarbotaniuman-1/+5
2024-06-06Auto merge of #126068 - lqd:revert-124976, r=petrochenkovbors-5/+5
2024-06-06Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk"Rémy Rakic-5/+5
2024-06-06Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obkbors-4/+12
2024-06-05Remove `Type` from rustdoc `Const`Boxy-54/+50
2024-06-05Make top-level `rustc_parse` functions fallible.Nicholas Nethercote-16/+20
2024-06-05Reorder `source_str_to_stream` arguments.Nicholas Nethercote-1/+1
2024-06-05Don't use the word "parse" for lexing operations.Nicholas Nethercote-8/+3
2024-06-04Rollup merge of #125946 - Sergi-Ferrez:master, r=notriddle,fmeaseGuillaume Gomez-8/+11
2024-06-04Add safe/unsafe to static inside extern blocksSantiago Pastorino-2/+6
2024-06-04Handle safety keyword for extern block inner itemsSantiago Pastorino-2/+6
2024-06-04Use checked_subSergi-Ferrez-6/+7
2024-06-04Update code format and testsSergi-Ferrez-2/+2
2024-06-04Include trailing commas in functionsSergi-Ferrez-10/+12
2024-06-03check_is_object_safe -> is_object_safeMichael Goulet-1/+1
2024-06-01Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,...bors-251/+24
2024-05-31Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...Matthias Krüger-116/+139
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-116/+139
2024-05-30remove tracing tree indent lineslcnr-1/+0
2024-05-29Make `body_owned_by` return the body directly.Oli Scherer-9/+12
2024-05-29Don't require `visit_body` to take a lifetime that must outlive the function ...Oli Scherer-1/+1
2024-05-27Auto merge of #125599 - camelid:clarify-stability, r=notriddle,GuillaumeGomezbors-27/+51
2024-05-27Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercotebors-35/+94
2024-05-26rustdoc: Show "const" for const-unstable if also overall unstableNoah Lev-19/+38
2024-05-25rustdoc: Elide const-unstable if also unstable overallNoah Lev-8/+13
2024-05-23Remove `LintDiagnostic::msg`León Orell Valerian Liehr-35/+94
2024-05-19Don't strip items with inherited visibility in AliasedNonLocalStripperMichael Goulet-2/+7
2024-05-18Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726bors-34/+34
2024-05-18Rollup merge of #125117 - dev-ardi:improve-parser, r=wesleywiser,fmeaseMatthias Krüger-2/+2
2024-05-18Auto merge of #124611 - Urgau:rustdoc-stdin, r=GuillaumeGomezbors-29/+54