about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-10Merge pull request #20418 from A4-Tacks/fix-extract-expr-from-fmtstr-on-writeChayim Refael Friedman-6/+40
2025-08-10Merge pull request #20417 from npmccallum/syntaxChayim Refael Friedman-19/+73
2025-08-10Fix extract_expressions_from_format_string on write!A4-Tacks-6/+40
2025-08-10fix tests/run formattingdvermd-21/+19
2025-08-10run rustfmt on tests/run/*.rsdvermd-2/+28
2025-08-10parser: fix parsing of trait bound polarity and for-bindersNathaniel McCallum-19/+73
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-6/+3
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-10Merge pull request #4518 from rust-lang/rustup-2025-08-09Ben Kimock-15195/+19130
2025-08-10Merge pull request #20409 from A4-Tacks/minicore-writeChayim Refael Friedman-0/+21
2025-08-09`suggest_borrow_generic_arg`: use the correct generic argsdianne-7/+53
2025-08-09Add gettid support for AndroidBen Kimock-3/+10
2025-08-10cargo updategithub-actions-69/+69
2025-08-09Auto merge of #145146 - fee1-dead-contrib:push-zmqrkurlzrxy, r=nnethercotebors-1056/+1043
2025-08-09fix &str type check in `from_str_radix_10` (#15410)Samuel Tardieu-3/+35
2025-08-09Fix an unstable feature comment that wasn't a doc commentJosh Triplett-1/+1
2025-08-09Avoid abbreviating "numerator" as "numer", to allow catching typo "numer" els...Josh Triplett-10/+8
2025-08-09`expect_fun_call`: move helper functions out of the main one (#15446)llogiq-38/+37
2025-08-09Add __addhf3, __subhf3, __mulhf3, __{eq,ge,gt,le,lt,ne,unord}hf2Trevor Gross-14/+85
2025-08-09symcheck: Skip `__ymm@` symbols on WindowsTrevor Gross-1/+1
2025-08-09Adjust for codegen of unpredictable return valueAurelia Molzer-5/+31
2025-08-09introduce `path_to_local_with_projections`Ada Alakbarova-84/+60
2025-08-09`HashMap`: also add "Usage with custom key types" headingAda Alakbarova-0/+2