about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-10Add a post-dist test for compiling a basic program with CraneliftJakub Beránek-0/+11
2025-08-10Extract Cranelift componentJakub Beránek-0/+10
2025-08-10Ship the correct Cranelift backend in its dist stepJakub Beránek-30/+35
2025-08-10Auto merge of #144544 - JonathanBrouwer:illformed-in-deps, r=traviscrossbors-0/+177
2025-08-10Rehome tests/ui/issues/ tests [4/?]Oneirical-54/+83
2025-08-10rustdoc: Use `discr`s `Display` impl to render the value with the correct sig...Eval EXEC-5/+3
2025-08-10test: Add rustdoc test for enum negative overflowEval EXEC-0/+22
2025-08-10Explicitly pass path to built stdlib JSON docs and use the correct compiler f...Jakub Beránek-23/+26
2025-08-10Auto merge of #145210 - Zalathar:rollup-dm4reb2, r=Zalatharbors-561/+1412
2025-08-10strip prefix of temporary file names when it exceeds filesystem name length l...Pierre Tardy-2/+60
2025-08-10fix: re-enable self-assignmentLee ByeongJun-12/+55
2025-08-10Rollup merge of #145191 - dianne:fix-borrow-suggestion-args, r=compiler-errorsStuart Cook-7/+53
2025-08-10Rollup merge of #145187 - joshtriplett:fix-unstable-feature-comment, r=lqdStuart Cook-1/+1
2025-08-10Rollup merge of #145162 - ada4a:hash_and_btree_map-add-entry-section, r=josht...Stuart Cook-0/+6
2025-08-10Rollup merge of #145160 - xizheyin:behind-upstream, r=UrgauStuart Cook-1/+1
2025-08-10Rollup merge of #145156 - Kobzol:cargo-build-dir, r=lqd,jieyouxuStuart Cook-0/+9
2025-08-10Rollup merge of #145147 - fee1-dead-contrib:push-mxxpmlpmzmsz, r=compiler-errorsStuart Cook-13/+13
2025-08-10Rollup merge of #145145 - fee1-dead-contrib:push-qnmpmtmtpkkr, r=jieyouxuStuart Cook-100/+180
2025-08-10Rollup merge of #145135 - Kivooeo:stabilize-duration_constructors_lite, r=Chr...Stuart Cook-17/+4
2025-08-10Rollup merge of #145130 - lolbinarycat:issue-template-docs-update, r=NoratriebStuart Cook-6/+6
2025-08-10Rollup merge of #145129 - dpaoliello:arm64eclink, r=wesleywiserStuart Cook-0/+7
2025-08-10Rollup merge of #145112 - dpaoliello:raw-dylib-link-ordinal, r=jieyouxuStuart Cook-2/+3
2025-08-10Rollup merge of #145089 - Kobzol:bootstrap-cmd-error, r=jieyouxuStuart Cook-82/+83
2025-08-10Rollup merge of #144739 - GuillaumeGomez:rustdoc-test-cleanup, r=fmeaseStuart Cook-3/+1
2025-08-10Rollup merge of #144403 - Kivooeo:issue4, r=jieyouxuStuart Cook-30/+154
2025-08-10Rollup merge of #144402 - heiher:stabilize-loong32-asm, r=AmanieuStuart Cook-46/+158
2025-08-10Rollup merge of #143093 - lqd:polonius-pre-alpha, r=jackh726Stuart Cook-247/+624
2025-08-10Rollup merge of #141624 - jyn514:env-var-stubs, r=BoxyUwUStuart Cook-6/+109
2025-08-10Bless testsJakub Beránek-3/+20
2025-08-10Review remarksJakub Beránek-2/+6
2025-08-10Add change tracker entryJakub Beránek-0/+5
2025-08-10Update testsJakub Beránek-37/+208
2025-08-10Update `doc` CI steps stage 2Jakub Beránek-3/+3
2025-08-10Update `Std` doc stepJakub Beránek-27/+40
2025-08-10Fix documentation of toolsJakub Beránek-54/+54
2025-08-10Update `Standalone` and `Releases` doc stepsJakub Beránek-16/+29
2025-08-10Update `RustcBook` doc stepJakub Beránek-14/+26
2025-08-10Update `Reference` doc stepJakub Beránek-15/+56
2025-08-10Fix staging for `doc compiler`Jakub Beránek-34/+35
2025-08-10Forbid documenting anything on stage 0Jakub Beránek-34/+25
2025-08-10Auto merge of #145144 - scottmcm:unsigned_overflow_intr, r=nikicbors-23/+41
2025-08-10Start reporting future breakage for `ILL_FORMED_ATTRIBUTE_INPUT` in dependenciesJonathan Brouwer-0/+177
2025-08-09mbe: Fix typo in attribute tracingJosh Triplett-1/+1
2025-08-10Auto merge of #144873 - cjgillot:implications, r=lqdbors-80/+73
2025-08-10Constify remaining operatorsltdk-215/+441
2025-08-10Let forward_ref_* macros accept multiple attributes, and require attributes e...ltdk-105/+156
2025-08-10Use `eq_ignore_ascii_case` to avoid heap alloc in `detect_confuse_type`xizheyin-1/+1
2025-08-10Auto merge of #144787 - Kobzol:codegen-backend-restructure, r=jieyouxubors-222/+304
2025-08-10Ignore coroutine witness type region args in auto trait confirmationMichael Goulet-2/+29
2025-08-09`suggest_borrow_generic_arg`: use the correct generic argsdianne-7/+53