about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-30Remove unused `descr` methodsGuillaume Gomez-29/+1
2025-06-30Replace `ItemCtxt::report_placeholder_type_error` `match` with a call to `TyC...Guillaume Gomez-72/+88
2025-06-30Ensure -V --verbose processes both codegen_backend and codegen-backendDaniel Frampton-1/+3
2025-06-30Do not remove method call if type is adjustedSamuel Tardieu-2/+47
2025-06-30Update booksrustbot-0/+0
2025-06-30FIX: NegMultiply should preserve parenthesis when method is calledDario Heinisch-9/+63
2025-06-30Merge pull request #20128 from lnicola/sync-from-rustLaurențiu Nicola-14006/+755175
2025-06-30Disable f16 on Aarch64 without neon for llvm < 20.1.1Trevor Gross-0/+8
2025-06-30Merge from rust-lang/rustLaurențiu Nicola-14005/+755174
2025-06-30Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2025-06-30Auto merge of #143233 - dianqk:rollup-lcx3278, r=dianqkbors-1066/+1361
2025-06-30Merge commit '4b5c44b14166083eef8d71f15f5ea1f53fc976a0' into subtree-update_c...Guillaume Gomez-171/+131
2025-06-30Merge commit '4b5c44b14166083eef8d71f15f5ea1f53fc976a0' into subtree-update_c...Guillaume Gomez-171/+131
2025-06-30Merge pull request #725 from FractalFir/intrinsic_fixantoyo-64/+72
2025-06-30josh-sync: Replace `#xxxx`-style links in messagesTrevor Gross-0/+31
2025-06-30Merge pull request #726 from rust-lang/fix/const_undefantoyo-50/+9
2025-06-30Stabilize `mixed_integer_ops_unsigned_sub`Nurzhan Sakén-8/+8
2025-06-30Assemble const bounds via normal item bounds in old solver tooMichael Goulet-1/+85
2025-06-30Fix const_undefAntoni Boucher-50/+9
2025-06-30Add change tracker entryJakub Beránek-0/+5
2025-06-30Remove let_chains featureCameron Steffen-1194/+1053
2025-06-30Polishing changelog update docalexey semenyuk-23/+11
2025-06-30Auto merge of #142839 - oli-obk:denullarification, r=RalfJung,celinvalbors-208/+164
2025-06-30Rollup merge of #143219 - zachs18:patch-5, r=tgross35dianqk-0/+5
2025-06-30Rollup merge of #143199 - jieyouxu:short-ice, r=RalfJungdianqk-3/+6
2025-06-30Rollup merge of #143196 - Periodic1911:link_section, r=oli-obkdianqk-26/+101
2025-06-30Rollup merge of #143195 - Kivooeo:tf17, r=tgross35dianqk-87/+111
2025-06-30Rollup merge of #143190 - dianqk:new-method, r=oli-obkdianqk-537/+473
2025-06-30Rollup merge of #143187 - yotamofek:mailmap, r=jieyouxudianqk-0/+1
2025-06-30Rollup merge of #143176 - kilavvy:master, r=jieyouxudianqk-4/+4
2025-06-30Rollup merge of #143168 - Kivooeo:tf16, r=tgross35dianqk-48/+76
2025-06-30Rollup merge of #143159 - compiler-errors:freshen-re-error, r=oli-obkdianqk-38/+64
2025-06-30Rollup merge of #143118 - Kivooeo:tf15, r=tgross35dianqk-40/+56
2025-06-30Rollup merge of #143090 - ChrisDenton:workaround1, r=tgross35dianqk-21/+91
2025-06-30Rollup merge of #143066 - compiler-errors:let-chain-solver, r=lcnrdianqk-120/+107
2025-06-30Rollup merge of #142514 - LorrensP-2158466:miri-float-nondet-pow, r=RalfJungdianqk-44/+109
2025-06-30Rollup merge of #142429 - Kivooeo:tf13, r=jieyouxudianqk-98/+157
2025-06-30Introduce `ByteSymbol`.Nicholas Nethercote-24/+28
2025-06-30Introduce `ByteSymbol`.Nicholas Nethercote-267/+447
2025-06-30test: add test case for func with multiline param listYoung-Flash-2/+19
2025-06-30internal: add `FoldKind::Function`Young-Flash-13/+18
2025-06-30feat: support folding multiline arg list & fn body in one folding rangeYoung-Flash-1/+28
2025-06-30Don't run hir wfcheck if ty wfcheck handled everythingOli Scherer-17/+58
2025-06-30Avoid some eager uses of HIR spansOli Scherer-4/+5
2025-06-30Stop requiring HIR for impl item wf checksOli Scherer-11/+11
2025-06-30Stop requiring HIR for trait item wf checksOli Scherer-8/+21
2025-06-30Avoid looking at HIR for trait and impl itemsOli Scherer-79/+67
2025-06-30Avoid eagerly loading the hir fn sigOli Scherer-14/+11
2025-06-30Merge `lower_trait_item` and `lower_impl_item` into `check_item_type`Oli Scherer-51/+26
2025-06-30Merge `lower_item` into `check_item_type`Oli Scherer-143/+101