about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-10fix tests/run formattingdvermd-21/+19
2025-08-10run rustfmt on tests/run/*.rsdvermd-2/+28
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-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
2025-08-09`{BTree,Hash}Map`: add "`Entry` API" section headingAda Alakbarova-0/+4
2025-08-09improve "Documentation problem" issue template.binarycat-6/+6
2025-08-09Add "PowerPC" to the list of valid CamelCase strings in docs (#15447)Alex Macleod-4/+4
2025-08-10Update CONTRIBUTING.md to use RustRover instead of IntelliJ Rustreddevilmidzy-8/+8
2025-08-09Fix a clippy::needless_borrowBen Kimock-1/+1
2025-08-09Remove cfg(bootstrap) for strict_overflow_opsBen Kimock-1/+0
2025-08-09Ensure consistent drop for hint::select_unpredictableAurelia Molzer-1/+42
2025-08-09Apply suggestions from code reviewjyn-3/+3
2025-08-09Add "PowerPC" to the list of valid CamelCase strings in docsDave Rolsky-4/+4
2025-08-09[[infinite_loop] fix infinite loop false positive (#15157)dswij-6/+137
2025-08-09some `derive_more` refactorsDeadbeef-100/+180
2025-08-09Do not attempt to compute size of a type with escaping lifetimes (#15434)Jason Newcomb-3/+14
2025-08-09add review commentsbit-aloo-44/+11