about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-02Make the enum check work for negative discriminantsBastian Kersting-4/+93
2025-07-02Explicitly handle all nodes in generics_of when computing parentMichael Goulet-5/+16
2025-07-02Merge pull request #424 from rust-lang/remove-overwrite-target-triple-env-varantoyo-14/+19
2025-07-02Clean some config stuff upAntoni Boucher-10/+0
2025-07-02bootstrap: add CONFIG_CHANGE_HISTORY entry for build.tidy-extra-checksbinarycat-0/+5
2025-07-02bootstrap: add build.tidy-extra-checks optionbinarycat-2/+17
2025-07-02Update the doc to reflect the new way to specify the linker for cross-compila...Antoni Boucher-2/+2
2025-07-02miri: improve errors for type validity assertion failuresRalf Jung-107/+82
2025-07-02Fix to use the correct expected output for m68k CI testAntoni Boucher-1/+2
2025-07-02Manually run in a VM in the m68k CIAntoni Boucher-2/+5
2025-07-02Add Triagebot's `concern` capability to the Clippy repository (#14916)Philipp Krones-0/+4
2025-07-03fix: Honor `rust-analyzer.cargo.noDeps` option when fetching sysroot metadataShoyu Vanilla-4/+15
2025-07-02Merge pull request #727 from rust-lang/test/ciantoyo-3/+1
2025-07-02Remove some unsized tuple impls now that we don't support unsizing tuples any...Oli Scherer-29/+5
2025-07-02Fix AsMut::as_mut nameA4-Tacks-1/+1
2025-07-02bootstrap: `validate rust.codegen-backends` & `targer.<triple>.codegen-backends`Pavel Grigorenko-36/+29
2025-07-02Fix m68k CIAntoni Boucher-3/+1
2025-07-02Add Triagebot's `concern` capability to the Clippy repositorySamuel Tardieu-0/+4
2025-07-02use ui_test dependency builder for test dependencies (#14883)Samuel Tardieu-46/+47
2025-07-02Merge pull request #4438 from RalfJung/genmc-conditional-importRalf Jung-12/+3
2025-07-02use more clever approach for genmc conditional importRalf Jung-12/+3
2025-07-02remove deprecated from core::ffi::c_strMarijn Schouten-17/+9
2025-07-02interpret: move the native call preparation logic into MiriRalf Jung-61/+67
2025-07-02Use non-global interner in `test_string_interning` in bootstrapJakub Beránek-4/+7
2025-07-02Auto merge of #142978 - Kobzol:query-hit, r=oli-obkbors-7/+94
2025-07-02byte-addresses memory -> byte-addressed memoryMarijn Schouten-1/+1
2025-07-02Move crashes tests.Camille GILLOT-2/+45
2025-07-02Merge pull request #4437 from RalfJung/env-cleanupRalf Jung-50/+9
2025-07-02Apply review commentsJakub Beránek-2/+3
2025-07-02skip env var memory for leak checkRalf Jung-50/+9
2025-07-02Add `track_caller` attributes to trace origin of Clippy lintsSamuel Tardieu-0/+58
2025-07-02Add `track_caller` attributes to trace origin of Clippy lintsSamuel Tardieu-0/+60
2025-07-02Hash resolutions.Camille GILLOT-22/+19
2025-07-02Do not depend on FOREVER_RED_NODE.Camille GILLOT-6/+4
2025-07-02Rename mingw-check-tidy to tidyChris Denton-10/+10
2025-07-02Use portable `AtomicU64`Jakub Beránek-1/+2
2025-07-02Add cross-compilation check testsJakub Beránek-0/+47
2025-07-02Add bootstrap tool check testJakub Beránek-0/+14
2025-07-02Add Rust Analyzer check testsJakub Beránek-0/+18
2025-07-02Add codegen check testsJakub Beránek-0/+25
2025-07-02Add compiletest check testsJakub Beránek-4/+30
2025-07-02Add snapshot tests for checking compiler, library and rustc toolsJakub Beránek-1/+182
2025-07-02Automatically derive stage in step metadata where possibleJakub Beránek-62/+60
2025-07-02Merge pull request #4406 from Stypox/tracingRalf Jung-102/+828
2025-07-02Merge pull request #4436 from rust-lang/rustup-2025-07-02Ralf Jung-5594/+4967
2025-07-02rename show_error -> fatal_errorRalf Jung-34/+34
2025-07-02Add tracing feature to enable tracing_chrome supportStypox-73/+799
2025-07-02Use the compiler to determine whether or not to enable `f16` and `f128`Trevor Gross-111/+66
2025-07-02Merge pull request #20137 from Hmikihiro/migrate-wrap_unwrap_cfg_attr-assist-...Laurențiu Nicola-42/+85
2025-07-02Merge from rustcThe Miri Cronjob Bot-5593/+4966