| Age | Commit message (Expand) | Author | Lines |
| 2025-05-04 | Add comment on creation of lifetime inside opaque types | John Kåre Alsaker | -0/+4 |
| 2025-05-04 | Add comment on creation of `SyntheticCoroutineBody` | John Kåre Alsaker | -0/+2 |
| 2025-05-04 | Move `lookup_path` and similar into `clippy_utils::paths` | Alex Macleod | -236/+243 |
| 2025-05-04 | Fix tidy dep list | Mark Rousskov | -7/+3 |
| 2025-05-04 | Remove -Zunique-is-unique | Johannes Hostert | -451/+12 |
| 2025-05-04 | compiletest: Support matching on non-json lines in compiler output | Vadim Petrochenkov | -196/+208 |
| 2025-05-04 | Replace str path utils with new `PathLookup` type | Alex Macleod | -1402/+801 |
| 2025-05-04 | Auto merge of #140580 - jdonszelmann:variables-external-macros, r=m-ou-se | bors | -49/+114 |
| 2025-05-04 | implement `PanicTracker` to track `t` panics | onur-ozkan | -5/+26 |
| 2025-05-04 | Make attribute safety validation logic more obvious | Jieyou Xu | -15/+91 |
| 2025-05-04 | Don't warn about unloaded crates (#14733) | Alex Macleod | -4/+41 |
| 2025-05-04 | Don't warn about unloaded crates | Samuel Moelius | -4/+41 |
| 2025-05-04 | Auto merge of #140616 - petrochenkov:noannempty, r=jieyouxu | bors | -450/+168 |
| 2025-05-03 | Implement asymmetrical precedence for closures and jumps | David Tolnay | -75/+150 |
| 2025-05-04 | Auto merge of #140633 - Zalathar:rollup-iay94wa, r=Zalathar | bors | -226/+543 |
| 2025-05-04 | Merge pull request #19739 from Veykril/push-kpozprqnsmkk | Lukas Wirth | -12/+12 |
| 2025-05-04 | Disable fixpoint for variance computation temporarily | Lukas Wirth | -12/+12 |
| 2025-05-04 | Merge pull request #19735 from A4-Tacks/improve-let-snippet | Lukas Wirth | -6/+101 |
| 2025-05-04 | Rollup merge of #140626 - folkertdev:naked-rustfmt-skip, r=Amanieu | Stuart Cook | -1/+9 |
| 2025-05-04 | Rollup merge of #140617 - Urgau:unsafe_attr-lint-allow, r=jieyouxu | Stuart Cook | -8/+46 |
| 2025-05-04 | Rollup merge of #140588 - jieyouxu:opt-error, r=petrochenkov | Stuart Cook | -22/+37 |
| 2025-05-04 | Rollup merge of #140551 - mejrs:test4, r=jieyouxu | Stuart Cook | -193/+254 |
| 2025-05-04 | Rollup merge of #140456 - fneddy:fix_s390x_codegen_simd_ext_ins_dyn, r=wesley... | Stuart Cook | -1/+15 |
| 2025-05-04 | Rollup merge of #140286 - xizheyin:issue-139104, r=lcnr | Stuart Cook | -0/+134 |
| 2025-05-04 | Rollup merge of #139675 - sayantn:avx10, r=Amanieu | Stuart Cook | -1/+48 |
| 2025-05-04 | Auto merge of #140549 - BoxyUwU:proper_const_norm, r=lcnr | bors | -347/+474 |
| 2025-05-04 | cargo update | github-actions | -268/+314 |
| 2025-05-03 | Auto merge of #140535 - dtolnay:hashbrown, r=tgross35 | bors | -2/+2 |
| 2025-05-03 | add test 3, fmt and lint | Kaido Aethermai | -11/+30 |
| 2025-05-03 | fix doc | Quang Duong Nguyen | -5/+5 |
| 2025-05-03 | move the implementation under check_def_field | Quang Duong Nguyen | -8/+6 |
| 2025-05-03 | add allow_unused config to missing_docs_in_private_items | Quang Duong Nguyen | -0/+69 |
| 2025-05-03 | `fn check_opaque_type_parameter_valid` defer error | lcnr | -35/+61 |
| 2025-05-03 | add a test for issue rust-lang/rust#81317 | Skgland | -0/+57 |
| 2025-05-04 | Async drop source info fix for proxy-drop-coroutine - fixes crash at debug in... | Andrew Zhogin | -1/+5 |
| 2025-05-03 | compiletest: Do not require annotations on empty labels and suggestions | Vadim Petrochenkov | -450/+168 |
| 2025-05-03 | Use runtime feature detection for fma routines on x86 | Trevor Gross | -3/+588 |
| 2025-05-03 | Rename the i686 module to x86 | Trevor Gross | -4/+4 |
| 2025-05-03 | update-api-list: Match subdirectories within arch | Trevor Gross | -1/+3 |
| 2025-05-03 | Allow linking rustc and rustdoc against the same single tracing crate | David Tolnay | -7/+32 |
| 2025-05-03 | allow `#[rustfmt::skip]` in combination with `#[naked]` | Folkert de Vries | -1/+9 |
| 2025-05-03 | Auto merge of #140502 - nikic:llvm-20.1.4, r=dianqk | bors | -0/+0 |
| 2025-05-03 | Suggest `retain_mut` over `retain` as `Vec::extract_if` alternative | Paolo Barbolini | -2/+2 |
| 2025-05-03 | fix: `manual_unwrap_or_default` FP on ref binding | yanglsh | -1/+28 |
| 2025-05-03 | Move some tests out of tests/ui | mejrs | -193/+254 |
| 2025-05-03 | tests: add FIXME issue for `debuginfo-type-name-layout-ice-94961-2.rs` | Jieyou Xu | -3/+5 |
| 2025-05-03 | tests: justify why `want-abort-got-unwind{,2}.rs` ignore additional errors | Jieyou Xu | -10/+18 |
| 2025-05-03 | tests: explain why `two-panic-runtimes.rs` ignores target-dependent errors | Jieyou Xu | -5/+9 |
| 2025-05-03 | tests: fix a panic strategy in `cfg_false_no_std-2.rs` | Jieyou Xu | -4/+5 |
| 2025-05-03 | Just suggest positional arg and adjust issue0139104 ui test | xizheyin | -95/+134 |