about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-03-20Rollup merge of #138729 - compiler-errors:gen, r=lcnrMatthias Krüger-16/+19
2025-03-20Rollup merge of #138727 - compiler-errors:ty-var-origin, r=fmeaseMatthias Krüger-64/+60
2025-03-20Rollup merge of #138700 - xizheyin:issue-138612, r=NadrierilMatthias Krüger-0/+15
2025-03-20Rollup merge of #138685 - nnethercote:use-Option-Ident-for-lowered-param-name...Matthias Krüger-87/+125
2025-03-20Rollup merge of #138435 - eholk:prefix-yield, r=oli-obkMatthias Krüger-20/+161
2025-03-20Auto merge of #133889 - compiler-errors:inh-unstable, r=Nadrierilbors-2/+132
2025-03-20Auto merge of #138695 - nikic:llvm-20.1.1, r=dianqkbors-0/+0
2025-03-20Auto merge of #137930 - nnethercote:use-Wunused-crate-dependencies, r=jieyoux...bors-60/+51
2025-03-20Pre cleanupsMichael Goulet-16/+19
2025-03-20Do not rely on type_var_origin in OrphanCheckErr::NonLocalInputTypeMichael Goulet-64/+60
2025-03-20Auto merge of #138687 - calebzulawski:sync-from-portable-simd-2025-03-19, r=w...bors-46/+96
2025-03-20Convert `rustc_serialize` integration tests to unit tests.Nicholas Nethercote-14/+16
2025-03-20Use `-Wunused_crate_dependencies` for compiler crates.Nicholas Nethercote-53/+42
2025-03-19Auto merge of #138714 - matthiaskrgr:rollup-8uwbpwv, r=matthiaskrgrbors-435/+988
2025-03-19Rollup merge of #138613 - m-ou-se:no-more-e0773, r=jdonszelmann,petrochenkovMatthias Krüger-149/+40
2025-03-19Rollup merge of #138594 - oli-obk:no-select, r=lcnrMatthias Krüger-22/+86
2025-03-19Rollup merge of #138589 - zachs18:block-label-not-supported-here-loop-body-he...Matthias Krüger-25/+296
2025-03-19Rollup merge of #138540 - okaneco:const_split_off_first_last, r=m-ou-seMatthias Krüger-8/+18
2025-03-19Rollup merge of #138001 - meithecatte:privately-uninhabited, r=NadrierilMatthias Krüger-50/+121
2025-03-19Rollup merge of #137051 - thaliaarchi:io-optional-impls/empty, r=m-ou-seMatthias Krüger-13/+218
2025-03-19Rollup merge of #135394 - clarfonthey:uninit-slices-part-2, r=tgross35Matthias Krüger-168/+209
2025-03-19Auto merge of #122156 - Zoxc:side-effect-dep-node, r=oli-obkbors-206/+185
2025-03-19Fix next solver handling of shallow trait impl checkOli Scherer-14/+57
2025-03-19Demonstrate next-solver missing diagnosticOli Scherer-12/+33
2025-03-19Allow builtin macros to be used more than once.Mara Bos-149/+40
2025-03-19Auto merge of #138693 - matthiaskrgr:rollup-ejq8mwp, r=matthiaskrgrbors-923/+517
2025-03-19Suggest `-Whelp` when pass `--print lints` to rustcxizheyin-0/+15
2025-03-19Use `Option<Ident>` for lowered param names.Nicholas Nethercote-87/+125
2025-03-19Update to LLVM 20.1.1Nikita Popov-0/+0
2025-03-19Auto merge of #138653 - matthiaskrgr:rollup-fwwqmr7, r=matthiaskrgrbors-59/+254
2025-03-19Rollup merge of #138684 - bend-n:use_then, r=jhprattMatthias Krüger-5/+1
2025-03-19Rollup merge of #138674 - oli-obk:llvm-cleanups, r=compiler-errorsMatthias Krüger-205/+206
2025-03-19Rollup merge of #138670 - compiler-errors:remove-afidt, r=oli-obkMatthias Krüger-301/+177
2025-03-19Rollup merge of #138661 - RalfJung:revert-rustc-dev-breakage, r=petrochenkovMatthias Krüger-253/+15
2025-03-19Rollup merge of #138659 - Zalathar:no-body-span, r=oli-obkMatthias Krüger-45/+23
2025-03-19Rollup merge of #138658 - marcoieni:mirror-alpine-and-centos, r=KobzolMatthias Krüger-0/+7
2025-03-19Rollup merge of #138656 - Kobzol:post-merge-unnest, r=marcoieniMatthias Krüger-12/+4
2025-03-19Rollup merge of #138655 - Kobzol:rdg-sync, r=jieyouxuMatthias Krüger-32/+56
2025-03-19Rollup merge of #138654 - bjorn3:remove_coretests_regex, r=tgross35Matthias Krüger-46/+11
2025-03-19Rollup merge of #136177 - hkBst:patch-24, r=ibraheemdevMatthias Krüger-24/+17
2025-03-19Auto merge of #138690 - jieyouxu:temp-disable-fuchsia, r=Kobzolbors-7/+10
2025-03-19Temporarily disable Fuchsia test job to unblock queueJieyou Xu-7/+10
2025-03-19Merge commit 'c14f2fc3eb69c164d8bf8d36d91ebd60bd5261e6' into sync-from-portab...Caleb Zulawski-46/+96
2025-03-19use thenbendn-5/+1
2025-03-18Refactor YieldKind so postfix yield must have an expressionEric Holk-30/+65
2025-03-18Dont consider fields that are forced unstable due to -Zforce-unstable-if-unma...Michael Goulet-7/+43
2025-03-18Consider fields to be inhabited if they are unstableMichael Goulet-1/+95
2025-03-18Apply suggestions from code reviewEric Holk-2/+2
2025-03-18Remove existing AFIDT implementationMichael Goulet-301/+177
2025-03-18Create a safe wrapper around `LLVMRustDIBuilderCreateMemberType`Oli Scherer-42/+60