| Age | Commit message (Expand) | Author | Lines |
| 2025-02-24 | run some tests on emscripten again | Folkert de Vries | -21/+9 |
| 2025-02-20 | Auto merge of #136771 - scottmcm:poke-slice-iter-next, r=joboet | bors | -146/+734 |
| 2025-02-20 | Auto merge of #137058 - scottmcm:trunc-unchecked, r=nikic | bors | -40/+101 |
| 2025-02-20 | Auto merge of #137295 - matthiaskrgr:rollup-tdu3t39, r=matthiaskrgr | bors | -42/+135 |
| 2025-02-20 | Rollup merge of #137281 - estebank:doc-comment-syntax-error, r=compiler-errors | Matthias Krüger | -0/+29 |
| 2025-02-20 | Rollup merge of #137277 - m4rch3n1ng:stabilize-inherent-str-constructors, r=t... | Matthias Krüger | -41/+40 |
| 2025-02-20 | Rollup merge of #137269 - dianne:fix-ref-pat-label-span, r=davidtwco | Matthias Krüger | -1/+31 |
| 2025-02-20 | Rollup merge of #137253 - compiler-errors:bevy-hack, r=jackh726 | Matthias Krüger | -0/+2 |
| 2025-02-20 | Rollup merge of #137106 - chenyukang:yukang-fix-sidebar-sort, r=notriddle | Matthias Krüger | -0/+33 |
| 2025-02-19 | Auto merge of #137290 - matthiaskrgr:rollup-a7xdbi4, r=matthiaskrgr | bors | -706/+2492 |
| 2025-02-19 | Rollup merge of #136923 - samueltardieu:push-vxxqvqwspssv, r=davidtwco | Matthias Krüger | -15/+26 |
| 2025-02-19 | Rollup merge of #136344 - zachs18:dot_notation_more_defkinds_3, r=davidtwco | Matthias Krüger | -179/+666 |
| 2025-02-19 | Rollup merge of #136093 - dianne:match-2024-for-edition-2021, r=Nadrieril | Matthias Krüger | -512/+1800 |
| 2025-02-19 | Rework `OperandRef::extract_field` to stop calling `to_immediate_scalar` on t... | Scott McMurray | -0/+64 |
| 2025-02-19 | PR feedback | Scott McMurray | -3/+3 |
| 2025-02-19 | Emit `trunc nuw` for unchecked shifts and `to_immediate_scalar` | Scott McMurray | -39/+36 |
| 2025-02-19 | stabilize `inherent_str_constructors` | may | -41/+40 |
| 2025-02-19 | Rollup merge of #137251 - Zalathar:holes-visitor, r=jieyouxu | Matthias Krüger | -17/+88 |
| 2025-02-19 | Rollup merge of #137232 - estebank:from-residual-note, r=petrochenkov | Matthias Krüger | -6/+4 |
| 2025-02-19 | Rollup merge of #137094 - RalfJung:softfloat-means-no-simd, r=tgross35 | Matthias Krüger | -15/+49 |
| 2025-02-19 | Tweak "expected ident" parse error to avoid talking about doc comments | Esteban Küber | -0/+29 |
| 2025-02-19 | don't get trapped inside of expansions when trimming labels | dianne | -6/+3 |
| 2025-02-19 | add a failing test | dianne | -1/+34 |
| 2025-02-19 | Auto merge of #136539 - matthewjasper:late-normalize-errors, r=compiler-errors | bors | -61/+154 |
| 2025-02-19 | x86_win64 ABI: do not use xmm0 with softfloat ABI | Ralf Jung | -15/+49 |
| 2025-02-19 | Auto merge of #137248 - matthiaskrgr:rollup-s18zjau, r=matthiaskrgr | bors | -71/+87 |
| 2025-02-19 | Restrict bevy hack | Michael Goulet | -0/+2 |
| 2025-02-19 | coverage: Add some more cases to `tests/coverage/holes.rs` | Zalathar | -17/+88 |
| 2025-02-18 | "classic2021" ruleset: experimentally add fallback-to-outer (eat both) | dianne | -116/+54 |
| 2025-02-18 | add mixed-edition tests | dianne | -0/+486 |
| 2025-02-18 | "structural2021" ruleset: add fallback-to-outer (eat both) deref rule | dianne | -173/+114 |
| 2025-02-18 | "classic2021" and "structural2021" rulesets: add eat-inherited-ref-alone dere... | dianne | -514/+163 |
| 2025-02-18 | remove old edition-2021-specific tests | dianne | -187/+0 |
| 2025-02-18 | add test revisions for old-edition behavior of feature gates | dianne | -322/+1783 |
| 2025-02-19 | Auto merge of #135408 - RalfJung:x86-sse2, r=workingjubilee | bors | -104/+188 |
| 2025-02-19 | Add custom sort for link in rustdoc | yukang | -0/+33 |
| 2025-02-19 | Rollup merge of #137242 - ehuss:reference-do_not_recommend, r=compiler-errors | Matthias Krüger | -50/+59 |
| 2025-02-19 | Rollup merge of #137059 - xizheyin:issue-136827, r=davidtwco | Matthias Krüger | -16/+16 |
| 2025-02-19 | Rollup merge of #136936 - xingxue-ibm:sigpipe-test, r=workingjubilee | Matthias Krüger | -5/+12 |
| 2025-02-18 | Update `.` -> `::` tests for new diff suggestion format. | Zachary S | -46/+64 |
| 2025-02-18 | Lint `#[must_use]` attributes applied to methods in trait impls | Samuel Tardieu | -15/+26 |
| 2025-02-18 | When giving a suggestion to use :: instead of . where the rhs is a macro givi... | Zachary S | -3/+136 |
| 2025-02-18 | Suggest using :: instead of . for enums in some cases. | Zachary S | -0/+283 |
| 2025-02-18 | Suggest using :: instead of . in more cases. | Zachary S | -9/+62 |
| 2025-02-18 | Add reference annotations for the `do_not_recommend` attribute | Eric Huss | -50/+59 |
| 2025-02-18 | Rollup merge of #137218 - lukas-code:layout_of_cleanup, r=compiler-errors | Matthias Krüger | -1/+81 |
| 2025-02-18 | Rollup merge of #137203 - nnethercote:improve-MIR-modification, r=compiler-er... | Matthias Krüger | -0/+8 |
| 2025-02-18 | Rollup merge of #137161 - dianne:pat-migration-bookkeeping-for-macros, r=Nadr... | Matthias Krüger | -1/+36 |
| 2025-02-18 | Rollup merge of #137000 - compiler-errors:deeply-normalize-item-bounds, r=lcnr | Matthias Krüger | -25/+65 |
| 2025-02-18 | Rollup merge of #135711 - estebank:issue-135649, r=davidtwco | Matthias Krüger | -0/+29 |