about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-10-24Rollup merge of #132088 - compiler-errors:extern-static, r=jieyouxuStuart Cook-1/+6
2024-10-24Rollup merge of #132076 - RalfJung:feature-hashing, r=nnethercote,Mark-Simula...Stuart Cook-6/+1
2024-10-24Rollup merge of #131956 - Zalathar:llvm-counters, r=compiler-errors,SwatinemStuart Cook-444/+220
2024-10-24Rollup merge of #131909 - clubby789:enum-overflow-cast, r=compiler-errorsStuart Cook-1/+8
2024-10-24Rollup merge of #131898 - lukas-code:ptr-cast-cleanup, r=compiler-errorsStuart Cook-16/+37
2024-10-24Rollup merge of #131756 - compiler-errors:deeply-normalize-type-err, r=lcnrStuart Cook-39/+101
2024-10-24Rollup merge of #131623 - matthiaskrgr:clippy_sat, r=NadrierilStuart Cook-18/+11
2024-10-24Rollup merge of #131169 - madsmtm:target-info-nto-vendor, r=wesleywiserStuart Cook-0/+2
2024-10-24Rollup merge of #130225 - adetaylor:rename-old-receiver, r=wesleywiserStuart Cook-13/+13
2024-10-24Deeply normalize type trace in type error reportingMichael Goulet-1/+4
2024-10-24Plumb through param_env to note_type_errMichael Goulet-39/+98
2024-10-24Print safety correctly in extern static itemsMichael Goulet-1/+6
2024-10-23Auto merge of #132079 - fmease:rollup-agrd358, r=fmeasebors-245/+343
2024-10-23clone range in a more obvious wayMatthias Krüger-4/+1
2024-10-23fix some manual_mapMatthias Krüger-8/+4
2024-10-23fix a couple clippy:complexitysMatthias Krüger-6/+6
2024-10-23Rollup merge of #132060 - joshtriplett:innermost-outermost, r=jieyouxuLeón Orell Valerian Liehr-18/+18
2024-10-23Rollup merge of #131979 - compiler-errors:compare-pred-entail, r=fmeaseLeón Orell Valerian Liehr-94/+109
2024-10-23Rollup merge of #131955 - SpriteOvO:riscv-int-arg-attr, r=workingjubileeLeón Orell Valerian Liehr-133/+216
2024-10-23stop hashing compile-time constantRalf Jung-6/+1
2024-10-23Rollup merge of #131487 - graydon:wasm32v1-none, r=alexcrichtonLeón Orell Valerian Liehr-1/+59
2024-10-23More compare_impl_item simplificationsMichael Goulet-76/+95
2024-10-23Auto merge of #132027 - RalfJung:lang-feature-bool-fields, r=nnethercotebors-377/+316
2024-10-23"innermost", "outermost", "leftmost", and "rightmost" don't need hyphensJosh Triplett-18/+18
2024-10-23Auto merge of #132044 - lcnr:no-relate-abi, r=compiler-errorsbors-115/+110
2024-10-23rename lang feature lists to include LANGRalf Jung-17/+18
2024-10-23remove no longer needd UnstableFeature typeRalf Jung-15/+9
2024-10-23get rid of feature list in target feature logicRalf Jung-24/+2
2024-10-23rustc_feature: remove no-longer-needed macroRalf Jung-24/+22
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-323/+291
2024-10-22Fix rustc_target test: wasmNN-none should support dynamic linkingGraydon Hoare-1/+7
2024-10-22Address review comments on wasm32v1-none targetGraydon Hoare-52/+15
2024-10-22Add wasm32v1-none target (compiler-team/#791)Graydon Hoare-0/+89
2024-10-23Auto merge of #132053 - matthiaskrgr:rollup-u5ds6i3, r=matthiaskrgrbors-25/+14
2024-10-23Rollup merge of #132026 - lcnr:stabilize-coherence-again, r=compiler-errorsMatthias Krüger-25/+14
2024-10-23Auto merge of #131982 - compiler-errors:split-trait-bound-modifiers, r=fmeasebors-66/+50
2024-10-23Set `signext` or `zeroext` for integer arguments on LoongArch64Asuna-0/+29
2024-10-23Set `signext` or `zeroext` for integer arguments on RISC-VAsuna-0/+28
2024-10-23Introduce `adjust_for_rust_abi` in `rustc_target`Asuna-133/+159
2024-10-23remove `PredicatePolarity` and `BoundConstness` relate implslcnr-40/+11
2024-10-22Auto merge of #131871 - RalfJung:x86-32-float, r=workingjubileebors-22/+15
2024-10-22do not relate `Abi` and `Safety`lcnr-75/+99
2024-10-22Represent TraitBoundModifiers as distinct parts in HIRMichael Goulet-66/+50
2024-10-22Auto merge of #132035 - matthiaskrgr:rollup-ty1e4q0, r=matthiaskrgrbors-116/+262
2024-10-22Rollup merge of #132022 - Zalathar:dominator-order, r=tmiaskoMatthias Krüger-24/+24
2024-10-22Rollup merge of #131732 - m4tx:fix-82824, r=davidtwcoMatthias Krüger-9/+51
2024-10-22Rollup merge of #131549 - compiler-errors:try-in-sync, r=spastorinoMatthias Krüger-50/+76
2024-10-22Rollup merge of #131049 - compiler-errors:more-validation, r=spastorinoMatthias Krüger-32/+104
2024-10-22Rollup merge of #125205 - ChrisDenton:verbatim-include, r=jieyouxuMatthias Krüger-1/+7
2024-10-22Rename Receiver -> LegacyReceiverAdrian Taylor-13/+13