about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-06-13Make connection between Placeholder and Bound a bit more clear in the type ab...Michael Goulet-23/+42
2025-06-13Don't use BTreeMap for mapped_constsMichael Goulet-6/+6
2025-06-13Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgrbors-199/+505
2025-06-13Rework how the disallowed qualifier lints are generatedJonathan Brouwer-65/+91
2025-06-13variadic functions: remove list of supported ABIs from errorRalf Jung-15/+7
2025-06-13remove unnecessary function arglcnr-3/+2
2025-06-13refactor `reached_depth -> required_depth`lcnr-38/+24
2025-06-13move stack into submodulelcnr-57/+127
2025-06-13Add missing avr64* seriesTom Vijlbrief-0/+21
2025-06-13Merge unboxed trait object error suggestion into regular dyn incompat errorOli Scherer-68/+23
2025-06-13collect delayed lints in hir_crate_itemsJana Dönszelmann-9/+81
2025-06-13Add modern AVR mcus like avr128db28 and attiny3224Tom Vijlbrief-0/+46
2025-06-13Auto merge of #142442 - matthiaskrgr:rollup-6yodjfx, r=matthiaskrgrbors-191/+737
2025-06-13Require generic params for const generic paramsOli Scherer-2/+2
2025-06-13Add comment.Mara Bos-0/+3
2025-06-13Implement temporary lifetime extension for tuple ctors.Mara Bos-7/+11
2025-06-13Auto merge of #142432 - matthiaskrgr:rollup-ziuls9y, r=matthiaskrgrbors-433/+368
2025-06-13Rollup merge of #142267 - workingjubilee:debug-assert-less-in-ast-lowering, r...Matthias Krüger-18/+18
2025-06-13Rollup merge of #142248 - heiher:loong32-asm-types, r=AmanieuMatthias Krüger-4/+6
2025-06-13Rollup merge of #140770 - folkertdev:custom-abi, r=tgross35Matthias Krüger-10/+311
2025-06-13Rollup merge of #135927 - azhogin:azhogin/retpoline, r=davidtwcoMatthias Krüger-91/+158
2025-06-13Rollup merge of #128425 - tgross35:missing-fragment-specifier-unconditional, ...Matthias Krüger-76/+12
2025-06-13Rollup merge of #142410 - RalfJung:align_of, r=WaffleLapkin,workingjubileeMatthias Krüger-29/+24
2025-06-13Rollup merge of #142221 - mustartt:aix-fix-strip-order, r=davidtwcoMatthias Krüger-2/+2
2025-06-13Rollup merge of #142158 - xizheyin:141617, r=jdonszelmannMatthias Krüger-10/+35
2025-06-13Rollup merge of #142069 - nnethercote:Zmacro-stats, r=petrochenkovMatthias Krüger-81/+532
2025-06-13Rollup merge of #134847 - dtolnay:asymmetrical, r=fmeaseMatthias Krüger-69/+144
2025-06-13Auto merge of #142353 - workingjubilee:warn-less-about-cdecl-and-other-abis, ...bors-1/+1
2025-06-13Unimplement unsized_localsmejrs-53/+20
2025-06-13Use more slicing and slice interning over iterable interningLeón Orell Valerian Liehr-3/+2
2025-06-13[perf] Change asserts to debug ones in trait_ref_and_own_argsLeón Orell Valerian Liehr-3/+3
2025-06-12Auto merge of #142438 - matthiaskrgr:rollup-u1jdnhz, r=matthiaskrgrbors-39/+218
2025-06-12Detect when attribute is provided by missing `derive` macroEsteban Küber-7/+162
2025-06-12Rollup merge of #142418 - oli-obk:lower_arg_ty, r=BoxyUwU,fmeaseMatthias Krüger-12/+2
2025-06-12Rollup merge of #142406 - jdonszelmann:dead-code-enum-variant, r=WaffleLapkinMatthias Krüger-1/+44
2025-06-12Rollup merge of #142034 - estebank:issue-141258, r=davidtwcoMatthias Krüger-2/+121
2025-06-12Rollup merge of #141934 - petrochenkov:privmacuse, r=compiler-errorsMatthias Krüger-22/+36
2025-06-12Rollup merge of #141069 - chenyukang:yukang-fix-137486-suggest-mut, r=davidtwcoMatthias Krüger-1/+13
2025-06-12Rollup merge of #134536 - Urgau:fn-ptr-option, r=compiler-errors,traviscrossMatthias Krüger-1/+2
2025-06-12Auto merge of #138164 - jdonszelmann:attr-parsing-lint-infra, r=oli-obkbors-226/+725
2025-06-12add `extern "custom"` functionsFolkert de Vries-10/+311
2025-06-12Rollup merge of #141474 - mejrs:diagnostic_mode, r=compiler-errorsMatthias Krüger-238/+233
2025-06-12Rollup merge of #141162 - mejrs:gated, r=fee1-deadMatthias Krüger-195/+135
2025-06-12intrinsics: rename min_align_of to align_ofRalf Jung-29/+24
2025-06-12Remove lower_arg_ty as all callers were passing `None`Oli Scherer-12/+2
2025-06-12Auto merge of #142127 - compiler-errors:nested-goals-certainty, r=lcnrbors-44/+65
2025-06-12Tracking the old name of renamed unstable library attributexizheyin-10/+35
2025-06-12Introduce `-Zmacro-stats`.Nicholas Nethercote-52/+427
2025-06-12early linting: avoid redundant calls to `check_id`Deadbeef-15/+4
2025-06-12detect when variants have the same name as an associated functionJana Dönszelmann-1/+44