| Age | Commit message (Expand) | Author | Lines |
| 2024-06-17 | Fix other tools | Michael Goulet | -0/+2 |
| 2024-06-10 | Rollup merge of #126159 - RalfJung:scalarint-size-mismatch, r=oli-obk | Matthias Krüger | -2/+1 |
| 2024-06-10 | ScalarInt: size mismatches are a bug, do not delay the panic | Ralf Jung | -2/+1 |
| 2024-06-10 | Auto merge of #107099 - edward-shen:edward-shen/rustdoc-remap-path-prefix, r=... | bors | -7/+43 |
| 2024-06-09 | rustdoc-search: use lowercase, non-normalized name for type search | Michael Howell | -4/+8 |
| 2024-06-09 | rustdoc: Add support for --remap-path-prefix | Edward Shen | -7/+43 |
| 2024-06-08 | Rollup merge of #126057 - Sunshine40:rustdoc-search-non-english, r=notriddle | León Orell Valerian Liehr | -73/+88 |
| 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-07 | Update tests | Sunshine | -2/+3 |
| 2024-06-07 | Follow ESLint instructions. | Sunshine | -4/+7 |
| 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-07 | Other EcmaScript version bump | Sunshine | -1/+1 |
| 2024-06-07 | Bump the EcmaScript version in the eslint configuration. | Sunshine | -1/+1 |
| 2024-06-07 | Tidying | Sunshine | -2/+4 |
| 2024-06-07 | Add test for PR #126057 | Sunshine | -1/+2 |
| 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-06 | Make html rendered by rustdoc allow searching non-English identifier / alias.... | Sunshine | -70/+78 |
| 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 |