about summary refs log tree commit diff
path: root/src/tools/tidy
AgeCommit message (Collapse)AuthorLines
2024-07-05rewrite output-type-permutations to rmakeOneirical-1/+0
2024-07-05rewrite profile to rmakeOneirical-1/+0
2024-07-05rewrite pgo-use to rmakeOneirical-1/+0
2024-07-05rewrite pgo-gen to rmakeOneirical-1/+0
2024-07-05rewrite emit-path-unhashed to rmakeOneirical-1/+0
2024-07-05rewrite emit-shared-files to rmakeOneirical-1/+0
2024-07-05Auto merge of #127360 - GuillaumeGomez:rollup-f0zs1qr, r=GuillaumeGomezbors-5/+0
Rollup of 7 pull requests Successful merges: - #124290 (DependencyList: removed outdated comment) - #126709 (Migrate `include_bytes_deps`, `optimization-remarks-dir-pgo`, `optimization-remarks-dir`, `issue-40535` and `rmeta-preferred` `run-make` tests to rmake) - #127214 (Use the native unwind function in miri where possible) - #127320 (Update windows-bindgen to 0.58.0) - #127349 (Tweak `-1 as usize` suggestion) - #127352 (coverage: Rename `mir::coverage::BranchInfo` to `CoverageInfoHi`) - #127359 (Improve run make llvm ident code) r? `@ghost` `@rustbot` modify labels: rollup
2024-07-05Rollup merge of #126709 - Oneirical:exitestial-crisis, r=jieyouxuGuillaume Gomez-5/+0
Migrate `include_bytes_deps`, `optimization-remarks-dir-pgo`, `optimization-remarks-dir`, `issue-40535` and `rmeta-preferred` `run-make` tests to rmake Part of #121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html). Needs BSD tryjob. try-job: aarch64-apple try-job: x86_64-msvc try-job: armhf-gnu try-job: test-various
2024-07-05Auto merge of #127008 - Jules-Bertholet:tc-ergonomics, r=Nadrierilbors-7/+7
Match ergonomics 2024: Implement TC's match ergonomics proposal Under gate `ref_pat_eat_one_layer_2024_structural`. Enabling `ref_pat_eat_one_layer_2024` at the same time allows the union of what the individual gates allow. `@traviscross` r? `@Nadrieril` cc https://github.com/rust-lang/rust/issues/123076 `@rustbot` label A-edition-2024 A-patterns
2024-07-04library: outline VaList into ffi::va_listJubilee Young-0/+2
and reexport
2024-07-04rewrite pass-linker-flags-flavor to rmakeOneirical-1/+0
2024-07-04rewrite pass-linker-flags to rmakeOneirical-1/+0
2024-07-04rewrite rmeta-preferred to rmakeOneirical-1/+0
2024-07-04rewrite and rename issue-40535 to rmakeOneirical-1/+0
2024-07-04rewrite optimization-remarks-dir to rmakeOneirical-1/+0
2024-07-04rewrite optimization-remarks-dir-pgo to rmakeOneirical-1/+0
2024-07-04rewrite and rename include_bytes_deps to rmakeOneirical-1/+0
2024-07-04trivial update on tidy bless noteyukang-1/+1
2024-07-04Auto merge of #127127 - notriddle:notriddle/pulldown-cmark-0.11, ↵bors-0/+1
r=GuillaumeGomez rustdoc: update to pulldown-cmark 0.11 r? rustdoc This pull request updates rustdoc to the latest version of pulldown-cmark. Along with adding new markdown extensions (which this PR doesn't enable), the new pulldown-cmark version also fixes a large number of bugs. Because all text files successfully parse as markdown, these bugfixes change the output, which can break people's existing docs. A crater run, https://github.com/rust-lang/rust/pull/121659, has already been run for this change. The first commit upgrades and fixes rustdoc. The second commit adds a lint for the footnote and block quote parser changes, which break the largest numbers of docs in the Crater run. The strikethrough change was mitigated in pulldown-cmark itself. Unblocks https://github.com/rust-lang/rust-clippy/pull/12876
2024-07-02rewrite test-harness to rmakeOneirical-3/+1
2024-07-02rewrite and rename issue-47384 to rmakeOneirical-1/+0
2024-07-02rewrite rlib-chain to rmakeOneirical-1/+0
2024-07-02rewrite dylib-chain to rmakeOneirical-1/+0
2024-07-01Auto merge of #126941 - GuillaumeGomez:migrate-run-make-llvm-ident, r=Kobzolbors-1/+0
Migrate `run-make/llvm-ident` to `rmake.rs` Part of https://github.com/rust-lang/rust/issues/121876. r? `@Kobzol` try-job: armhf-gnu
2024-07-01Rollup merge of #126880 - Rejyr:migrate-rmake-vw, r=KobzolGuillaume Gomez-4/+0
Migrate `volatile-intrinsics`, `weird-output-filenames`, `wasm-override-linker`, `wasm-exceptions-nostd` to `rmake` Also refactors `wasm-abi` and `compressed-debuginfo`. Part of #121876. r? ``@jieyouxu`` try-job: x86_64-gnu-debug try-job: dist-various-2
2024-07-01Migrate `run-make/llvm-ident` to `rmake.rs`Guillaume Gomez-1/+0
2024-06-30rustdoc: update to pulldown-cmark 0.11Michael Howell-0/+1
2024-06-29Rollup merge of #126960 - Kobzol:tidy-venv-message, r=tgross35Matthias Krüger-4/+3
Improve error message in tidy The old error message was wrong (there is no `venv` Python package on PyPi), and we did not specify the correct Python path in the error message.
2024-06-29Auto merge of #126801 - Oneirical:seek-and-testroy, r=Kobzolbors-3/+0
Migrate `remap-path-prefix`, `debug-assertions` and `emit-stack-sizes` `run-make` tests to rmake Part of #121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html). Needs OSX/MSVC try jobs. try-job: aarch64-apple try-job: x86_64-msvc
2024-06-29Migrate `wasm-exceptions-nostd` to `rmake`Jerry Wang-1/+0
2024-06-29Migrate `wasm-override-linker` to `rmake`Jerry Wang-1/+0
2024-06-29Migrate `weird-output-filenames` to `rmake`Jerry Wang-1/+0
2024-06-29Migrate `volatile-intrinsics` to `rmake`Jerry Wang-1/+0
2024-06-29Rollup merge of #127116 - GuillaumeGomez:run-make-return-non-c-like-enum, ↵Guillaume Gomez-1/+0
r=Kobzol,jieyouxu Migrate `run-make/return-non-c-like-enum` to `rmake.rs` Part of https://github.com/rust-lang/rust/issues/121876. r? `@Kobzol`
2024-06-29Rollup merge of #127041 - GuillaumeGomez:run-make-override-aliased-flags, ↵Guillaume Gomez-1/+0
r=Kobzol Migrate `run-make/override-aliased-flags` to `rmake.rs` Part of https://github.com/rust-lang/rust/issues/121876. I voluntarily didn't use the helper methods to make it obvious what's tested. r? `@jieyouxu`
2024-06-29Rollup merge of #126995 - Oneirical:test-friends-forever, r=KobzolGuillaume Gomez-3/+0
Migrate `pretty-print-with-dep-file`, `pretty-print-to-file` and `libtest-padding` `run-make` tests to rmake Part of #121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html).
2024-06-29Rollup merge of #126805 - Oneirical:weaves-of-testiny, r=KobzolGuillaume Gomez-3/+0
Migrate `pdb-alt-path`, `mismatching-target-triples` and `mingw-export-call-convention` `run-make` tests to rmake Part of #121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html). Needs MSVC try jobs. try-job: x86_64-mingw try-job: x86_64-msvc
2024-06-29Migrate `run-make/return-non-c-like-enum` to `rmake.rs`Guillaume Gomez-1/+0
2024-06-29Migrate `run-make/override-aliased-flags` to `rmake.rs`Guillaume Gomez-1/+0
2024-06-28rewrite cdylib-fewer-symbols to rmakeOneirical-1/+0
2024-06-28rewrite metadata-dep-info to rmakeOneirical-1/+0
2024-06-28rewrite silly-file-names to rmakeOneirical-1/+0
2024-06-28rewrite extern-flag-pathless to rmakeOneirical-1/+0
2024-06-28rewrite used-cdylib-macos to rmakeOneirical-1/+0
2024-06-28rewrite raw-dylib-cross-compilation to rmakeOneirical-1/+0
2024-06-28rewrite and slightly rename issue-68794-textrel-on-minimal-libOneirical-1/+0
2024-06-28rewrite unknown-mod-stdin to rmakeOneirical-1/+0
2024-06-28Auto merge of #127000 - Oneirical:no-test-for-the-wicked, r=Kobzolbors-4/+0
Migrate `use-suggestions-rust-2018`, `overwrite-input`, `lto-dylib-dep` and `many-crates-but-no-match` `run-make` tests to rmake Part of #121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html).
2024-06-28rewrite emit-stack-sizes to rmakeOneirical-2/+0
2024-06-28rewrite debug-assertions to rmakeOneirical-1/+0