about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-01-19Auto merge of #135715 - matthiaskrgr:rollup-9a18sxj, r=matthiaskrgrbors-353/+394
2025-01-19Don't skip argument parsing when running `rustc` with no argumentsZalathar-10/+1
2025-01-18Rewrap following accepting review suggestions from @ibraheemdevMichael Sloan-8/+18
2025-01-18Update library/core/src/slice/mod.rsMichael Sloan-2/+1
2025-01-18Update library/core/src/slice/mod.rsMichael Sloan-3/+3
2025-01-18Update library/core/src/slice/mod.rsMichael Sloan-2/+2
2025-01-18Update library/core/src/slice/mod.rsMichael Sloan-2/+2
2025-01-18Update library/core/src/slice/mod.rsMichael Sloan-3/+3
2025-01-18Update library/core/src/slice/mod.rsMichael Sloan-1/+1
2025-01-18Update library/core/src/slice/mod.rsMichael Sloan-1/+1
2025-01-18Update library/core/src/slice/mod.rsMichael Sloan-3/+3
2025-01-18Update library/core/src/slice/mod.rsMichael Sloan-1/+1
2025-01-18Update library/core/src/slice/mod.rsMichael Sloan-2/+2
2025-01-19Rollup merge of #135708 - compiler-errors:compiler-nits, r=lqdMatthias Krüger-14/+17
2025-01-19Rollup merge of #135705 - compiler-errors:lint, r=estebankMatthias Krüger-110/+120
2025-01-19Rollup merge of #135703 - estebank:empty-dfv, r=compiler-errorsMatthias Krüger-8/+72
2025-01-19Rollup merge of #135641 - GuillaumeGomez:items-list, r=notriddleMatthias Krüger-221/+185
2025-01-19cargo updategithub-actions-56/+72
2025-01-19Auto merge of #135713 - matthiaskrgr:rollup-c04uupz, r=matthiaskrgrbors-458/+386
2025-01-19Rollup merge of #135697 - compiler-errors:poly-trait-ref, r=lqdMatthias Krüger-125/+116
2025-01-19Rollup merge of #135680 - Zalathar:counters-cleanup, r=compiler-errorsMatthias Krüger-197/+136
2025-01-19Rollup merge of #135663 - frank-king:fix/135614, r=compiler-errorsMatthias Krüger-3/+110
2025-01-19Rollup merge of #135640 - Gelbpunkt:drop-mips-glibc-patches, r=KobzolMatthias Krüger-127/+0
2025-01-19Rollup merge of #135623 - marcoieni:mingw-check-tidy-dockerfile, r=KobzolMatthias Krüger-1/+3
2025-01-19Rollup merge of #135616 - marcoieni:split-i686-msvc-job, r=KobzolMatthias Krüger-5/+21
2025-01-18add tests for issue 135671Rémy Rakic-0/+30
2025-01-18Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=dav...Rémy Rakic-1451/+1663
2025-01-18Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"Rémy Rakic-1/+1
2025-01-18Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"Rémy Rakic-0/+6
2025-01-18Revert "Rollup merge of #134371 - scottmcm:fix-134352, r=oli-obk"Rémy Rakic-48/+7
2025-01-18Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"Rémy Rakic-51/+272
2025-01-18Fix commentMichael Goulet-2/+1
2025-01-18Use par_body_owners in coroutine checkMichael Goulet-9/+13
2025-01-18Rename typeck_with_fallbackMichael Goulet-3/+3
2025-01-18`then be` -> `be` based on feedback from @ibraheemdevMichael Sloan-3/+3
2025-01-18Auto merge of #135633 - marcoieni:ci-free-arm-linux, r=Kobzolbors-1/+1
2025-01-18Consolidate ad-hoc MIR lints into real pass-manager-based MIR lintsMichael Goulet-110/+120
2025-01-18Provide suggestion for `#![feature(default_field_values)]`Esteban Küber-12/+60
2025-01-18Deduplicate logicEsteban Küber-14/+8
2025-01-18Structured suggestion for "missing `feature` intrinsic"Esteban Küber-4/+27
2025-01-18Structured suggestion for "missing `feature` in unstable fn call"Esteban Küber-4/+25
2025-01-18Disallow `A { .. }` if `A` has no fieldsEsteban Küber-8/+72
2025-01-18Emit a single privacy error for multiple fields on the same struct expressionEsteban Küber-82/+199
2025-01-18Remove more CSS classesGuillaume Gomez-162/+146
2025-01-18Get rid of `ToPolyTraitRef`Michael Goulet-125/+116
2025-01-18Auto merge of #135682 - matthiaskrgr:rollup-cl7zlt1, r=matthiaskrgrbors-377/+444
2025-01-18Make niches into nicesLuuk Wester-2/+96
2025-01-18Emit `missing_const_for_fn` for `CONST_MUT_REFS` (#13839)Alex Macleod-5/+36
2025-01-18Fix typo in `check_clousure` function name (#14025)Timo-4/+4
2025-01-18lsp-server: Drop outgoing messages on background threadPiotr Osiewicz-12/+42