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