about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-10-27Auto merge of #131900 - mrkajetanp:target-feature-pauth-lr, r=Amanieubors-0/+3
2024-10-26Auto merge of #132190 - matthiaskrgr:rollup-rsocfiz, r=matthiaskrgrbors-2/+2
2024-10-26Rollup merge of #132182 - jieyouxu:downgrade-untranslatable, r=compiler-errorsMatthias Krüger-2/+2
2024-10-26Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillotbors-42/+209
2024-10-26Downgrade `untranslatable_diagnostic` and `diagnostic_outside_of_impl` to `al...Jieyou Xu-2/+2
2024-10-26Rollup merge of #132180 - Urgau:ast_pretty-unsafe-attr, r=compiler-errors许杰友 Jieyou Xu (Joe)-0/+11
2024-10-26Rollup merge of #132174 - RalfJung:pclmulqdq, r=calebzulawski许杰友 Jieyou Xu (Joe)-1/+1
2024-10-26Rollup merge of #132169 - fee1-dead-contrib:consttraitsck, r=compiler-errors许杰友 Jieyou Xu (Joe)-10/+19
2024-10-26Rollup merge of #132140 - heiher:loong-lsx, r=Urgau许杰友 Jieyou Xu (Joe)-2/+2
2024-10-26Rollup merge of #132124 - Zalathar:consolidate-covstar, r=jieyouxu许杰友 Jieyou Xu (Joe)-144/+102
2024-10-26Print unsafety of attribute in AST unprettyUrgau-0/+11
2024-10-26x86 target features: make pclmulqdq imply sse2Ralf Jung-1/+1
2024-10-26Auto merge of #132171 - matthiaskrgr:rollup-tp75ge7, r=matthiaskrgrbors-146/+140
2024-10-26coverage: Add links to LLVM docs for the coverage mapping formatZalathar-0/+2
2024-10-26Rollup merge of #132168 - fee1-dead-contrib:fxclean, r=compiler-errorsMatthias Krüger-95/+39
2024-10-26Rollup merge of #132114 - jieyouxu:features-bundle, r=fee1-deadMatthias Krüger-51/+101
2024-10-26Auto merge of #132152 - lqd:revert-127731, r=compiler-errorsbors-227/+0
2024-10-26Deny calls to non-`#[const_trait]` methods in MIR constckDeadbeef-10/+19
2024-10-26Effects cleanupDeadbeef-95/+39
2024-10-25Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errorsbors-269/+580
2024-10-25Revert "Emit error when calling/declaring functions with unavailable vectors."Rémy Rakic-227/+0
2024-10-25tcx.is_const_fn doesn't work the way it is described, remove itRalf Jung-54/+41
2024-10-25Rollup merge of #132106 - maxcabrajac:ident_ref, r=petrochenkovMatthias Krüger-39/+39
2024-10-25add a HACK to allow stdarch migrationRalf Jung-0/+3
2024-10-25proc_macro_harness: adjust the span we use for const fn callsRalf Jung-9/+20
2024-10-25Re-do recursive const stability checksRalf Jung-209/+519
2024-10-25Auto merge of #127731 - veluca93:abi_checks, r=RalfJungbors-0/+227
2024-10-25Enable LSX feature for LoongArch Linux targetsWANG Rui-2/+2
2024-10-25Emit error when calling/declaring functions with unavailable vectors.Luca Versari-0/+227
2024-10-24Rollup merge of #132125 - Zalathar:coverage-intrinsics, r=jieyouxuJubilee-140/+26
2024-10-24Rollup merge of #132118 - compiler-errors:tilde-const-item-bounds, r=lcnrJubilee-1/+77
2024-10-24Rollup merge of #132085 - celinval:update-smir-doc, r=compiler-errorsJubilee-88/+22
2024-10-25coverage: SSA doesn't need to know about `instrprof_increment`Zalathar-29/+12
2024-10-25coverage: Emit MC/DC intrinsics using the normal helper methodZalathar-77/+14
2024-10-25coverage: Emit `llvm.instrprof.increment` using the normal helper methodZalathar-36/+2
2024-10-25Introduce `Enabled{Lang,Lib}Feature`许杰友 Jieyou Xu (Joe)-51/+101
2024-10-25coverage: Store `covfun_section_name` in the codegen contextZalathar-27/+24
2024-10-25coverage: Make obtaining the codegen coverage context infallibleZalathar-33/+16
2024-10-25coverage: Consolidate creation of covmap/covfun recordsZalathar-88/+64
2024-10-25Auto merge of #132121 - workingjubilee:rollup-yrtn33e, r=workingjubileebors-6/+18
2024-10-24Add support for ~const item boundsMichael Goulet-1/+77
2024-10-24Update README.mdCelina G. Val-3/+11
2024-10-24Apply suggestions from code reviewCelina G. Val-2/+2
2024-10-24Rollup merge of #132115 - bash:rustdoc-fake-variadic-wrapper, r=GuillaumeGome...Jubilee-6/+18
2024-10-24Auto merge of #132116 - matthiaskrgr:rollup-3a0ia4r, r=matthiaskrgrbors-36/+27
2024-10-24Rollup merge of #132107 - maxcabrajac:remove_expr_post, r=petrochenkovMatthias Krüger-19/+13
2024-10-24Rollup merge of #131983 - dingxiangfei2009:stabilize-shorter-tail-lifetimes, ...Matthias Krüger-17/+14
2024-10-24Auto merge of #131985 - compiler-errors:const-pred, r=fee1-deadbors-1445/+1283
2024-10-24rustdoc: Extend fake_variadic to "wrapped" tuplesTau Gärtli-6/+18
2024-10-24Pass Ident by reference in ast Visitormaxcabrajac-39/+39