| Age | Commit message (Expand) | Author | Lines |
| 2024-10-24 | Rollup merge of #132088 - compiler-errors:extern-static, r=jieyouxu | Stuart Cook | -1/+6 |
| 2024-10-24 | Rollup merge of #132076 - RalfJung:feature-hashing, r=nnethercote,Mark-Simula... | Stuart Cook | -6/+1 |
| 2024-10-24 | Rollup merge of #131956 - Zalathar:llvm-counters, r=compiler-errors,Swatinem | Stuart Cook | -444/+220 |
| 2024-10-24 | Rollup merge of #131909 - clubby789:enum-overflow-cast, r=compiler-errors | Stuart Cook | -1/+8 |
| 2024-10-24 | Rollup merge of #131898 - lukas-code:ptr-cast-cleanup, r=compiler-errors | Stuart Cook | -16/+37 |
| 2024-10-24 | Rollup merge of #131756 - compiler-errors:deeply-normalize-type-err, r=lcnr | Stuart Cook | -39/+101 |
| 2024-10-24 | Rollup merge of #131623 - matthiaskrgr:clippy_sat, r=Nadrieril | Stuart Cook | -18/+11 |
| 2024-10-24 | Rollup merge of #131169 - madsmtm:target-info-nto-vendor, r=wesleywiser | Stuart Cook | -0/+2 |
| 2024-10-24 | Rollup merge of #130225 - adetaylor:rename-old-receiver, r=wesleywiser | Stuart Cook | -13/+13 |
| 2024-10-24 | Deeply normalize type trace in type error reporting | Michael Goulet | -1/+4 |
| 2024-10-24 | Plumb through param_env to note_type_err | Michael Goulet | -39/+98 |
| 2024-10-24 | Print safety correctly in extern static items | Michael Goulet | -1/+6 |
| 2024-10-23 | Auto merge of #132079 - fmease:rollup-agrd358, r=fmease | bors | -245/+343 |
| 2024-10-23 | clone range in a more obvious way | Matthias Krüger | -4/+1 |
| 2024-10-23 | fix some manual_map | Matthias Krüger | -8/+4 |
| 2024-10-23 | fix a couple clippy:complexitys | Matthias Krüger | -6/+6 |
| 2024-10-23 | Rollup merge of #132060 - joshtriplett:innermost-outermost, r=jieyouxu | León Orell Valerian Liehr | -18/+18 |
| 2024-10-23 | Rollup merge of #131979 - compiler-errors:compare-pred-entail, r=fmease | León Orell Valerian Liehr | -94/+109 |
| 2024-10-23 | Rollup merge of #131955 - SpriteOvO:riscv-int-arg-attr, r=workingjubilee | León Orell Valerian Liehr | -133/+216 |
| 2024-10-23 | stop hashing compile-time constant | Ralf Jung | -6/+1 |
| 2024-10-23 | Rollup merge of #131487 - graydon:wasm32v1-none, r=alexcrichton | León Orell Valerian Liehr | -1/+59 |
| 2024-10-23 | More compare_impl_item simplifications | Michael Goulet | -76/+95 |
| 2024-10-23 | Auto merge of #132027 - RalfJung:lang-feature-bool-fields, r=nnethercote | bors | -377/+316 |
| 2024-10-23 | "innermost", "outermost", "leftmost", and "rightmost" don't need hyphens | Josh Triplett | -18/+18 |
| 2024-10-23 | Auto merge of #132044 - lcnr:no-relate-abi, r=compiler-errors | bors | -115/+110 |
| 2024-10-23 | rename lang feature lists to include LANG | Ralf Jung | -17/+18 |
| 2024-10-23 | remove no longer needd UnstableFeature type | Ralf Jung | -15/+9 |
| 2024-10-23 | get rid of feature list in target feature logic | Ralf Jung | -24/+2 |
| 2024-10-23 | rustc_feature: remove no-longer-needed macro | Ralf Jung | -24/+22 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -323/+291 |
| 2024-10-22 | Fix rustc_target test: wasmNN-none should support dynamic linking | Graydon Hoare | -1/+7 |
| 2024-10-22 | Address review comments on wasm32v1-none target | Graydon Hoare | -52/+15 |
| 2024-10-22 | Add wasm32v1-none target (compiler-team/#791) | Graydon Hoare | -0/+89 |
| 2024-10-23 | Auto merge of #132053 - matthiaskrgr:rollup-u5ds6i3, r=matthiaskrgr | bors | -25/+14 |
| 2024-10-23 | Rollup merge of #132026 - lcnr:stabilize-coherence-again, r=compiler-errors | Matthias Krüger | -25/+14 |
| 2024-10-23 | Auto merge of #131982 - compiler-errors:split-trait-bound-modifiers, r=fmease | bors | -66/+50 |
| 2024-10-23 | Set `signext` or `zeroext` for integer arguments on LoongArch64 | Asuna | -0/+29 |
| 2024-10-23 | Set `signext` or `zeroext` for integer arguments on RISC-V | Asuna | -0/+28 |
| 2024-10-23 | Introduce `adjust_for_rust_abi` in `rustc_target` | Asuna | -133/+159 |
| 2024-10-23 | remove `PredicatePolarity` and `BoundConstness` relate impls | lcnr | -40/+11 |
| 2024-10-22 | Auto merge of #131871 - RalfJung:x86-32-float, r=workingjubilee | bors | -22/+15 |
| 2024-10-22 | do not relate `Abi` and `Safety` | lcnr | -75/+99 |
| 2024-10-22 | Represent TraitBoundModifiers as distinct parts in HIR | Michael Goulet | -66/+50 |
| 2024-10-22 | Auto merge of #132035 - matthiaskrgr:rollup-ty1e4q0, r=matthiaskrgr | bors | -116/+262 |
| 2024-10-22 | Rollup merge of #132022 - Zalathar:dominator-order, r=tmiasko | Matthias Krüger | -24/+24 |
| 2024-10-22 | Rollup merge of #131732 - m4tx:fix-82824, r=davidtwco | Matthias Krüger | -9/+51 |
| 2024-10-22 | Rollup merge of #131549 - compiler-errors:try-in-sync, r=spastorino | Matthias Krüger | -50/+76 |
| 2024-10-22 | Rollup merge of #131049 - compiler-errors:more-validation, r=spastorino | Matthias Krüger | -32/+104 |
| 2024-10-22 | Rollup merge of #125205 - ChrisDenton:verbatim-include, r=jieyouxu | Matthias Krüger | -1/+7 |
| 2024-10-22 | Rename Receiver -> LegacyReceiver | Adrian Taylor | -13/+13 |