| Age | Commit message (Expand) | Author | Lines |
| 2024-11-17 | Make suggestion verbose | Esteban Küber | -32/+40 |
| 2024-11-17 | Unify expanded constants and named constants in `PatKind` | Esteban Küber | -12/+144 |
| 2024-11-17 | Point at const when intended binding fall-through pattern is a const | Esteban Küber | -0/+37 |
| 2024-11-17 | Use `item_name` instead of a span snippet when talking about const pattern | Esteban Küber | -3/+3 |
| 2024-11-17 | Point at `const` definition when used instead of a binding in a `let` statement | Esteban Küber | -14/+26 |
| 2024-11-15 | Auto merge of #133079 - matthiaskrgr:rollup-k8u7syk, r=matthiaskrgr | bors | -19/+60 |
| 2024-11-15 | Rollup merge of #133045 - mrkajetanp:pauth-test-clang-lto-flag-merge, r=jieyouxu | Matthias Krüger | -3/+15 |
| 2024-11-15 | Rollup merge of #132817 - compiler-errors:impl-trait-overcaptures-apit, r=Box... | Matthias Krüger | -16/+45 |
| 2024-11-15 | Auto merge of #132992 - RalfJung:check-consts-feature-gate, r=compiler-errors | bors | -1/+1 |
| 2024-11-15 | tests: Test pac-ret flag merging on clang with LTO | Kajetan Puchalski | -3/+15 |
| 2024-11-14 | Rollup merge of #133053 - liushuyu:simd-test-x86-baseline-fix, r=workingjubilee | Jubilee | -6/+4 |
| 2024-11-14 | Rollup merge of #133050 - tgross35:inline-f16-f128, r=saethlin | Jubilee | -0/+29 |
| 2024-11-14 | Rollup merge of #132905 - xingxue-ibm:link-unwind, r=bjorn3 | Jubilee | -9/+5 |
| 2024-11-14 | tests/run-make/simd-ffi: use a generic LLVM intrinsics ... | liushuyu | -5/+3 |
| 2024-11-14 | Always inline functions signatures containing `f16` or `f128` | Trevor Gross | -0/+29 |
| 2024-11-14 | Auto merge of #133047 - matthiaskrgr:rollup-9se1vth, r=matthiaskrgr | bors | -0/+68 |
| 2024-11-14 | tests/run-make/simd-ffi: fix test crashing on x86 targets ... | liushuyu | -2/+2 |
| 2024-11-14 | Rollup merge of #133043 - notriddle:master, r=fmease | Matthias Krüger | -0/+48 |
| 2024-11-14 | rustdoc-search: case-sensitive only when capitals are used | Michael Howell | -0/+48 |
| 2024-11-14 | Add regression test for #131946 | Guillaume Gomez | -0/+20 |
| 2024-11-14 | Include the "unwind" crate to link with libunwind instead of the "libc" crate. | Xing Xue | -9/+5 |
| 2024-11-14 | Rollup merge of #133005 - notriddle:notriddle/trie-search, r=GuillaumeGomez | Guillaume Gomez | -23/+45 |
| 2024-11-14 | Rollup merge of #132172 - dianne:suggest-borrow-generic, r=matthewjasper | Guillaume Gomez | -51/+210 |
| 2024-11-14 | Rollup merge of #132773 - jakos-sec:fix-asan-win32, r=jieyouxu | Guillaume Gomez | -0/+29 |
| 2024-11-14 | Rollup merge of #132310 - jieyouxu:max-llvm-version, r=onur-ozkan | Guillaume Gomez | -5/+5 |
| 2024-11-14 | tests: use `max-llvm-major-version` instead of `ignore-llvm-version` range li... | 许杰友 Jieyou Xu (Joe) | -5/+5 |
| 2024-11-13 | Rollup merge of #133012 - Eclips4:issue-125670, r=compiler-errors | Jubilee | -0/+124 |
| 2024-11-13 | Rollup merge of #132971 - BoxyUwU:handle_infers_in_anon_consts, r=compiler-er... | Jubilee | -0/+52 |
| 2024-11-13 | Suggest borrowing arguments in generic positions when trait bounds are satisfied | dianne | -141/+170 |
| 2024-11-13 | Use a common subdiagnostic format for generic borrows | dianne | -16/+16 |
| 2024-11-13 | Provide borrow-instead-of-move suggestions for calls of fn-like items from ot... | dianne | -0/+130 |
| 2024-11-13 | Add test cases | Kirill Podoprigora | -0/+124 |
| 2024-11-14 | PassWrapper: disable UseOdrIndicator for Asan Win32 | Jakob Koschel | -0/+29 |
| 2024-11-13 | Rollup merge of #133001 - lcnr:test-next-solver, r=compiler-errors | Matthias Krüger | -1/+15 |
| 2024-11-13 | Rollup merge of #133000 - GuillaumeGomez:footnote-ids, r=notriddle | Matthias Krüger | -0/+41 |
| 2024-11-13 | Rollup merge of #132996 - clubby789:unn-let-space, r=jieyouxu | Matthias Krüger | -4/+4 |
| 2024-11-13 | Rollup merge of #132995 - Eclips4:issue-132348, r=jieyouxu | Matthias Krüger | -2/+1 |
| 2024-11-13 | Rollup merge of #132842 - veluca93:abi-checks-tier2, r=workingjubilee | Matthias Krüger | -20/+51 |
| 2024-11-13 | Rollup merge of #132302 - fmease:rustdoc-better-vis-for-macro-decl, r=notriddle | Matthias Krüger | -20/+10 |
| 2024-11-13 | rustdoc: use a trie for name-based search | Michael Howell | -23/+45 |
| 2024-11-13 | actually test next solver | lcnr | -1/+15 |
| 2024-11-13 | Add regression test for #131901 | Guillaume Gomez | -0/+41 |
| 2024-11-13 | rustdoc: Treat decl macros like other items | León Orell Valerian Liehr | -20/+10 |
| 2024-11-13 | Trim extra space when suggesting removing bad `let` | clubby789 | -4/+4 |
| 2024-11-13 | Add ``exact-llvm-major-version`` directive | Kirill Podoprigora | -2/+1 |
| 2024-11-13 | check_consts: fix error requesting feature gate when that gate is not actuall... | Ralf Jung | -1/+1 |
| 2024-11-12 | Rollup merge of #132702 - 1c3t3a:issue-132615, r=rcvalle | Matthias Krüger | -0/+19 |
| 2024-11-12 | Handle infer vars in anon consts on stable | Boxy | -0/+52 |
| 2024-11-12 | ABI checks: add support for tier2 arches | Luca Versari | -20/+51 |
| 2024-11-12 | Rollup merge of #132938 - compiler-errors:ed2024-apit-sugg, r=chenyukang | Matthias Krüger | -0/+52 |