about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-30Distinguish appending and replacing self ty in predicatesMichael Goulet-1/+1
2025-07-30Distinguish appending and replacing self ty in predicatesMichael Goulet-42/+53
2025-07-30Optimize some usages of `!!` and `--` in suggestions (#15366)Jason Newcomb-40/+101
2025-07-30Implement push_mutBalt-29/+243
2025-07-30Fix `iter_on_single_items` FP on function pointers and let stmts (#15013)Alejandra González-34/+85
2025-07-30Simplify the configuration for no-panicTrevor Gross-174/+174
2025-07-30ci: Set pipefail before running ci-utilTrevor Gross-1/+3
2025-07-30Merge pull request #745 from GuillaumeGomez/regenantoyo-0/+60
2025-07-30add `SyntaxEditor::delete_all` to migrate utils.rs `add_trait_assoc_items_to_...Hmikihiro-26/+67
2025-07-30only extract lang items onceJana Dönszelmann-5/+3
2025-07-30clean up codegen fn attrsJana Dönszelmann-237/+289
2025-07-30Abtract away json protocol for proc-macro-srvLukas Wirth-260/+472
2025-07-30Regenerate intrinsics mappingGuillaume Gomez-0/+60
2025-07-30extend commentlcnr-0/+13
2025-07-30add comment and opaque type fixmelcnr-0/+11
2025-07-30handle region dependent goals due to infer varslcnr-19/+128
2025-07-30Add change tracker entryJieyou Xu-0/+5
2025-07-30Run `compiletest` self-tests against stage 1 rustcJieyou Xu-2/+2
2025-07-30Deny `compiletest` self-tests being run against stage 0 rustc unless explicit...Jieyou Xu-1/+18
2025-07-30Update `codegen_{cranelift,gcc}` and `opt-dist` to use `build.compiletest-all...Jieyou Xu-3/+4
2025-07-30Update `codegen_{cranelift,gcc}` and `opt-dist` to use `build.compiletest-all...Jieyou Xu-5/+7
2025-07-30Introduce proper `build.compiletest-allow-stage0` config optionJieyou Xu-6/+24
2025-07-30Fix tests for big-endianEduard Stefes-8/+10
2025-07-30Remove spacetiif-1/+1
2025-07-30Add documentation for unstable_feature_boundtiif-0/+3
2025-07-30Auto merge of #144673 - Zalathar:rollup-0kpeq3n, r=Zalatharbors-439/+730
2025-07-30ci: Add a way to run `libm` tests that would otherwise be skippedTrevor Gross-0/+13
2025-07-30ci: Commonize the way `PrInfo` is loaded from envTrevor Gross-10/+22
2025-07-30ci: Don't print output twice in `ci-util`Trevor Gross-3/+1
2025-07-30ci: Switch to strongly typed directivesTrevor Gross-25/+54
2025-07-30chore: fix some minor issues in comments (#15372)Samuel Tardieu-4/+4
2025-07-30Rollup merge of #144668 - daltenty:daltenty/runmake-llvm-components, r=jieyouxuStuart Cook-0/+5
2025-07-30Rollup merge of #144666 - compiler-errors:correct-late, r=lqdStuart Cook-6/+97
2025-07-30Rollup merge of #144662 - Zalathar:directive-names, r=fmeaseStuart Cook-290/+293
2025-07-30Rollup merge of #144411 - Kivooeo:remove-world, r=jieyouxuStuart Cook-4/+0
2025-07-30Rollup merge of #144268 - xizheyin:find-oldest-ancestor, r=jieyouxuStuart Cook-42/+58
2025-07-30Rollup merge of #144042 - dpaoliello:verifyllvmcomp, r=jieyouxuStuart Cook-97/+277
2025-07-30Fix `min_ident_chars`: ignore on trait impl. (#15275)Samuel Tardieu-3/+205
2025-07-30chore: fix some minor issues in commentshoupo-bob-4/+4
2025-07-30Output lintcheck summary HTML markdown in orderSamuel Tardieu-1/+1
2025-07-30`AlignmentEnum` should just be `repr(usize)` nowScott McMurray-37/+22
2025-07-30const-eval: full support for pointer fragmentsRalf Jung-358/+542
2025-07-30Merge pull request #2525 from Kobzol/remove-ci-pyJakub Beránek-12/+3
2025-07-30Remove outdated ci.py referenceJakub Beránek-12/+3
2025-07-30Auto merge of #144305 - ChrisDenton:win-free-disk-space, r=marcoienibors-274/+316
2025-07-30Fix min_ident_chars: add trait/impl awarenessTom Webber-3/+205
2025-07-30[test][run-make] add needs-llvm-componentsDavid Tenty-0/+5
2025-07-30Free disk space on Windows 2025 runnersChris Denton-274/+316
2025-07-30Make sure to account for the right item universal regions in borrowckMichael Goulet-6/+97
2025-07-29Re-block SRoA on SIMD typesScott McMurray-1/+55