about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-08-19Reword the "unreachable pattern" explanationsNadrieril-495/+495
2024-08-14Auto merge of #129054 - lnicola:sync-from-ra, r=lnicolabors-2448/+3807
2024-08-14Auto merge of #129060 - matthiaskrgr:rollup-s72gpif, r=matthiaskrgrbors-124/+219
2024-08-14Auto merge of #129076 - matthiaskrgr:rollup-rg8mi2x, r=matthiaskrgrbors-261/+543
2024-08-14Rollup merge of #129062 - Nadrieril:fix-129009, r=compiler-errorsMatthias Krüger-99/+138
2024-08-14Rollup merge of #129061 - compiler-errors:lang-item, r=UrgauMatthias Krüger-24/+26
2024-08-14Rollup merge of #129001 - cblh:fix/128713, r=NoratriebMatthias Krüger-0/+5
2024-08-14Rollup merge of #128873 - ChrisDenton:windows-targets, r=Mark-SimulacrumMatthias Krüger-7/+27
2024-08-14Rollup merge of #128759 - notriddle:notriddle/spec-to-string, r=workingjubile...Matthias Krüger-16/+112
2024-08-14Rollup merge of #128410 - Oneirical:dwarf-fortestress, r=jieyouxuMatthias Krüger-115/+235
2024-08-14Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errorsbors-231/+315
2024-08-13Auto merge of #126245 - GuillaumeGomez:doctest-improvement-v2, r=t-rustdocbors-438/+1635
2024-08-13Remove a no-longer-true `assert`Nadrieril-99/+138
2024-08-13Use is_lang_item moreMichael Goulet-24/+26
2024-08-13Rollup merge of #129058 - michaelwoerister:mwback082024, r=jackh726Matthias Krüger-1/+1
2024-08-13Rollup merge of #129056 - Kobzol:fix-target-triple, r=onur-ozkanMatthias Krüger-1/+1
2024-08-13Rollup merge of #129050 - GuillaumeGomez:generate-link-to-definition-warning,...Matthias Krüger-12/+9
2024-08-13Rollup merge of #129049 - Zalathar:json-like, r=jieyouxuMatthias Krüger-6/+4
2024-08-13Rollup merge of #129034 - henryksloan:coroutine-must-use, r=joboetMatthias Krüger-2/+4
2024-08-13Rollup merge of #127857 - tbu-:pr_deprecated_safe_todo, r=petrochenkovMatthias Krüger-13/+49
2024-08-13Rollup merge of #122884 - mzabaluev:pow-remove-exit-branch, r=AmanieuMatthias Krüger-89/+151
2024-08-13Add mw back to review rotationMichael Woerister-1/+1
2024-08-13Fix intra-doc linkGuillaume Gomez-3/+2
2024-08-13Ignore cross compile check for `tests/run-make/doctests-keep-binaries-2024` testGuillaume Gomez-0/+2
2024-08-13Update `tests/run-make/doctests-keep-binaries-2024/rmake.rs` test to new run-...Guillaume Gomez-6/+5
2024-08-13Run fmtGuillaume Gomez-8/+11
2024-08-13Fix commands syntax in rustdoc-ui testsGuillaume Gomez-9/+9
2024-08-13Only keep "useful" code in `tests/rustdoc-ui/2024-doctests-checks.rs`Guillaume Gomez-24/+8
2024-08-13Add doctest to ensure that doctests with crate-level attributes are not part ...Guillaume Gomez-0/+34
2024-08-13Add more merged doctests testsGuillaume Gomez-0/+21
2024-08-13Improve documentation for internal doctest APIGuillaume Gomez-0/+13
2024-08-13Move `is_multiple_tests` argument into `RunnableDocTest`Guillaume Gomez-20/+12
2024-08-13Unify naming of `DocTest`Guillaume Gomez-42/+46
2024-08-13Don't special-case if there is only one merged doctestGuillaume Gomez-67/+43
2024-08-13Remove need for `unsafe` code in merged doctestsGuillaume Gomez-5/+10
2024-08-13Improve code readabilityGuillaume Gomez-5/+19
2024-08-13If there are crate attributes, we prevent doctest to be merged with othersGuillaume Gomez-27/+4
2024-08-13Rename `DocTest` into `DocTestBuilder`Guillaume Gomez-17/+22
2024-08-13Reduce merged doctest source code sizeGuillaume Gomez-25/+41
2024-08-13Run mergeable doctest as part of standalone doctests if there is only oneGuillaume Gomez-48/+70
2024-08-13Add documentation on `DocTest` and `RunnableDoctest` structsGuillaume Gomez-0/+3
2024-08-13Improve code by removing unneeded function argumentsGuillaume Gomez-24/+9
2024-08-13Add 2024 edition doctests to cover corner casesGuillaume Gomez-0/+55
2024-08-13Correctly handle macros using `$crate` in merged doctestsGuillaume Gomez-3/+14
2024-08-13Disable merged doctests by defaultGuillaume Gomez-2/+1
2024-08-13Only show rustdoc doctest compilation output if `nocapture` is usedGuillaume Gomez-3/+5
2024-08-13If no argument is provided to merged doctests binary, they will be run in the...Guillaume Gomez-6/+4
2024-08-13Correctly handle `internal_features` attributeGuillaume Gomez-1/+13
2024-08-13Mark location doctest as standalone since file information will not work in m...Guillaume Gomez-1/+1
2024-08-13Don't change indent in merged doctestsGuillaume Gomez-1/+1