| Age | Commit message (Expand) | Author | Lines |
| 2024-10-24 | Auto merge of #132116 - matthiaskrgr:rollup-3a0ia4r, r=matthiaskrgr | bors | -29/+25 |
| 2024-10-24 | Rollup merge of #131983 - dingxiangfei2009:stabilize-shorter-tail-lifetimes, ... | Matthias Krüger | -29/+25 |
| 2024-10-24 | Auto merge of #131985 - compiler-errors:const-pred, r=fee1-dead | bors | -1237/+1071 |
| 2024-10-24 | Auto merge of #123550 - GnomedDev:remove-initial-arc, r=Noratrieb | bors | -4/+5 |
| 2024-10-24 | Be better at enforcing that const_conditions is only called on const items | Michael Goulet | -27/+2 |
| 2024-10-24 | Add tests | Michael Goulet | -0/+513 |
| 2024-10-24 | Add next-solver to more effects tests | Michael Goulet | -104/+102 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -1079/+507 |
| 2024-10-24 | Remove associated type based effects logic | Michael Goulet | -80/+0 |
| 2024-10-24 | Rollup merge of #132084 - compiler-errors:param-env-with-err, r=lcnr,estebank | Matthias Krüger | -103/+50 |
| 2024-10-24 | Rollup merge of #131906 - notriddle:notriddle/spacing, r=GuillaumeGomez | Matthias Krüger | -42/+42 |
| 2024-10-24 | Rollup merge of #129248 - compiler-errors:raw-ref-deref, r=nnethercote | Matthias Krüger | -32/+26 |
| 2024-10-24 | Rollup merge of #132088 - compiler-errors:extern-static, r=jieyouxu | Stuart Cook | -0/+12 |
| 2024-10-24 | Rollup merge of #131930 - clubby789:revision-cfg-collide, r=jieyouxu | Stuart Cook | -2/+2 |
| 2024-10-24 | Rollup merge of #131909 - clubby789:enum-overflow-cast, r=compiler-errors | Stuart Cook | -2/+68 |
| 2024-10-24 | Rollup merge of #131898 - lukas-code:ptr-cast-cleanup, r=compiler-errors | Stuart Cook | -0/+32 |
| 2024-10-24 | Rollup merge of #131756 - compiler-errors:deeply-normalize-type-err, r=lcnr | Stuart Cook | -0/+34 |
| 2024-10-24 | Rollup merge of #130225 - adetaylor:rename-old-receiver, r=wesleywiser | Stuart Cook | -22/+22 |
| 2024-10-24 | Deeply normalize type trace in type error reporting | Michael Goulet | -0/+34 |
| 2024-10-24 | Consider param-env candidates even if they have errors | Michael Goulet | -103/+50 |
| 2024-10-24 | Print safety correctly in extern static items | Michael Goulet | -0/+12 |
| 2024-10-23 | rustdoc: adjust spacing and typography in header | Michael Howell | -42/+42 |
| 2024-10-23 | Auto merge of #132079 - fmease:rollup-agrd358, r=fmease | bors | -56/+299 |
| 2024-10-23 | Rollup merge of #132060 - joshtriplett:innermost-outermost, r=jieyouxu | León Orell Valerian Liehr | -21/+21 |
| 2024-10-23 | Rollup merge of #132036 - DianQK:test-131164, r=jieyouxu | León Orell Valerian Liehr | -0/+26 |
| 2024-10-23 | Rollup merge of #131955 - SpriteOvO:riscv-int-arg-attr, r=workingjubilee | León Orell Valerian Liehr | -35/+252 |
| 2024-10-23 | Don't allow test revisions that conflict with built in cfgs | clubby789 | -2/+2 |
| 2024-10-24 | stabilize shorter-tail-lifetimes | Ding Xiang Fei | -29/+25 |
| 2024-10-23 | Rollup merge of #131487 - graydon:wasm32v1-none, r=alexcrichton | León Orell Valerian Liehr | -0/+3 |
| 2024-10-23 | Add a test case for #131164 | DianQK | -0/+26 |
| 2024-10-23 | "innermost", "outermost", "leftmost", and "rightmost" don't need hyphens | Josh Triplett | -21/+21 |
| 2024-10-22 | Add wasm32v1-none target (compiler-team/#791) | Graydon Hoare | -0/+3 |
| 2024-10-23 | Auto merge of #132053 - matthiaskrgr:rollup-u5ds6i3, r=matthiaskrgr | bors | -1/+29 |
| 2024-10-23 | Rollup merge of #132031 - slanterns:rc_default, r=ibraheemdev | Matthias Krüger | -0/+12 |
| 2024-10-23 | Rollup merge of #132002 - RalfJung:abi-compat-option-like, r=compiler-errors | Matthias Krüger | -1/+17 |
| 2024-10-23 | Auto merge of #131982 - compiler-errors:split-trait-bound-modifiers, r=fmease | bors | -8/+8 |
| 2024-10-23 | Set `signext` or `zeroext` for integer arguments on LoongArch64 | Asuna | -18/+48 |
| 2024-10-23 | Set `signext` or `zeroext` for integer arguments on RISC-V | Asuna | -33/+220 |
| 2024-10-22 | Auto merge of #131871 - RalfJung:x86-32-float, r=workingjubilee | bors | -26/+35 |
| 2024-10-22 | Represent TraitBoundModifiers as distinct parts in HIR | Michael Goulet | -8/+8 |
| 2024-10-22 | Auto merge of #132035 - matthiaskrgr:rollup-ty1e4q0, r=matthiaskrgr | bors | -25/+111 |
| 2024-10-22 | Rollup merge of #131732 - m4tx:fix-82824, r=davidtwco | Matthias Krüger | -23/+31 |
| 2024-10-22 | Rollup merge of #131549 - compiler-errors:try-in-sync, r=spastorino | Matthias Krüger | -2/+59 |
| 2024-10-22 | Rollup merge of #125205 - ChrisDenton:verbatim-include, r=jieyouxu | Matthias Krüger | -0/+21 |
| 2024-10-22 | Rename Receiver -> LegacyReceiver | Adrian Taylor | -22/+22 |
| 2024-10-22 | adjust asm test | Ralf Jung | -2/+4 |
| 2024-10-22 | Auto merge of #131321 - RalfJung:feature-activation, r=nnethercote | bors | -5/+5 |
| 2024-10-22 | add codegen test | Slanterns | -0/+12 |
| 2024-10-22 | terminology: #[feature] *enables* a feature (instead of "declaring" or "activ... | Ralf Jung | -5/+5 |
| 2024-10-22 | Auto merge of #132020 - workingjubilee:rollup-a8iehqg, r=workingjubilee | bors | -4/+232 |