about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-06-09Identify run-make tests by mode name instead of suite nameZalathar-5/+3
2024-06-08Auto merge of #126173 - nikic:pr-ci-codegen-tests, r=Kobzolbors-14/+2
2024-06-08Auto merge of #126121 - Kobzol:runmake-cmd-wrapper, r=jieyouxubors-140/+203
2024-06-08Don't disable codegen tests in PR CINikita Popov-14/+2
2024-06-08Migrate runmake tests away from custom commands and `command_output`Jakub Beránek-34/+90
2024-06-08Introduce a custom `Command` wrapper in `run-make-support`Jakub Beránek-122/+129
2024-06-08Auto merge of #126167 - matthiaskrgr:rollup-r717w0s, r=matthiaskrgrbors-3/+4
2024-06-08Rollup merge of #126149 - RalfJung:miri-std-tests, r=clubby789Matthias Krüger-3/+4
2024-06-08Auto merge of #126097 - Kobzol:runmake-change-cwd, r=jieyouxubors-62/+76
2024-06-08Remove unnecessary functions and the last mention of TMPDIR from `run-make-su...Jakub Beránek-20/+1
2024-06-08Miri std tests: don't set BOOTSTRAP_SKIP_TARGET_SANITY unnecessarilyRalf Jung-3/+4
2024-06-08Auto merge of #126111 - Zalathar:fulldeps-hotplug, r=jieyouxubors-2/+25
2024-06-08Auto merge of #126143 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-06-08Auto merge of #126144 - fmease:rollup-i9pcdys, r=fmeasebors-113/+174
2024-06-08Rollup merge of #126105 - tmandry:fuchsia-scripts, r=lqdLeón Orell Valerian Liehr-32/+72
2024-06-08Rollup merge of #126057 - Sunshine40:rustdoc-search-non-english, r=notriddleLeón Orell Valerian Liehr-77/+92
2024-06-08Rollup merge of #125951 - slanterns:error_in_core_stabilization, r=AmanieuLeón Orell Valerian Liehr-4/+10
2024-06-07Update cargoWeihang Lo-0/+0
2024-06-08Auto merge of #126114 - ferrocene:pa-branch-1.81.0, r=pietroalbinibors-1/+1
2024-06-07Auto merge of #126134 - matthiaskrgr:rollup-vzlegsc, r=matthiaskrgrbors-27/+40
2024-06-07Add debugging utils and comments to Fuchsia scriptsTyler Mandry-32/+72
2024-06-07Rollup merge of #126119 - Zalathar:emit-filename, r=ehussMatthias Krüger-11/+29
2024-06-07Rollup merge of #126112 - Kobzol:runmake-source-root, r=jieyouxuMatthias Krüger-3/+2
2024-06-07Rollup merge of #126047 - cuviper:installer-try_for_each, r=albertlarsan68Matthias Krüger-9/+3
2024-06-07Rollup merge of #125781 - onur-ozkan:improve-tool-builder, r=albertlarsan68Matthias Krüger-3/+1
2024-06-07Rollup merge of #124214 - carbotaniuman:parse_unsafe_attrs, r=michaelwoeristerMatthias Krüger-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-07Improve docs for using custom paths with `--emit`Zalathar-11/+29
2024-06-07Port `tests/run-make-fulldeps/hotplug_codegen_backend` to ui-fulldepsZalathar-2/+22
2024-06-07Address review commentsJakub Beránek-1/+1
2024-06-07Small refactoringJakub Beránek-9/+7
2024-06-07Remove all usages of `tmp_dir` from testsJakub Beránek-4/+7
2024-06-07Remove dependence on `tmp_dir`Jakub Beránek-34/+14
2024-06-07Fix `mixing-formats` run-make testJakub Beránek-3/+26