about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-10-15Rollup merge of #131702 - compiler-errors:method-lookup-trait-warning, r=jiey...Matthias Krüger-0/+10
2024-10-15Rollup merge of #131675 - tdittr:update-unsupported-abi-message, r=compiler-e...Matthias Krüger-4/+4
2024-10-15Rollup merge of #131652 - compiler-errors:modifiers, r=Nadrieril,jieyouxuMatthias Krüger-165/+183
2024-10-15Rollup merge of #122670 - beetrees:non-unicode-option-env-error, r=compiler-e...Matthias Krüger-14/+52
2024-10-14Suppress import errors for traits that couldve applied in method lookup on errorMichael Goulet-0/+10
2024-10-14Rollup merge of #131667 - taiki-e:aarch64-inline-asm-reg-emit, r=AmanieuMatthias Krüger-49/+62
2024-10-14Rollup merge of #131550 - compiler-errors:extern-diags, r=spastorinoMatthias Krüger-10/+14
2024-10-14Rollup merge of #131430 - surechen:fix_130495, r=jieyouxuMatthias Krüger-4/+18
2024-10-14Rollup merge of #131332 - taiki-e:arm64ec-clobber-abi, r=AmanieuMatthias Krüger-20/+34
2024-10-14Move trait bound modifiers into ast::PolyTraitRefMichael Goulet-93/+109
2024-10-14Move trait bound modifiers into hir::PolyTraitRefMichael Goulet-76/+78
2024-10-14Update lint message for ABI not supportedTamme Dittrich-4/+4
2024-10-14Rollup merge of #131660 - Urgau:non_local_def-131643, r=jieyouxuMatthias Krüger-3/+7
2024-10-14Rollup merge of #131593 - RalfJung:alloc-no-clone, r=saethlinMatthias Krüger-14/+19
2024-10-14Rollup merge of #131473 - workingjubilee:move-that-abi-up, r=saethlinMatthias Krüger-261/+285
2024-10-14Special treatment empty tuple when suggest adding a string literal in format ...surechen-4/+18
2024-10-14Fix AArch64InlineAsmReg::emitTaiki Endo-49/+62
2024-10-14Fix clobber_abi and disallow SVE-related registers in Arm64EC inline assemblyTaiki Endo-20/+34
2024-10-13Rollup merge of #131653 - compiler-errors:no-modifier-hack, r=fee1-deadMatthias Krüger-8/+2
2024-10-13Also use outermost const-anon for impl items in `non_local_defs` lintUrgau-3/+7
2024-10-13Remove const trait bound modifier hackMichael Goulet-8/+2
2024-10-13Rollup merge of #131086 - printfn:update-unicode-width, r=Mark-SimulacrumMatthias Krüger-2/+2
2024-10-12Rollup merge of #131626 - matthiaskrgr:dont_string, r=lqdTrevor Gross-4/+4
2024-10-12Rollup merge of #131334 - heiher:loong-sanitizers, r=Mark-SimulacrumTrevor Gross-3/+18
2024-10-12Rollup merge of #131120 - tgross35:stabilize-const_option, r=RalfJungTrevor Gross-2/+0
2024-10-13Fix bug where `option_env!` would return `None` when env var is present but n...beetrees-14/+52
2024-10-12Update unicode-width to 0.2.0printfn-2/+2
2024-10-12Stabilize `const_option`Trevor Gross-2/+0
2024-10-12Rollup merge of #131599 - compiler-errors:storage, r=lcnrMatthias Krüger-43/+42
2024-10-12Rollup merge of #131567 - CastilloDel:reject-unstable-with-accepted-features,...Matthias Krüger-0/+33
2024-10-12Rollup merge of #131277 - ismailarilik:handle-potential-query-instability-lin...Matthias Krüger-1/+2
2024-10-12Rollup merge of #131239 - VulnBandit:trait-vulnerability, r=lcnrMatthias Krüger-35/+37
2024-10-12Rollup merge of #128784 - tdittr:check-abi-on-fn-ptr, r=compiler-errorsMatthias Krüger-15/+82
2024-10-12remove a couple of redundant String to String conversionMatthias Krüger-4/+4
2024-10-12Rollup merge of #131605 - DianQK:llvm-const-int, r=the8472Trevor Gross-0/+13
2024-10-12Rollup merge of #131596 - RalfJung:interp-result-must-use, r=jieyouxuTrevor Gross-0/+1
2024-10-12Rollup merge of #131590 - matthiaskrgr:clones3, r=compiler-errorsTrevor Gross-2/+2
2024-10-12Rollup merge of #130870 - surechen:fix_130791, r=compiler-errorsTrevor Gross-0/+18
2024-10-12`LLVMConstInt` only allows integer typesDianQK-0/+13
2024-10-12Shallowly match opaque key in storageMichael Goulet-43/+42
2024-10-12mark InterpResult as must_useRalf Jung-0/+1
2024-10-12miri: avoid cloning AllocExtraRalf Jung-14/+19
2024-10-12yeet some clonesMatthias Krüger-2/+2
2024-10-12Emit an error for unstable attributes that reference already stable featuresCastilloDel-0/+33
2024-10-11Rollup merge of #131565 - Urgau:non_local_def-rm-deprecate, r=compiler-errorsTrevor Gross-5/+0
2024-10-11Rollup merge of #131546 - surechen:fix_129833, r=jieyouxuTrevor Gross-1/+9
2024-10-11Rollup merge of #131310 - taiki-e:msp430-clobber-abi, r=AmanieuTrevor Gross-0/+10
2024-10-11Rollup merge of #124874 - jedbrown:float-mul-add-fast, r=saethlinTrevor Gross-1/+34
2024-10-12Make unused_parens's suggestion considering expr's attributessurechen-1/+9
2024-10-11compiler: Wire `{TyAnd,}Layout` into `rustc_abi`Jubilee Young-253/+279