about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-01-07Avoid naming variables `str`Josh Triplett-20/+20
2025-01-07Auto merge of #135173 - pietroalbini:pa-fix-rvp, r=workingjubileebors-1/+6
2025-01-06Rollup merge of #135126 - klensy:deprecated-and-do-nothing, r=jieyouxuJacob Pratt-30/+50
2025-01-06Rollup merge of #135090 - compiler-errors:invalid-tuple-ctor-projection, r=lq...Jacob Pratt-1/+25
2025-01-06Rollup merge of #134744 - compiler-errors:transmute-non-wf, r=lcnrJacob Pratt-1/+13
2025-01-06Rollup merge of #132345 - compiler-errors:fx-diag, r=lcnrJacob Pratt-33/+255
2025-01-06Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubileeJacob Pratt-6/+28
2025-01-06avoid replacing the definition of CURRENT_RUSTC_VERSIONPietro Albini-1/+6
2025-01-06Rollup merge of #134951 - compiler-errors:double-trait-err-msg, r=davidtwcoMatthias Krüger-19/+38
2025-01-06Rollup merge of #134771 - compiler-errors:const-arg-has-type-err, r=lcnrMatthias Krüger-1/+18
2025-01-06Rollup merge of #134742 - compiler-errors:post-borrowck-analysis, r=lcnrMatthias Krüger-8/+15
2025-01-06Suggest to replace tuple constructor through projectionMichael Goulet-1/+25
2025-01-06Recurse on GAT where clauses in fulfillment error proof tree visitorMichael Goulet-7/+15
2025-01-06Don't ice on bad transmute in typeck in new solverMichael Goulet-1/+13
2025-01-06Add derived causes for host effect predicatesMichael Goulet-31/+245
2025-01-06add deprecated and do nothing flag to options tableklensy-30/+50
2025-01-06Add support for wasm exception handling to Emscripten targetHood Chatham-6/+28
2025-01-06Auto merge of #135151 - matthiaskrgr:rollup-2vy1hwl, r=matthiaskrgrbors-47/+77
2025-01-06Rollup merge of #135150 - lcnr:unconstrained-lts-comment, r=oli-obkMatthias Krüger-15/+15
2025-01-06Rollup merge of #135147 - compiler-errors:borrowck-tweaks, r=chenyukangMatthias Krüger-28/+56
2025-01-06Rollup merge of #135145 - kpreid:unnameable, r=compiler-errorsMatthias Krüger-4/+6
2025-01-06footnote to ordinary commentlcnr-15/+15
2025-01-06Auto merge of #135085 - knickish:m68k_unknown_none, r=workingjubileebors-0/+34
2025-01-06Remove CallKind::Deref hack from UseSpansMichael Goulet-9/+0
2025-01-06Improve find_self_call with reborrowed receiverMichael Goulet-19/+22
2025-01-06Improve span when temporary receiver is dropped in edition 2024Michael Goulet-0/+34
2025-01-06Auto merge of #135140 - jhpratt:rollup-pn2gi84, r=jhprattbors-48/+63
2025-01-05Mention `unnameable_types` in `unreachable_pub` documentation.Kevin Reid-4/+6
2025-01-05Rollup merge of #135115 - Zalathar:dwarf-const, r=workingjubileeJacob Pratt-48/+63
2025-01-05Auto merge of #134794 - RalfJung:abi-required-target-features, r=workingjubileebors-764/+786
2025-01-05Merge commit '918acafef682d0d0ca30b47de4768210417ff362' into sync_cg_clif-202...bjorn3-249/+120
2025-01-05Explain why the `DW_TAG_*` constants remain as-is for nowZalathar-0/+4
2025-01-05Use constants for DWARF opcodes, instead of FFI callsZalathar-24/+18
2025-01-05Use gimli to get the values of DWARF constants needed by codegenZalathar-24/+41
2025-01-05add dedicated type for ABI target feature constraintsRalf Jung-31/+45
2025-01-05Auto merge of #135074 - wzssyqa:mips-mti, r=oli-obkbors-0/+74
2025-01-05change to static relocation modelkirk-1/+2
2025-01-04Auto merge of #133990 - Walnut356:static_const, r=workingjubileebors-17/+50
2025-01-04Auto merge of #135101 - workingjubilee:rollup-owp3czl, r=workingjubileebors-69/+21
2025-01-04Apply suggestions from workingjubilee's code reviewknickish-0/+2
2025-01-04Rollup merge of #135046 - RalfJung:rustc_box_intrinsic, r=compiler-errorsJubilee-69/+21
2025-01-04Auto merge of #133955 - bjorn3:cc_pass_arch_only, r=ChrisDentonbors-8/+3
2025-01-04Auto merge of #135031 - RalfJung:intrinsics-without-body, r=oli-obkbors-113/+189
2025-01-04rustc_intrinsic: support functions without body; they are implicitly marked a...Ralf Jung-35/+88
2025-01-04turn hir::ItemKind::Fn into a named-field variantRalf Jung-81/+104
2025-01-04Auto merge of #135095 - matthiaskrgr:rollup-tmgxckq, r=matthiaskrgrbors-25/+38
2025-01-04Rollup merge of #135069 - matthiaskrgr:param_rec_usage, r=jieyouxuMatthias Krüger-25/+14
2025-01-04Rollup merge of #135064 - RalfJung:const-in-pat-partial-eq-not-const, r=compi...Matthias Krüger-0/+4
2025-01-04Rollup merge of #135055 - compiler-errors:rpitit-infer-in-stricter-impl, r=es...Matthias Krüger-0/+20
2025-01-04Auto merge of #135067 - ChrisDenton:cc, r=jieyouxubors-2/+2