about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-11-29Fix target_feature handling in freg of LoongArch inline assemblyTaiki Endo-1/+1
2024-11-28Do not call `extern_crate` on current trait on crate mismatch errorsEsteban Küber-0/+4
2024-11-28Auto merge of #133468 - lcnr:uwu4, r=BoxyUwUbors-279/+130
2024-11-28Replace `Symbol::intern` calls with preinterned symbolsclubby789-35/+40
2024-11-28Implement lint against `Symbol::intern` on a string literalclubby789-2/+45
2024-11-29Support #[repr(simd)] types in input/output of PowerPC inline assemblyTaiki Endo-11/+17
2024-11-28Reword error message of reserved AVR registersJulian Frimmel-1/+1
2024-11-28Support `clobber_abi` for AVR inline assemblyJulian Frimmel-0/+27
2024-11-28Mark visionOS as supporting `std`Mads Marquart-2/+2
2024-11-28update commentlcnr-1/+10
2024-11-28ast_lowering: rm separate `def_id_parent`lcnr-96/+62
2024-11-28always create `DefId`s when lowering anon-constslcnr-182/+58
2024-11-28Rollup merge of #133560 - clubby789:mut-mut-space, r=jieyouxuGuillaume Gomez-2/+5
2024-11-28Rollup merge of #133557 - Monadic-Cat:small_doc_fixes, r=bjorn3Guillaume Gomez-3/+3
2024-11-28Rollup merge of #133487 - pitaj:reserve-guarded-strings, r=fee1-deadGuillaume Gomez-10/+44
2024-11-28Rollup merge of #133463 - taiki-e:aarch64-asm-x18, r=AmanieuGuillaume Gomez-11/+27
2024-11-28Rollup merge of #133452 - taiki-e:hexagon-asm-pred, r=AmanieuGuillaume Gomez-0/+14
2024-11-28Rollup merge of #133422 - taiki-e:riscv-e-clobber-abi, r=AmanieuGuillaume Gomez-6/+51
2024-11-28Rollup merge of #133358 - compiler-errors:pin-coerce, r=eholkGuillaume Gomez-3/+8
2024-11-28support revealing defined opaque post borrowcklcnr-58/+126
2024-11-28uplift fold_regions to rustc_type_irlcnr-114/+127
2024-11-28move target JSON (de)serialization to separate fileRalf Jung-789/+800
2024-11-28Improve span handling in `parse_expr_bottom`.Nicholas Nethercote-21/+14
2024-11-28Auto merge of #133561 - GuillaumeGomez:rollup-g4upmv4, r=GuillaumeGomezbors-40/+105
2024-11-28Rollup merge of #133547 - cuviper:span-set-entry, r=jieyouxuGuillaume Gomez-5/+7
2024-11-28Rollup merge of #133520 - compiler-errors:structurally-resolve-mir-borrowck, ...Guillaume Gomez-2/+40
2024-11-28Rollup merge of #133519 - compiler-errors:xform-ret-wf, r=lcnrGuillaume Gomez-0/+22
2024-11-28Rollup merge of #133428 - compiler-errors:rpitit-unsound, r=lcnrGuillaume Gomez-27/+21
2024-11-28Rollup merge of #133368 - compiler-errors:codegen-select-unconstrained-params...Guillaume Gomez-6/+15
2024-11-28Trim extra space in 'repeated `mut`' diagnosticclubby789-2/+5
2024-11-28Auto merge of #133551 - matthiaskrgr:rollup-m0rr5oz, r=matthiaskrgrbors-371/+371
2024-11-27use intra-doc links for CodegenBackend::linkMonadic Cat-1/+1
2024-11-27update comment (codegen_backend -> codegen_crate)Monadic Cat-2/+2
2024-11-27Rollup merge of #133521 - compiler-errors:structurally-resolve-cat-proj, r=lcnrMatthias Krüger-2/+7
2024-11-27Rollup merge of #133518 - compiler-errors:structurally-resolve-never, r=lcnrMatthias Krüger-2/+6
2024-11-27Rollup merge of #133418 - Zalathar:spans, r=jieyouxuMatthias Krüger-263/+229
2024-11-27Rollup merge of #132410 - bjorn3:yet_another_driver_refactor_round, r=cjgillotMatthias Krüger-104/+129
2024-11-27Stabilize `extended_varargs_abi_support`Soveu-35/+7
2024-11-27Auto merge of #133509 - Urgau:dangling_lint_perf, r=Noratriebbors-2/+2
2024-11-27Further simplificationsMichael Goulet-21/+15
2024-11-27Check xform_ret_ty for WF in the new solver to improve method winnowingMichael Goulet-0/+22
2024-11-27Structurally resolve before applying projection in borrowckMichael Goulet-2/+40
2024-11-27Address review commentsMichael Goulet-68/+74
2024-11-27Handle bounds that come from the trait itselfMichael Goulet-27/+43
2024-11-27Robustify and genericize RTN resolution in RBVMichael Goulet-33/+88
2024-11-27rustc_span: Replace a `HashMap<_, ()>` with `HashSet`Josh Stone-5/+7
2024-11-27Auto merge of #133474 - RalfJung:gvn-miscompile, r=compiler-errorsbors-1/+3
2024-11-27update cfgsBoxy-1/+1
2024-11-27show forbidden_lint_groups in future-compat reportsRalf Jung-1/+1
2024-11-27Auto merge of #133393 - compiler-errors:dyn-tweaks, r=lcnr,spastorinobors-74/+11