about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-68/+101
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-4/+7
2024-05-03Update cargoScott Schafer-0/+0
2024-05-03CI: no need to surround if: condition in expansion bracesRalf Jung-3/+3
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-03Auto merge of #3545 - RalfJung:miri-run, r=RalfJungbors-24/+29
2024-05-03Rollup merge of #124630 - Kobzol:yaml-anchor, r=pietroalbiniMatthias Krüger-10/+13
2024-05-03./miri run: support -v flag to print what it is doingRalf Jung-24/+29
2024-05-03Auto merge of #3544 - RalfJung:rustup, r=RalfJungbors-1/+1
2024-05-03Preparing for merge from rustcRalf Jung-1/+1
2024-05-03run clippy on a Windows hostRalf Jung-0/+6
2024-05-03Bump peaceiris/actions-gh-pagesLaurențiu Nicola-1/+1
2024-05-03Fix bootstrap panic when build from tarball12101111-6/+1
2024-05-03Allow reusing CI Docker cache when running CI images locallyJakub Beránek-2/+10
2024-05-03Calculate the Docker hash key also locallyJakub Beránek-31/+29
2024-05-03Do not include Docker version in caching keyJakub Beránek-2/+0
2024-05-03Rollup merge of #124613 - GuillaumeGomez:fmt-run-make, r=onur-ozkanMatthias Krüger-1/+5
2024-05-03Rollup merge of #124612 - Urgau:run-make-stdin, r=jieyouxuMatthias Krüger-18/+94
2024-05-03Rollup merge of #124461 - onur-ozkan:followup-123546, r=pietroalbiniMatthias Krüger-19/+38
2024-05-03Add -Zfixed-x18Alice Ryhl-0/+32
2024-05-03Ensure miri only uses fallback bodies that have manually been vetted to prese...Oli Scherer-0/+38
2024-05-03Allow to negate ignored filesGuillaume Gomez-1/+5
2024-05-03Let miri and const eval execute intrinsics' fallback bodiesOli Scherer-33/+26
2024-05-03Auto merge of #3537 - rust-lang:rustup-2024-05-03, r=RalfJungbors-2355/+3775
2024-05-03update lockfileRalf Jung-1/+0
2024-05-03run-make: port stdin-rustc to Rust-based rmake.rsUrgau-1/+0
2024-05-03update comments and URLRalf Jung-6/+2
2024-05-03Merge from rustcThe Miri Cronjob Bot-2353/+3774
2024-05-03Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-05-03Rollup merge of #124594 - jieyouxu:rmake-cc, r=fmeaseMatthias Krüger-2/+3
2024-05-02Update clippy tests for stable exclusive_rangeRoss Smyth-72/+66
2024-05-02Stabilize exclusive_rangeRoss Smyth-28/+1
2024-05-03Add assigntiif-0/+9
2024-05-02CI: remove `env-x86_64-apple-tests` YAML anchorJakub Beránek-10/+13
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-02Fix Run lens showing when lenses are disabledhermannm-1/+1
2024-05-02Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`Martin Nordholts-68/+101
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-02Auto merge of #3535 - RalfJung:host-float, r=RalfJungbors-16/+16
2024-05-02update host-float commentsRalf Jung-16/+16
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-02Auto merge of #17176 - Veykril:fix-implicit-ty-args, r=Veykrilbors-4/+33