about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-01-22rustdoc: pass around decoration info by refYotam Ofek-9/+9
2025-01-22Update lint tests with new dangling pointers messageAnthony Eid-2/+82
2025-01-22tests: port `jobserver-error.rs` to rmake.rs许杰友 Jieyou Xu (Joe)-19/+48
2025-01-22run-make-support: add `set_aux_fd` helper许杰友 Jieyou Xu (Joe)-0/+66
2025-01-22Auto merge of #135674 - scottmcm:assume-better, r=estebankbors-84/+114
2025-01-22rustdoc: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-3/+2
2025-01-22Library: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-5/+4
2025-01-22`short_circuit_statement`: handle macros and parenthesis better (#14047)Timo-13/+108
2025-01-22modify commentShunpoco-1/+1
2025-01-22don't trigger `needless_late_init` when the first usage is in macro (#14053)Timo-0/+26
2025-01-22address review: modify matches/mod.rsShunpoco-4/+9
2025-01-22don't trigger `needless_late_init` when the first usage is in macrolapla-cogito-0/+26
2025-01-22address review: modify ICE-133063-never-arm-no-otherwise-block.rsShunpoco-43/+12
2025-01-21Only assert the `Parser` size on specific archesJosh Stone-2/+3
2025-01-22address review: modify ICE-133117-duplicated-never-arm.rsShunpoco-29/+15
2025-01-22Auto merge of #135848 - matthiaskrgr:rollup-sftciqm, r=matthiaskrgrbors-90/+107
2025-01-22Point at invalid utf-8 span on user's source codeEsteban Küber-20/+88
2025-01-21docs: fix verbose-bit-mask exampleJoshua Wong-2/+2
2025-01-21remove long-deprecated no-op attributes no_start and crate_idRalf Jung-215/+163
2025-01-21Update the `wasm-component-ld` toolAlex Crichton-22/+21
2025-01-21TRPL: integrate edits to Chapter 17Chris Krycho-0/+0
2025-01-21Rollup merge of #135833 - lqd:add-ice-test, r=compiler-errorsMatthias Krüger-0/+36
2025-01-21Rollup merge of #135824 - jieyouxu:delete-bintools-check, r=NoratriebMatthias Krüger-51/+0
2025-01-21Rollup merge of #135821 - hkBst:patch-11, r=ibraheemdevMatthias Krüger-2/+2
2025-01-21Rollup merge of #135810 - Kobzol:kobzol-parental-leave, r=KobzolMatthias Krüger-0/+1
2025-01-21Rollup merge of #135793 - jyn514:gitignore, r=jieyouxuMatthias Krüger-0/+1
2025-01-21Rollup merge of #135750 - scottmcm:cma-example, r=cuviperMatthias Krüger-2/+31
2025-01-21Rollup merge of #135706 - compiler-errors:elaborate, r=lcnrMatthias Krüger-1/+2
2025-01-21Rollup merge of #135706 - compiler-errors:elaborate, r=lcnrMatthias Krüger-26/+27
2025-01-21Rollup merge of #132232 - asomers:fbsd-13.4, r=Mark-SimulacrumMatthias Krüger-9/+9
2025-01-21Auto merge of #135487 - klensy:windows-0.59, r=Mark-Simulacrumbors-45/+153
2025-01-21optimize slice::ptr_rotate for compile-time-constant small rotatesedwloef-161/+166
2025-01-21Detect missing fields with default values and suggest `..`Esteban Küber-0/+197
2025-01-21TRPL: more backward-compatible Edition changesChris Krycho-0/+0
2025-01-21[cfg_match] Document the use of expressionsCaio-0/+11
2025-01-21manual: Document all rust-project.json fieldsWilfred Hughes-8/+84
2025-01-21Auto merge of #134299 - RalfJung:remove-start, r=compiler-errorsbors-1260/+454
2025-01-21Auto merge of #134299 - RalfJung:remove-start, r=compiler-errorsbors-185/+37
2025-01-21internal: Treat cfg fetching failures as a warningWilfred Hughes-1/+1
2025-01-21Move supertrait_def_ids into the elaborate module like all other fnsMichael Goulet-1/+2
2025-01-21Move supertrait_def_ids into the elaborate module like all other fnsMichael Goulet-26/+27
2025-01-21Remove test panic from File::openChris Denton-3/+0
2025-01-21Provide a config to control auto-insertion of `await` and `iter()`Chayim Refael Friedman-56/+111
2025-01-21make UI tests that use `--test` work on panic=abort targetsJorge Aparicio-2/+6
2025-01-22Merge pull request #2217 from Kobzol/bors-rollup-never许杰友 Jieyou Xu (Joe)-1/+1
2025-01-21add fixme in typoed const pattern lintRémy Rakic-0/+6
2025-01-21add test for issue 135289Rémy Rakic-0/+30
2025-01-21Add `@bors rollup=never` to rustc-push PR bodyJakub Beránek-1/+1
2025-01-21CI: free disk with in-tree script instead of GitHub ActionMarcoIeni-1/+143
2025-01-21Keep already computed inlay hint properties instead of late resolving themLukas Wirth-92/+99