| Age | Commit message (Expand) | Author | Lines |
| 2024-10-24 | Consider param-env candidates even if they have errors | Michael Goulet | -1/+0 |
| 2024-10-23 | Auto merge of #132079 - fmease:rollup-agrd358, r=fmease | bors | -245/+343 |
| 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 | 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 | Auto merge of #131321 - RalfJung:feature-activation, r=nnethercote | bors | -119/+145 |
| 2024-10-22 | Move `cmp_in_dominator_order` out of graph dominator computation | Zalathar | -24/+24 |
| 2024-10-22 | Auto merge of #132030 - matthiaskrgr:rollup-1g6quh0, r=matthiaskrgr | bors | -117/+107 |
| 2024-10-22 | Rollup merge of #131918 - Zalathar:counters, r=nnethercote | Matthias Krüger | -117/+107 |
| 2024-10-22 | make some rustc_feature internals private, and ensure invariants with debug a... | Ralf Jung | -26/+62 |
| 2024-10-22 | terminology: #[feature] *enables* a feature (instead of "declaring" or "activ... | Ralf Jung | -119/+109 |
| 2024-10-22 | remove unused field | lcnr | -24/+13 |
| 2024-10-22 | fix typo | lcnr | -1/+1 |
| 2024-10-22 | Auto merge of #132020 - workingjubilee:rollup-a8iehqg, r=workingjubilee | bors | -52/+172 |
| 2024-10-21 | Rollup merge of #131807 - beetrees:riscv-target-abi, r=workingjubilee | Jubilee | -0/+24 |
| 2024-10-21 | Rollup merge of #130432 - azhogin:azhogin/regparm, r=workingjubilee,pnkfelix | Jubilee | -52/+148 |
| 2024-10-22 | Auto merge of #129935 - RalfJung:unsupported_calling_conventions, r=compiler-... | bors | -83/+24 |
| 2024-10-21 | Auto merge of #131840 - compiler-errors:impossible-maybe, r=lcnr | bors | -12/+14 |
| 2024-10-21 | Rollup merge of #132001 - lcnr:stabilize-coherence-again, r=compiler-errors | Matthias Krüger | -7/+19 |
| 2024-10-21 | Rollup merge of #131997 - Veykril:veykril/push-upvqkyxmvkzw, r=jieyouxu | Matthias Krüger | -15/+23 |
| 2024-10-21 | Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnay | Matthias Krüger | -12/+9 |