about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-05-04interpret, miri: uniform treatments of intrinsics/functions with and without ...Ralf Jung-217/+184
2024-05-04Auto merge of #124703 - matthiaskrgr:rollup-2lljptd, r=matthiaskrgrbors-34/+64
2024-05-04Rollup merge of #124698 - JoverZhang:test-rustdoc-determinism, r=jieyouxuMatthias Krüger-1/+0
2024-05-04Rollup merge of #124293 - oli-obk:miri_intrinsic_fallback_body, r=RalfJungMatthias Krüger-33/+64
2024-05-04Auto merge of #124345 - Urgau:compiletest-check-cfg, r=jieyouxubors-3/+29
2024-05-04compiletest: add enable-by-default check-cfgUrgau-3/+22
2024-05-04compiletest: add no-auto-check-cfg directiveUrgau-0/+7
2024-05-04Rewrite `rustdoc-determinism` test in RustJover Zhang-1/+0
2024-05-04Auto merge of #124694 - compiler-errors:rollup-pfou5uu, r=compiler-errorsbors-6/+7
2024-05-03Rollup merge of #124658 - GuillaumeGomez:migrate-to-run-make, r=jieyouxuMichael Goulet-1/+6
2024-05-03Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxuMichael Goulet-5/+1
2024-05-04Auto merge of #124684 - Muscraft:update-cargo, r=Muscraftbors-0/+0
2024-05-04Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillotbors-2/+2
2024-05-03Update cargoScott Schafer-0/+0
2024-05-03Migrate `run-make/doctests-keep-binaries` to new `rmake.rs` formatGuillaume Gomez-1/+0
2024-05-03Add `Rustdoc::current_dir` method to run-make-supportGuillaume Gomez-0/+6
2024-05-03Rollup merge of #124612 - Urgau:run-make-stdin, r=jieyouxuMatthias Krüger-18/+94
2024-05-03Ensure miri only uses fallback bodies that have manually been vetted to prese...Oli Scherer-0/+38
2024-05-03Let miri and const eval execute intrinsics' fallback bodiesOli Scherer-33/+26
2024-05-03run-make: port stdin-rustc to Rust-based rmake.rsUrgau-1/+0
2024-05-03Rollup merge of #124594 - jieyouxu:rmake-cc, r=fmeaseMatthias Krüger-2/+3
2024-05-02run-make-support: add support for stdin input with rustc/rustdocUrgau-17/+94
2024-05-02Auto merge of #124629 - matthiaskrgr:rollup-gttvzrg, r=matthiaskrgrbors-47/+27
2024-05-02Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`Martin Nordholts-5/+1
2024-05-02Rollup merge of #124627 - RalfJung:interpret-doc-no-inline, r=fmeaseMatthias Krüger-0/+2
2024-05-02Rollup merge of #124624 - WaffleLapkin:old_unit, r=fmeaseMatthias Krüger-1/+1
2024-05-02Rollup merge of #124138 - mati865:ignore-llvm-abi-in-dlltool-tests, r=davidtwcoMatthias Krüger-46/+24
2024-05-02interpret: hide some reexports in rustdocRalf Jung-0/+2
2024-05-02Don't use `Ty::new_unit` in miriWaffle Lapkin-1/+1
2024-05-02Merge commit '20b085d500dfba5afe0869707bf357af3afe20be' into clippy-subtree-u...Philipp Krones-755/+1664
2024-05-02run-make-support: preserve tooks.mk behavior for EXTRACXXFLAGS许杰友 Jieyou Xu (Joe)-2/+3
2024-05-01Auto merge of #121564 - ojeda:rustc-jobserver, r=ehussbors-1/+3
2024-05-01Auto merge of #124572 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-04-30Update cargoWeihang Lo-0/+0
2024-05-01Auto merge of #124491 - madsmtm:target_vendor-apple, r=workingjubileebors-2/+2
2024-04-30Rollup merge of #124561 - GuillaumeGomez:run-make-normalize, r=jieyouxu许杰友 Jieyou Xu (Joe)-3/+47
2024-04-30Rollup merge of #124280 - beetrees:repr128-test-rmake, r=jieyouxu许杰友 Jieyou Xu (Joe)-1/+3
2024-04-30Port repr128-dwarf run-make test to rmakebeetrees-1/+3
2024-04-30Add `normalize()` in run-make `Diff` typeGuillaume Gomez-3/+47
2024-04-30Auto merge of #124366 - Kobzol:remove-yaml-expansion, r=pietroalbinibors-206/+0
2024-04-30Rollup merge of #124524 - spastorino:make-foreign-static-use-struct, r=oli-obkMatthias Krüger-4/+15
2024-04-30Auto merge of #124398 - klensy:trailing-ws, r=compiler-errorsbors-6/+6
2024-04-29Remove the `expand-yaml-anchors` toolJakub Beránek-206/+0
2024-04-29Rollup merge of #124475 - GKFX:more-dependency-pruning, r=oli-obk许杰友 Jieyou Xu (Joe)-72/+57
2024-04-29Add StaticForeignItem and use it on ForeignItemKindSantiago Pastorino-4/+15
2024-04-29Auto merge of #124505 - Enselic:aux-bin-fix, r=jieyouxubors-0/+1
2024-04-29aux-bin: Avoid old .so files from old tests; clean auxiliary dir rootMartin Nordholts-0/+1
2024-04-28Move rustfmt changes outGeorge Bateman-20/+33
2024-04-28Also raise fd limit on tvOS when testingMads Marquart-2/+2
2024-04-28Port print-cfg run-make to Rust-based rmake.rsUrgau-1/+0