| Age | Commit message (Expand) | Author | Lines |
| 2024-08-19 | Reword the "unreachable pattern" explanations | Nadrieril | -495/+495 |
| 2024-08-14 | Auto merge of #129054 - lnicola:sync-from-ra, r=lnicola | bors | -2448/+3807 |
| 2024-08-14 | Auto merge of #129060 - matthiaskrgr:rollup-s72gpif, r=matthiaskrgr | bors | -124/+219 |
| 2024-08-14 | Auto merge of #129076 - matthiaskrgr:rollup-rg8mi2x, r=matthiaskrgr | bors | -261/+543 |
| 2024-08-14 | Rollup merge of #129062 - Nadrieril:fix-129009, r=compiler-errors | Matthias Krüger | -99/+138 |
| 2024-08-14 | Rollup merge of #129061 - compiler-errors:lang-item, r=Urgau | Matthias Krüger | -24/+26 |
| 2024-08-14 | Rollup merge of #129001 - cblh:fix/128713, r=Noratrieb | Matthias Krüger | -0/+5 |
| 2024-08-14 | Rollup merge of #128873 - ChrisDenton:windows-targets, r=Mark-Simulacrum | Matthias Krüger | -7/+27 |
| 2024-08-14 | Rollup merge of #128759 - notriddle:notriddle/spec-to-string, r=workingjubile... | Matthias Krüger | -16/+112 |
| 2024-08-14 | Rollup merge of #128410 - Oneirical:dwarf-fortestress, r=jieyouxu | Matthias Krüger | -115/+235 |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -231/+315 |
| 2024-08-13 | Auto merge of #126245 - GuillaumeGomez:doctest-improvement-v2, r=t-rustdoc | bors | -438/+1635 |
| 2024-08-13 | Remove a no-longer-true `assert` | Nadrieril | -99/+138 |
| 2024-08-13 | Use is_lang_item more | Michael Goulet | -24/+26 |
| 2024-08-13 | Rollup merge of #129058 - michaelwoerister:mwback082024, r=jackh726 | Matthias Krüger | -1/+1 |
| 2024-08-13 | Rollup merge of #129056 - Kobzol:fix-target-triple, r=onur-ozkan | Matthias Krüger | -1/+1 |
| 2024-08-13 | Rollup merge of #129050 - GuillaumeGomez:generate-link-to-definition-warning,... | Matthias Krüger | -12/+9 |
| 2024-08-13 | Rollup merge of #129049 - Zalathar:json-like, r=jieyouxu | Matthias Krüger | -6/+4 |
| 2024-08-13 | Rollup merge of #129034 - henryksloan:coroutine-must-use, r=joboet | Matthias Krüger | -2/+4 |
| 2024-08-13 | Rollup merge of #127857 - tbu-:pr_deprecated_safe_todo, r=petrochenkov | Matthias Krüger | -13/+49 |
| 2024-08-13 | Rollup merge of #122884 - mzabaluev:pow-remove-exit-branch, r=Amanieu | Matthias Krüger | -89/+151 |
| 2024-08-13 | Add mw back to review rotation | Michael Woerister | -1/+1 |
| 2024-08-13 | Fix intra-doc link | Guillaume Gomez | -3/+2 |
| 2024-08-13 | Ignore cross compile check for `tests/run-make/doctests-keep-binaries-2024` test | Guillaume Gomez | -0/+2 |
| 2024-08-13 | Update `tests/run-make/doctests-keep-binaries-2024/rmake.rs` test to new run-... | Guillaume Gomez | -6/+5 |
| 2024-08-13 | Run fmt | Guillaume Gomez | -8/+11 |
| 2024-08-13 | Fix commands syntax in rustdoc-ui tests | Guillaume Gomez | -9/+9 |
| 2024-08-13 | Only keep "useful" code in `tests/rustdoc-ui/2024-doctests-checks.rs` | Guillaume Gomez | -24/+8 |
| 2024-08-13 | Add doctest to ensure that doctests with crate-level attributes are not part ... | Guillaume Gomez | -0/+34 |
| 2024-08-13 | Add more merged doctests tests | Guillaume Gomez | -0/+21 |
| 2024-08-13 | Improve documentation for internal doctest API | Guillaume Gomez | -0/+13 |
| 2024-08-13 | Move `is_multiple_tests` argument into `RunnableDocTest` | Guillaume Gomez | -20/+12 |
| 2024-08-13 | Unify naming of `DocTest` | Guillaume Gomez | -42/+46 |
| 2024-08-13 | Don't special-case if there is only one merged doctest | Guillaume Gomez | -67/+43 |
| 2024-08-13 | Remove need for `unsafe` code in merged doctests | Guillaume Gomez | -5/+10 |
| 2024-08-13 | Improve code readability | Guillaume Gomez | -5/+19 |
| 2024-08-13 | If there are crate attributes, we prevent doctest to be merged with others | Guillaume Gomez | -27/+4 |
| 2024-08-13 | Rename `DocTest` into `DocTestBuilder` | Guillaume Gomez | -17/+22 |
| 2024-08-13 | Reduce merged doctest source code size | Guillaume Gomez | -25/+41 |
| 2024-08-13 | Run mergeable doctest as part of standalone doctests if there is only one | Guillaume Gomez | -48/+70 |
| 2024-08-13 | Add documentation on `DocTest` and `RunnableDoctest` structs | Guillaume Gomez | -0/+3 |
| 2024-08-13 | Improve code by removing unneeded function arguments | Guillaume Gomez | -24/+9 |
| 2024-08-13 | Add 2024 edition doctests to cover corner cases | Guillaume Gomez | -0/+55 |
| 2024-08-13 | Correctly handle macros using `$crate` in merged doctests | Guillaume Gomez | -3/+14 |
| 2024-08-13 | Disable merged doctests by default | Guillaume Gomez | -2/+1 |
| 2024-08-13 | Only show rustdoc doctest compilation output if `nocapture` is used | Guillaume Gomez | -3/+5 |
| 2024-08-13 | If no argument is provided to merged doctests binary, they will be run in the... | Guillaume Gomez | -6/+4 |
| 2024-08-13 | Correctly handle `internal_features` attribute | Guillaume Gomez | -1/+13 |
| 2024-08-13 | Mark location doctest as standalone since file information will not work in m... | Guillaume Gomez | -1/+1 |
| 2024-08-13 | Don't change indent in merged doctests | Guillaume Gomez | -1/+1 |