about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-04-26session: Cleanup `CanonicalizedPath::new`Vadim Petrochenkov-9/+8
2025-04-26Rollup merge of #140320 - lcnr:wf-use-term, r=compiler-errorsMatthias Krüger-174/+189
2025-04-26Rollup merge of #140318 - compiler-errors:specialized-async-fn-kind-err, r=fe...Matthias Krüger-31/+10
2025-04-26Rollup merge of #140317 - mejrs:check_on_uni, r=compiler-errorsMatthias Krüger-1/+0
2025-04-26Rollup merge of #140215 - joshlf:transmutability-char-nonzero, r=jswrennMatthias Krüger-46/+213
2025-04-26Add the `avx10.1` and `avx10.2` target featuressayantn-0/+26
2025-04-26Fix error message for static references or mutable referencesyuk1ty-2/+2
2025-04-26Auto merge of #140324 - matthiaskrgr:rollup-jlzvdre, r=matthiaskrgrbors-36/+201
2025-04-26Rollup merge of #140306 - lcnr:specialization-new, r=compiler-errorsMatthias Krüger-14/+117
2025-04-26Rollup merge of #140305 - compiler-errors:coerce-loop, r=lcnrMatthias Krüger-8/+15
2025-04-26Rollup merge of #140272 - Kivooeo:new-fix-four, r=est31Matthias Krüger-4/+17
2025-04-26Rollup merge of #140253 - SergioGasquez:feat/xtensa-asm-printer, r=cuviperMatthias Krüger-0/+1
2025-04-26Rollup merge of #140086 - ChrisDenton:backoff, r=petrochenkovMatthias Krüger-10/+51
2025-04-26remove unnecessary matchlcnr-20/+9
2025-04-26convert some `GenericArg` to `Term`lcnr-154/+180
2025-04-26Auto merge of #140177 - tmandry:compiletest-par, r=jieyouxubors-2/+1
2025-04-26Simply try to unpeel AsyncFnKindHelper goal in emit_specialized_closure_kind_...Michael Goulet-31/+10
2025-04-26Remove redundant checkmejrs-1/+0
2025-04-25Auto merge of #140295 - antoyo:subtree-update_cg_gcc_2025-04-25, r=GuillaumeG...bors-39/+46
2025-04-26Improve HIR pretty-printing of if/else some more.Nicholas Nethercote-6/+11
2025-04-25transmutability: Support char, NonZeroXxxJoshua Liebow-Feeser-46/+213
2025-04-25Auto merge of #140298 - matthiaskrgr:rollup-5tc1gvb, r=matthiaskrgrbors-44/+52
2025-04-25Track per-obligation recursion depth only if there is inferenceMichael Goulet-8/+15
2025-04-25handle specialization in the new trait solverlcnr-14/+117
2025-04-25Auto merge of #139756 - Zoxc:out-of-order-dep-graph, r=oli-obkbors-43/+215
2025-04-25Rollup merge of #140284 - bend-n:fix-expectation-unmet, r=jieyouxuMatthias Krüger-5/+2
2025-04-25Rollup merge of #140193 - folkertdev:fix-issue-140082, r=jdonszelmannMatthias Krüger-2/+6
2025-04-25Rollup merge of #140152 - xizheyin:issue-140102, r=jieyouxuMatthias Krüger-37/+44
2025-04-25Merge commit '4f83a4258deb99f3288a7122c0d5a78200931c61' into subtree-update_c...Antoni Boucher-39/+46
2025-04-25Auto merge of #140282 - matthiaskrgr:rollup-g6ze4jj, r=matthiaskrgrbors-241/+203
2025-04-25Extend the alignment check to borrowsBastian Kersting-28/+49
2025-04-25remove expect() in unnecessary_transmutesbendn-5/+2
2025-04-25resolved conflictKivooeo-4/+17
2025-04-25Add option style comment for `rustc_optgroups`xizheyin-0/+7
2025-04-25Retry if creating temp fails with access deniedChris Denton-10/+51
2025-04-25Check if format argument is identifier to avoid error err-emitxizheyin-45/+90
2025-04-25Trivial compiler change to inhibit download-rustc in CIZalathar-1/+1
2025-04-25Auto merge of #140273 - matthiaskrgr:rollup-rxmuvkg, r=matthiaskrgrbors-26/+23
2025-04-25Rollup merge of #140278 - compiler-errors:name-based-comparison, r=nnethercoteMatthias Krüger-7/+5
2025-04-25Rollup merge of #140257 - amandasystems:housecleaning, r=wesleywiserMatthias Krüger-45/+39
2025-04-25Rollup merge of #140236 - lcnr:normalizes-to-goals, r=compiler-errorsMatthias Krüger-145/+101
2025-04-25Rollup merge of #140202 - est31:let_chains_feature_compiler, r=lcnrMatthias Krüger-40/+40
2025-04-25Rollup merge of #140143 - thaliaarchi:move-env-pal, r=joboetMatthias Krüger-4/+18
2025-04-25add custom enzyme markers to target methodsbit-aloo-0/+5
2025-04-25add llvm wrappers and corresponding methods in attributebit-aloo-0/+44
2025-04-25Zero the buffer passed from `write_with`John Kåre Alsaker-2/+9
2025-04-25Improve pretty printing of if/else.Nicholas Nethercote-6/+10
2025-04-25Fix some pretty printing indents.Nicholas Nethercote-4/+4
2025-04-25Don't use item name to look up associated item from trait itemMichael Goulet-7/+5
2025-04-24strip underlying xcoff objectHenry Jiang-2/+2