about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-11-09Rollup merge of #132823 - RalfJung:conditional-const-calls, r=fee1-dead,compi...Jubilee-78/+80
2024-11-09Rollup merge of #132801 - RalfJung:alloc-mutability, r=oli-obkJubilee-146/+170
2024-11-09Rollup merge of #131258 - taiki-e:s390x-stabilize-asm, r=AmanieuJubilee-0/+1
2024-11-09give a hint which feature is missingRalf Jung-15/+13
2024-11-09require const_impl_trait gate for all conditional and trait const callsRalf Jung-69/+73
2024-11-09Auto merge of #132815 - matthiaskrgr:rollup-nti992u, r=matthiaskrgrbors-156/+186
2024-11-09Rollup merge of #132799 - zachs18:str-primitive-symbol, r=compiler-errorsMatthias Krüger-0/+1
2024-11-09Rollup merge of #132774 - bjorn3:cranelift_lld, r=lqdMatthias Krüger-17/+0
2024-11-09Rollup merge of #132754 - Zalathar:opts, r=GuillaumeGomez,jieyouxuMatthias Krüger-134/+154
2024-11-09Rollup merge of #132363 - compiler-errors:raw-lt-id-valid, r=wesleywiserMatthias Krüger-4/+20
2024-11-09Rollup merge of #132341 - compiler-errors:raw-lt-prefix-id, r=chenyukangMatthias Krüger-1/+11
2024-11-09Auto merge of #132613 - khuey:master, r=jieyouxubors-3/+69
2024-11-09Add discriminators to DILocations when multiple functions are inlined into a ...Kyle Huey-3/+69
2024-11-09Auto merge of #132807 - bjorn3:sync_cg_clif-2024-11-09, r=bjorn3bors-26/+52
2024-11-09make return type of get_alloc_info a struct, and reduce some code duplication...Ralf Jung-157/+170
2024-11-09Merge commit '1fa693ca4462fc1f790693464cf765ad693616af' into sync_cg_clif-202...bjorn3-26/+52
2024-11-09Auto merge of #132800 - matthiaskrgr:rollup-c1kkj56, r=matthiaskrgrbors-21/+71
2024-11-09interpret: get_alloc_info: also return mutabilityRalf Jung-16/+27
2024-11-09Rollup merge of #132785 - durin42:llvm-20-more-alignments, r=nikicMatthias Krüger-4/+4
2024-11-09Rollup merge of #132745 - RalfJung:pointee-info-inside-enum, r=DianQKMatthias Krüger-16/+41
2024-11-09Rollup merge of #132552 - taiki-e:sparc-target-feature, r=workingjubileeMatthias Krüger-1/+26
2024-11-09Auto merge of #132584 - Zalathar:includes, r=cuviperbors-164/+145
2024-11-09Auto merge of #132798 - workingjubilee:rollup-qxvmmqo, r=workingjubileebors-122/+177
2024-11-09Add str to "expected primitive, found type" diagnosticZachary S-0/+1
2024-11-08Rollup merge of #132780 - compiler-errors:verbose, r=estebankJubilee-1/+1
2024-11-08Rollup merge of #132760 - dianne:iter-into-iter, r=lcnrJubilee-8/+10
2024-11-08Rollup merge of #132757 - compiler-errors:yeet-check-wf, r=lcnrJubilee-108/+159
2024-11-09Auto merge of #132549 - Zalathar:rust-string, r=cuviperbors-47/+60
2024-11-09Do not reveal opaques in the param-env, we got lazy norm insteadMichael Goulet-5/+7
2024-11-08Don't suggest `.into_iter()` on iteratorsdianne-8/+10
2024-11-09Make `RustString` an extern type to avoid `improper_ctypes` warningsZalathar-44/+56
2024-11-08rustc_target: more target string fixes for LLVM 20Augie Fackler-4/+4
2024-11-08Auto merge of #132764 - MikaelUrankar:freebsd_armv7, r=workingjubileebors-2/+0
2024-11-09Add v8plus target feature to sparc and use it in create_object_fileTaiki Endo-1/+12
2024-11-09Add v9 and leoncasa target feature to sparcTaiki Endo-0/+14
2024-11-08use verbose for path separator suggestionMichael Goulet-1/+1
2024-11-08Use lld with non-LLVM backendsbjorn3-17/+0
2024-11-08Don't use `LLVMRustStringWriteImpl` outside of `RawRustStringOstream`Zalathar-3/+4
2024-11-08Auto merge of #132717 - RalfJung:rustc_safe_intrinsic, r=compiler-errorsbors-147/+217
2024-11-08Drop "gnu" in the target env for FreeBSD armv6/7Mikael Urankar-2/+0
2024-11-08remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi...Ralf Jung-147/+217
2024-11-08Rollup merge of #132590 - Zalathar:z-timings-stats, r=jieyouxuStuart Cook-47/+18
2024-11-08Rollup merge of #132452 - Zalathar:llvm-cov-wrappers, r=jieyouxuStuart Cook-164/+170
2024-11-08Rollup merge of #132389 - Zalathar:graph-tweaks, r=jieyouxuStuart Cook-98/+79
2024-11-08Rollup merge of #132161 - celinval:smir-fix-indent, r=compiler-errorsStuart Cook-25/+84
2024-11-08pointee_info_at: fix logic for recursing into enumsRalf Jung-16/+41
2024-11-08Manually register some bounds for a better spanMichael Goulet-8/+59
2024-11-08Get rid of check_opaque_type_well_formedMichael Goulet-106/+106
2024-11-08Auto merge of #132756 - workingjubilee:rollup-bed2akn, r=workingjubileebors-74/+202
2024-11-07Rollup merge of #132741 - zmodem:mips_data_layout, r=nikicJubilee-7/+12