about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-15replace some `#[const_trait]` with `const trait`Nathaniel McCallum-6/+3
2025-09-15Make llvm_enzyme a regular cargo featurebjorn3-15/+23
2025-09-15Split `FnCtxt::report_args_error` into subfunctionsSasha Pourcelot-1022/+1378
2025-09-15Fix feature gate teststiif-23/+24
2025-09-15tests/run-make: Update list of statically linked musl targetsJens Reidel-9/+1
2025-09-15Add relnotes 1.90Boxy Uwu-0/+126
2025-09-15Auto merge of #146582 - Kobzol:cranelift-test-nightly, r=jieyouxubors-0/+1
2025-09-15Only run Cranelift dist test on nightlyJakub Beránek-0/+1
2025-09-15Fix existing testEsteban Küber-17/+4
2025-09-15Silence inference error on `PatKind::Err`Esteban Küber-16/+9
2025-09-15Detect attempt to use var-args in closureEsteban Küber-9/+56
2025-09-15Add documentation for select_where_possible and select_all_or_errortiif-1/+16
2025-09-15Fix the testcases to not use UnsizedConstParamTytiif-291/+218
2025-09-15Add check to make sure ConstParamTy impls of certain types are gated with #[u...tiif-15/+23
2025-09-15Remove UnsizedConstParamTy trait and make it into an unstable impltiif-104/+14
2025-09-15Merge pull request #1919 from sayantn/fix-vreinterpretFolkert de Vries-9286/+6
2025-09-15opt-dist: don't set `RUST_LOG=collector=debug`Maksim Bondarenkov-1/+0
2025-09-15Merge pull request #20669 from ChayimFriedman2/testing-guideLaurențiu Nicola-0/+107
2025-09-15Add a testing guideChayim Refael Friedman-0/+107
2025-09-15Clarify that backtick escaping doesn't work for `@bors try jobs`Jakub Beránek-2/+3
2025-09-15compiletest: Enable new-output-capture by defaultZalathar-1/+1
2025-09-15Merge pull request #20667 from ChayimFriedman2/ns-cleanup2Chayim Refael Friedman-0/+34
2025-09-15Add Regression Test For The One And The Only Issue #5514Chayim Refael Friedman-0/+34
2025-09-15Merge pull request #20652 from ChayimFriedman2/cli-diagsLaurențiu Nicola-14/+56
2025-09-15Merge pull request #20665 from ChayimFriedman2/error-notableShoyu Vanilla (Flint)-0/+29
2025-09-15Merge pull request #20666 from ChayimFriedman2/ns-cleanup1Chayim Refael Friedman-1/+137
2025-09-15Add regression tests to some S-blocked-on-new-solver issuesChayim Refael Friedman-1/+137
2025-09-15Don't mark unknown type as implementing every notable traitChayim Refael Friedman-0/+29
2025-09-15Auto merge of #146572 - matthiaskrgr:rollup-gotklb6, r=matthiaskrgrbors-116/+261
2025-09-15Rollup merge of #146501 - Enselic:x-test-filter, r=Mark-SimulacrumMatthias Krüger-11/+54
2025-09-15Rollup merge of #146488 - ferrocene:pvdrz/improve-ptr-coverage, r=Mark-Simula...Matthias Krüger-0/+8
2025-09-15Rollup merge of #146480 - durin42:llvm-22-more-lifetime, r=Mark-SimulacrumMatthias Krüger-2/+2
2025-09-15Rollup merge of #146478 - ferrocene:pvdrz/improve-fmt-coverage, r=Mark-Simula...Matthias Krüger-0/+52
2025-09-15Rollup merge of #146471 - neuschaefer:no-target, r=Mark-SimulacrumMatthias Krüger-1/+1
2025-09-15Rollup merge of #146416 - clubby789:tidy-deps-qol, r=jieyouxuMatthias Krüger-46/+143
2025-09-15Rollup merge of #146284 - Kivooeo:blazing-fast-division-bignum, r=Mark-Simula...Matthias Krüger-56/+0
2025-09-15Rollup merge of #143314 - tshepang:fix-filename, r=compiler-errorsMatthias Krüger-0/+1
2025-09-15rustc_codegen_llvm: Adjust RISC-V inline assembly's clobber listTsukasa OI-1/+2
2025-09-14bootstrap.py: disable incremental build for bootstrap in CIbinarycat-0/+3
2025-09-14tidy: Remove `WorkspaceInfo` constructorclubby789-60/+90
2025-09-14Fix typo in error messageJules Bertholet-8/+8
2025-09-14Improve `rust-analyzer diagnostics`Chayim Refael Friedman-14/+56
2025-09-14On FreeBSD, use readdir instead of readdir_rAlan Somers-57/+63
2025-09-14Changelog for Clippy 1.90Alexey Semenyuk-1/+146
2025-09-14Switch `std::vec::PeekMut::pop` from self to this parameter.Sidney Cammeresi-4/+5
2025-09-14Refactor `ptr_offset_with_cast` (#15613)Samuel Tardieu-164/+209
2025-09-14refactor `ptr_offset_with_cast`Folkert de Vries-164/+209
2025-09-14Elaborate comment.Camille Gillot-2/+6
2025-09-14Comment.Camille Gillot-0/+9
2025-09-14Merge pull request #20654 from ShoyuVanilla/predicatesChayim Refael Friedman-2/+61