| Age | Commit message (Expand) | Author | Lines |
| 2024-10-29 | Remove region from adjustments | Michael Goulet | -8/+8 |
| 2024-10-28 | Fire large_const_arrays for computed array lengths | GnomedDev | -2/+2 |
| 2024-10-28 | Auto merge of #13338 - CoCo-Japan-pan:nonminimal_bool_casted, r=Centri3 | bors | -0/+15 |
| 2024-10-28 | New lint: `dangling_pointers_from_temporaries` | Pavel Grigorenko | -1/+1 |
| 2024-10-28 | check if we need a parenthesis | CoCo-Japan-pan | -0/+15 |
| 2024-10-28 | New lint `needless_as_bytes` | Samuel Tardieu | -2/+69 |
| 2024-10-27 | Auto merge of #13548 - wowinter13:unnecessary_filter_map_filter_map_some, r=l... | bors | -5/+26 |
| 2024-10-27 | Auto merge of #13600 - samueltardieu:push-tzuvnutssmrs, r=xFrednet | bors | -2/+2 |
| 2024-10-26 | [`infinite_loops`]: fix suggestion error on async functions/closures | J-ZhengLi | -8/+54 |
| 2024-10-26 | Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillot | bors | -10/+64 |
| 2024-10-26 | Effects cleanup | Deadbeef | -1/+1 |
| 2024-10-26 | Stop linting unused_io_amount in io traits | GnomedDev | -1/+23 |
| 2024-10-24 | Auto merge of #13586 - evanj:evan.jones/long-paragraph-edit, r=xFrednet | bors | -4/+4 |
| 2024-10-24 | Auto merge of #13558 - alex-semenyuk:const_is_empty_fix, r=dswij | bors | -1/+12 |
| 2024-10-24 | borrow_deref_ref: do not trigger on `&raw` references | Samuel Tardieu | -2/+2 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -3/+3 |
| 2024-10-22 | docs: Fix too_long_first_doc_paragraph: line -> paragraph | Evan Jones | -4/+4 |
| 2024-10-22 | Represent TraitBoundModifiers as distinct parts in HIR | Michael Goulet | -13/+13 |
| 2024-10-22 | terminology: #[feature] *enables* a feature (instead of "declaring" or "activ... | Ralf Jung | -5/+1 |
| 2024-10-21 | Move COGNITIVE_COMPLEXITY to use macro again | blyxyas | -45/+41 |
| 2024-10-21 | Auto merge of #13567 - y21:span_debug_assertions, r=flip1995 | bors | -17/+20 |
| 2024-10-21 | Auto merge of #131988 - matthiaskrgr:rollup-tx173wn, r=matthiaskrgr | bors | -9/+0 |
| 2024-10-20 | don't lint nested items that don't have generated documentation in `missing_d... | y21 | -0/+16 |
| 2024-10-20 | don't lint unnamed constants in `missing_docs_in_private_items` | y21 | -2/+7 |
| 2024-10-20 | remove the semicolon for builtin macro call statements in `statement_outside_... | y21 | -12/+15 |
| 2024-10-20 | Rip out old effects var handling code from traits | Michael Goulet | -9/+0 |
| 2024-10-20 | Fix version for `ref_option` | alexey semenyuk | -1/+1 |
| 2024-10-19 | Fix tests | Michael Goulet | -23/+19 |
| 2024-10-19 | fix empty suggestion ICE in from_over_into | y21 | -5/+5 |
| 2024-10-19 | Apply review comments + use `shallow_lint_levels_on` | blyxyas | -2/+2 |
| 2024-10-19 | Remove module passes filtering | blyxyas | -36/+22 |
| 2024-10-19 | Follow review comments (optimize the filtering) | blyxyas | -29/+97 |
| 2024-10-19 | Do not run lints that cannot emit | blyxyas | -5/+9 |
| 2024-10-19 | Auto merge of #13564 - GnomedDev:fix-manualbits-in-macro, r=blyxyas | bors | -3/+2 |
| 2024-10-18 | Auto merge of #13543 - GnomedDev:symbol-comparisons, r=y21 | bors | -45/+116 |
| 2024-10-18 | Stop linting manual_bits in any macro invoke | GnomedDev | -3/+2 |
| 2024-10-18 | Hotfix TRAIT_METHODS static->const | Philipp Krones | -1/+2 |
| 2024-10-18 | Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-u... | Philipp Krones | -340/+962 |
| 2024-10-18 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -350/+969 |
| 2024-10-17 | Don't trigger const_is_empty for inline const assertions | Alexey Semenyuk | -1/+12 |
| 2024-10-17 | Auto merge of #13525 - xFrednet:changelog-1-82, r=dswij | bors | -1/+1 |
| 2024-10-16 | fix: linter | wowinter13 | -1/+1 |
| 2024-10-16 | fix: simplify suggestion | wowinter13 | -1/+1 |
| 2024-10-15 | Correct typo in lint description | Anastasis Georgoulas | -1/+1 |
| 2024-10-15 | Change the category of `manual_is_power_of_two` to `pedantic` | Asuna | -2/+4 |
| 2024-10-15 | Use path_res instead of lowering hir::Ty to ty::Ty | GnomedDev | -2/+4 |
| 2024-10-15 | Add lint for unnecessary lifetime bounded &str return | GnomedDev | -0/+159 |
| 2024-10-15 | Move `too_long_first_doc_paragraph` to nursery | xFrednet | -1/+1 |
| 2024-10-15 | fix: remove unnecessary unfilter_map usages | wowinter13 | -5/+26 |
| 2024-10-14 | Move trait bound modifiers into hir::PolyTraitRef | Michael Goulet | -20/+20 |