about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-03-06Lower BinOp::Cmp to llvm.{s,u}cmp.* intrinsicsDaniPopes-0/+57
2025-03-01Rollup merge of #137771 - estebank:abi-sugg, r=compiler-errorsMatthias Krüger-4/+5
2025-03-01Rollup merge of #137742 - mu001999-contrib:fix-137708, r=compiler-errorsMatthias Krüger-2/+5
2025-03-01Rollup merge of #137735 - ehuss:e0133-edition-docs, r=compiler-errorsMatthias Krüger-1/+2
2025-03-01Rollup merge of #137689 - compiler-errors:coroutine, r=lcnrMatthias Krüger-156/+97
2025-03-01Rollup merge of #137686 - nbdd0121:asm_const, r=compiler-errorsMatthias Krüger-82/+104
2025-03-01Rollup merge of #137171 - makai410:swapping-e0277, r=compiler-errorsMatthias Krüger-0/+53
2025-03-01Rollup merge of #137045 - BoxyUwU:defer_repeat_expr_checks, r=compiler-errorsMatthias Krüger-15/+85
2025-03-01Auto merge of #137796 - jieyouxu:rollup-qt9yr1g, r=jieyouxubors-8/+34
2025-02-28Auto merge of #137517 - nnethercote:rm-NtPat-NtItem-NtStmt, r=petrochenkovbors-203/+163
2025-02-28Rollup merge of #137770 - compiler-errors:unsafe-binder-sized-crit, r=oli-obk许杰友 Jieyou Xu (Joe)-3/+6
2025-02-28Rollup merge of #137676 - petrochenkov:winresp, r=Kobzol许杰友 Jieyou Xu (Joe)-2/+6
2025-02-28Rollup merge of #137017 - bjorn3:ignore_invalid_bitcode, r=oli-obk许杰友 Jieyou Xu (Joe)-3/+22
2025-02-28Rollup merge of #137788 - jieyouxu:bump-compiler-cc, r=lqd,Kobzol许杰友 Jieyou Xu (Joe)-2/+2
2025-02-28Rollup merge of #137780 - samueltardieu:push-kxorztnkqnsz, r=lcnr许杰友 Jieyou Xu (Joe)-1/+1
2025-02-28Rollup merge of #137748 - samueltardieu:push-kozpqrxpkxkk, r=lqd许杰友 Jieyou Xu (Joe)-3/+3
2025-02-28Rollup merge of #137713 - vayunbiyani:fix-enzyme-build-errors, r=oli-obk许杰友 Jieyou Xu (Joe)-32/+10
2025-02-28Rollup merge of #137712 - meithecatte:extract-binding-mode, r=oli-obk许杰友 Jieyou Xu (Joe)-43/+44
2025-02-28Rollup merge of #136824 - lcnr:yeet, r=compiler-errors许杰友 Jieyou Xu (Joe)-208/+379
2025-02-28Rollup merge of #136424 - 11happy:overflow.hex.fix, r=fmease许杰友 Jieyou Xu (Joe)-1/+1
2025-02-28compiler: bump `cc` to 1.2.16 to fix `x86` Windows jobs on newest Windows SDK许杰友 Jieyou Xu (Joe)-2/+2
2025-02-28reviewlcnr-20/+26
2025-02-28normalizing where-clauses is also coinductive, add testslcnr-10/+42
2025-02-28fix typolcnr-1/+1
2025-02-28fix rustc_type_ir without the nightly featurelcnr-1/+1
2025-02-28rework cycle handlinglcnr-182/+315
2025-02-28Fix typo in query expansion documentationSamuel Tardieu-1/+1
2025-02-28Auto merge of #137710 - matthiaskrgr:rollup-3vmxxu9, r=matthiaskrgrbors-473/+535
2025-02-28Tweak incorrect ABI suggestionEsteban Küber-4/+5
2025-02-28Fix sized constraint for unsafe binderMichael Goulet-3/+6
2025-02-28fix: fix overflowing hex wrong suggestion11happy-1/+1
2025-02-28Auto merge of #137669 - DianQK:fn-atts-virtual, r=saethlinbors-38/+41
2025-02-27Fix method name in `TyCtxt::hir_crate()` documentationSamuel Tardieu-3/+3
2025-02-28Remove `NtPath`.Nicholas Nethercote-69/+44
2025-02-28Remove `NtMeta`.Nicholas Nethercote-52/+55
2025-02-28Remove `NtPat`.Nicholas Nethercote-85/+67
2025-02-27Defer repeat expr `Copy` checkBoxy-15/+85
2025-02-28Unconditionally lower match arm even if it's unneeded for never pattern in matchMu001999-2/+5
2025-02-27Update E0133 docs for 2024 editionEric Huss-1/+2
2025-02-27switch #[cfg(not(llvm_enzyme))] to cfg!(llvm_enzyme)Vayun Biyani-26/+4
2025-02-27Clean up TypeckResults::extract_binding_modeMaja Kądziołka-43/+44
2025-02-27Rollup merge of #137694 - aDotInTheVoid:aDotInTheVoid-patch-1, r=jdonszelmannMatthias Krüger-5/+8
2025-02-27Rollup merge of #137455 - compiler-errors:drop-lint-dtor, r=oli-obkMatthias Krüger-186/+244
2025-02-27Rollup merge of #136846 - nnethercote:make-AssocOp-more-like-ExprKind, r=spas...Matthias Krüger-251/+162
2025-02-27Rollup merge of #136688 - fee1-dead-contrib:push-nppsusmpokqo, r=compiler-errorsMatthias Krüger-14/+96
2025-02-27Rollup merge of #136579 - bjorn3:fix_thinvec_ext_ub, r=BoxyUwUMatthias Krüger-17/+25
2025-02-27Don't infer unwinding of virtual calls based on the function attributesDianQK-6/+13
2025-02-27Don't infer attributes of virtual calls based on the function bodyDianQK-36/+32
2025-02-27require trait impls to have matching const stabilities as the traitsDeadbeef-14/+96
2025-02-27Rename `AssocOp::As` as `AssocOp::Cast`.Nicholas Nethercote-9/+9