| Age | Commit message (Expand) | Author | Lines |
| 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 | Pre-commit unpretty HIR test | Urgau | -0/+51 |
| 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 |
| 2025-02-18 | Don't mention `FromResidual` on bad `?` | Esteban Küber | -6/+4 |
| 2025-02-18 | Use `yes` except target_os = "nto". | Xing Xue | -5/+12 |
| 2025-02-18 | x86-sse2 ABI: use SSE registers for floats and SIMD | Ralf Jung | -104/+188 |
| 2025-02-18 | clean up layout error diagnostics | Lukas Markeffsky | -2/+2 |
| 2025-02-18 | document and test all `LayoutError` variants | Lukas Markeffsky | -1/+81 |
| 2025-02-18 | Auto merge of #133852 - x17jiri:cold_path, r=saethlin | bors | -0/+123 |
| 2025-02-18 | Use `MirPatch` in `EnumSizeOpt`. | Nicholas Nethercote | -0/+8 |
| 2025-02-17 | Update some comparison tests now that they pass in LLVM20 | Scott McMurray | -21/+78 |
| 2025-02-17 | Deeply normalize associated type bounds before proving them | Michael Goulet | -25/+65 |
| 2025-02-17 | suggest swapping equality on e0277 | makai410 | -0/+35 |
| 2025-02-17 | Update tests for dropck normalization errors | Matthew Jasper | -61/+154 |
| 2025-02-17 | Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgr | bors | -167/+167 |
| 2025-02-17 | improve cold_path() | Jiri Bobek | -0/+123 |
| 2025-02-17 | Rollup merge of #137145 - RalfJung:minicore, r=jieyouxu | Matthias Krüger | -164/+154 |
| 2025-02-17 | Rollup merge of #137120 - ChrisDenton:its-all-relative, r=GuillaumeGomez | Matthias Krüger | -3/+3 |
| 2025-02-17 | Rollup merge of #137095 - saethlin:use-hash64-for-hashes, r=workingjubilee | Matthias Krüger | -0/+10 |
| 2025-02-17 | Rollup merge of #137140 - Noratrieb:const-move, r=jieyouxu,compiler-errors | Matthias Krüger | -0/+158 |
| 2025-02-17 | Rollup merge of #137101 - GrigorenkoPV:str-inherent-lint, r=Urgau | Matthias Krüger | -40/+250 |
| 2025-02-17 | Rollup merge of #136671 - nnethercote:middle-limits, r=Nadrieril | Matthias Krüger | -12/+12 |
| 2025-02-17 | Rollup merge of #136466 - nnethercote:start-removing-Map, r=cjgillot | Matthias Krüger | -2/+1 |
| 2025-02-16 | bookkeep properly when pointing into macro expansions | dianne | -2/+6 |
| 2025-02-16 | add a failing test | dianne | -1/+32 |
| 2025-02-17 | stabilize (const_)ptr_sub_ptr | bendn | -18/+14 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -2/+1 |
| 2025-02-17 | Rename `pattern_complexity` attr as `pattern_complexity_limit`. | Nicholas Nethercote | -12/+12 |
| 2025-02-16 | Move hashes from rustc_data_structure to rustc_hashes so they can be shared w... | Ben Kimock | -0/+10 |
| 2025-02-16 | fix rustdoc test directives that were accidentally ignored | Yotam Ofek | -17/+17 |
| 2025-02-16 | use add-core-stubs / minicore for a few more tests | Ralf Jung | -164/+154 |
| 2025-02-16 | Fix const items not being allowed to be called `r#move` or `r#static` | Noratrieb | -0/+158 |