about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-12-07Auto merge of #133978 - matthiaskrgr:rollup-6gh1iho, r=matthiaskrgrbors-1/+43
2024-12-07Auto merge of #133897 - oli-obk:push-lsxrqtqqwmpt, r=jieyouxubors-24/+0
2024-12-06Remove polymorphizationBen Kimock-653/+52
2024-12-06Rollup merge of #133954 - oli-obk:push-lxrmszqzszzu, r=jieyouxuMatthias Krüger-1/+8
2024-12-06Rollup merge of #133934 - jswrenn:unsafe-fields-auto-traits, r=compiler-errorsMatthias Krüger-0/+35
2024-12-06Auto merge of #133956 - bjorn3:sync_cg_clif-2024-12-06, r=bjorn3bors-428/+396
2024-12-06Merge commit '57845a397ec15e4e6a561ed2c4bfa3dcf49144fb' into sync_cg_clif-202...bjorn3-428/+396
2024-12-06Hide errors whose suggestions would contain error constants or typesOli Scherer-0/+3
2024-12-06Silence follow-up errors from `lit_to_const`Oli Scherer-1/+5
2024-12-06Rollup merge of #133931 - bjorn3:even_stricter_fn_abi_sanity_checking, r=nnet...Matthias Krüger-10/+20
2024-12-06Rollup merge of #133211 - Strophox:miri-correct-state-update-ffi, r=RalfJungMatthias Krüger-12/+110
2024-12-06Rollup merge of #130777 - azhogin:azhogin/reg-struct-return, r=workingjubileeMatthias Krüger-4/+29
2024-12-06Only allow PassMode::Direct for aggregates on wasm when using the C ABIbjorn3-10/+20
2024-12-06Auto merge of #133559 - compiler-errors:structurally-resolve-adjust-for-branc...bors-16/+20
2024-12-05do not implement unsafe auto traits for types with unsafe fieldsJack Wrenn-0/+35
2024-12-05Rollup merge of #133936 - oli-obk:push-qmvqsmwqrtqr, r=lqdGuillaume Gomez-16/+10
2024-12-05Rollup merge of #133607 - WaffleLapkin:tail-call-checks, r=compiler-errorsGuillaume Gomez-0/+398
2024-12-05extend Miri to correctly pass mutable pointers through FFIStrophox-12/+110
2024-12-05Avoid looking at HIR for inline const pattern literalsOli Scherer-24/+0
2024-12-05Rollup merge of #133867 - taiki-e:platform-support, r=NoratriebJacob Pratt-23/+23
2024-12-05Rollup merge of #127565 - esp-rs:xtensa-vaargs, r=workingjubileeJacob Pratt-2/+111
2024-12-05Avoid fetching the anon const hir node that is already availableOli Scherer-16/+10
2024-12-05Auto merge of #133893 - fmease:rollup-11pi6fg, r=fmeasebors-223/+613
2024-12-05Rollup merge of #133874 - compiler-errors:fn-sig-binder, r=oli-obkLeón Orell Valerian Liehr-82/+52
2024-12-05Rollup merge of #133872 - compiler-errors:simplify-gat-check, r=oli-obkLeón Orell Valerian Liehr-52/+2
2024-12-05Rollup merge of #133843 - estebank:empty-semi-sugg, r=jieyouxuLeón Orell Valerian Liehr-1/+13
2024-12-05Rollup merge of #133233 - estebank:const-errors, r=NadrierilLeón Orell Valerian Liehr-83/+307
2024-12-05Rollup merge of #122161 - compiler-errors:shorthand-self, r=fmeaseLeón Orell Valerian Liehr-1/+63
2024-12-05Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillotLeón Orell Valerian Liehr-4/+176
2024-12-05Auto merge of #133828 - compiler-errors:incr-sad, r=lcnrbors-10/+22
2024-12-05Mark all Linux/Android/BSD/Fuchsia as supporting "std" in target-spec metadataTaiki Endo-18/+18
2024-12-05Resolve moreMichael Goulet-15/+15
2024-12-04fn_sig_for_fn_abi should return a ty::FnSig, no need for a binderMichael Goulet-82/+52
2024-12-04review comments: reword messages and simplify logicEsteban Küber-43/+23
2024-12-04No need to create placeholders for GAT args in confirm_object_candidateMichael Goulet-52/+2
2024-12-04Add more context to fall-through "const pattern of non-structural type" errorEsteban Küber-42/+157
2024-12-04Add context to fall-through "const pattern of non-structural type" errorEsteban Küber-7/+10
2024-12-04Add additional context for non-sructural type constant used in patternEsteban Küber-11/+31
2024-12-04Reword message for non-structural type constant in patternEsteban Küber-2/+1
2024-12-04Specify type kind of constant that can't be used in patternsEsteban Küber-6/+14
2024-12-04Tweak output of some const pattern errorsEsteban Küber-5/+29
2024-12-04Point at generic param through which a const is used in a patternEsteban Küber-3/+24
2024-12-04Tweak ptr in pattern errorEsteban Küber-1/+5
2024-12-04Tweak unevaluated constant in pattern errorEsteban Küber-1/+12
2024-12-04On `const` pattern errors, point at the `const` item definitionEsteban Küber-33/+72
2024-12-04Fix suggestion when shorthand self has erroneous typeMichael Goulet-1/+63
2024-12-05Fix "std" support status of some tier 3 targetsTaiki Endo-10/+10
2024-12-04Do not emit empty suggestionEsteban Küber-1/+13
2024-12-04Rollup merge of #133850 - oli-obk:push-xryukktpyooq, r=compiler-errorsMatthias Krüger-5/+12
2024-12-04Rollup merge of #133849 - Zalathar:replay, r=oli-obkMatthias Krüger-149/+276