| Age | Commit message (Expand) | Author | Lines |
| 2025-03-01 | correct the docs on `simd_` comparison operators | Folkert de Vries | -15/+13 |
| 2025-02-28 | Update Cargo.lock | Philipp Krones | -6/+10 |
| 2025-02-28 | Fix link to ty::Ty in clippy_utils | Philipp Krones | -1/+1 |
| 2025-02-28 | Clippy: skip check_host_compiler check in rustc testsuite | Philipp Krones | -0/+5 |
| 2025-02-28 | Merge commit '9f9a822509e5ad3e560cbbe830d1013f936fca28' into clippy-subtree-u... | Philipp Krones | -15391/+34661 |
| 2025-02-28 | Stabilize [T]::split_off... methods | Taylor Cramer | -28/+7 |
| 2025-02-28 | Specialize constructing OsString from strings | Thalia Archibald | -1/+24 |
| 2025-02-28 | Specialize OsString::push for strings | Thalia Archibald | -1/+34 |
| 2025-02-28 | test(codegen): add looping_over_ne_bytes test for #133528 | Karol Zwolak | -0/+17 |
| 2025-02-28 | Auto merge of #137517 - nnethercote:rm-NtPat-NtItem-NtStmt, r=petrochenkov | bors | -237/+190 |
| 2025-02-28 | Fix link failure on AVR (incompatible ISA error) | Luigi Sartor Piucco | -1/+5 |
| 2025-02-28 | Tweak invalid RTN errors | Esteban Küber | -44/+133 |
| 2025-02-28 | Check for MSRV attributes in late passes using the HIR (#13821) | Timo | -850/+672 |
| 2025-02-28 | Introduce `feature(generic_const_parameter_types)` | Boxy | -154/+419 |
| 2025-02-28 | Update query normalizer docs | Boxy | -12/+9 |
| 2025-02-28 | Fix ICE in manual_map lint (#14326) | Timo | -1/+21 |
| 2025-02-28 | Fix ICE in manual_map lint | Philipp Krones | -1/+21 |
| 2025-02-28 | tests: adapt for LLVM 21 changes | Augie Fackler | -1/+0 |
| 2025-02-28 | Migrate `clippy_lints` to new MSRV API | Alex Macleod | -640/+430 |
| 2025-02-28 | Check for MSRV attributes in late passes using the HIR | Alex Macleod | -212/+244 |
| 2025-02-28 | Auto merge of #137791 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-02-28 | Use correct error message casing for `io::const_error`s | Noratrieb | -75/+75 |
| 2025-02-28 | Do not require that unsafe fields lack drop glue | Jack Wrenn | -80/+5 |
| 2025-02-28 | Shorten span of panic failures in const context | Esteban Küber | -715/+495 |
| 2025-02-28 | New lint: `manual_midpoint` (#13851) | Timo | -28/+355 |
| 2025-02-28 | rename BackendRepr::Vector → SimdVector | Ralf Jung | -83/+92 |
| 2025-02-28 | Fully qualify `Result` in generated doctest code | Guillaume Gomez | -2/+2 |
| 2025-02-28 | add test | Ralf Jung | -0/+18 |
| 2025-02-28 | Implement `RunMake` test suite using the `test!` macro | Jakub Beránek | -34/+4 |
| 2025-02-28 | Implement `RunMakeSupport` tool using the `bootstrap_tool!` macro | Jakub Beránek | -53/+1 |
| 2025-02-28 | Allow specifying that tools build a library, not a binary | Jakub Beránek | -4/+36 |
| 2025-02-28 | Create the `OptimizedDist` tool with a macro | Jakub Beránek | -39/+1 |
| 2025-02-28 | adjust Layout debug printing to match the internal field names | Ralf Jung | -162/+162 |
| 2025-02-28 | use fixed-width integer types in C code | Ralf Jung | -36/+38 |
| 2025-02-28 | miri native-call support: all previously exposed provenance is accessible to ... | Ralf Jung | -33/+92 |
| 2025-02-28 | tests: Unignore target modifier tests on all platforms | Vadim Petrochenkov | -104/+43 |
| 2025-02-28 | Auto merge of #137790 - jieyouxu:rollup-jrib20h, r=jieyouxu | bors | -550/+790 |
| 2025-02-28 | Rollup merge of #137770 - compiler-errors:unsafe-binder-sized-crit, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -3/+35 |
| 2025-02-28 | Rollup merge of #137693 - aDotInTheVoid:gaming, r=onur-ozkan,GuillaumeGomez | 许杰友 Jieyou Xu (Joe) | -3/+1 |
| 2025-02-28 | Rollup merge of #137676 - petrochenkov:winresp, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -13/+37 |
| 2025-02-28 | Rollup merge of #137673 - ChrisDenton:search-path-bug, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -1/+74 |
| 2025-02-28 | Rollup merge of #137599 - davidtwco:use-minicore-more, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -1063/+828 |
| 2025-02-28 | Rollup merge of #137551 - folkertdev:import-simd-intrinsics, r=RalfJung | 许杰友 Jieyou Xu (Joe) | -1024/+477 |
| 2025-02-28 | Rollup merge of #137540 - yotamofek:pr/more-deprecated-test-directives, r=not... | 许杰友 Jieyou Xu (Joe) | -26/+24 |
| 2025-02-28 | Rollup merge of #137197 - scottmcm:cmp-20, r=ibraheemdev | 许杰友 Jieyou Xu (Joe) | -25/+82 |
| 2025-02-28 | Rollup merge of #137017 - bjorn3:ignore_invalid_bitcode, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -3/+51 |
| 2025-02-28 | Rollup merge of #134943 - Shunpoco:116971-mir-opt-issues, r=DianQK | 许杰友 Jieyou Xu (Joe) | -1/+5 |
| 2025-02-28 | qnx: avoid test failure | Tshepang Mbambo | -0/+1 |
| 2025-02-28 | sort list | Tshepang Mbambo | -4/+4 |
| 2025-02-28 | Allow the optimizer to elide bounds checks when enumerating `IndexSlice`/`Ind... | Jason Newcomb | -0/+10 |