| Age | Commit message (Expand) | Author | Lines |
| 2024-11-07 | Also treat `impl` definition parent as transparent regarding modules | Urgau | -2/+8 |
| 2024-10-17 | Also use outermost const-anon for impl items in `non_local_defs` lint | Urgau | -3/+7 |
| 2024-10-11 | Rollup merge of #131565 - Urgau:non_local_def-rm-deprecate, r=compiler-errors | Trevor Gross | -3/+0 |
| 2024-10-11 | Rollup merge of #131546 - surechen:fix_129833, r=jieyouxu | Trevor Gross | -1/+9 |
| 2024-10-12 | Make unused_parens's suggestion considering expr's attributes | surechen | -1/+9 |
| 2024-10-11 | Remove deprecation note in the `non_local_definitions` warning | Urgau | -3/+0 |
| 2024-10-11 | Rollup merge of #131498 - Urgau:transparent-const-anons, r=lcnr | Matthias Krüger | -31/+59 |
| 2024-10-11 | Consider outermost const-anon in non_local_def lint | Urgau | -31/+59 |
| 2024-10-08 | Reserve guarded string literals (RFC 3593) | Peter Jaszkowiak | -0/+10 |
| 2024-10-07 | Auto merge of #131354 - matthiaskrgr:rollup-hprnng2, r=matthiaskrgr | bors | -3/+2 |
| 2024-10-07 | Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,... | bors | -1/+1 |
| 2024-10-07 | Remove an unnecessary `&Lrc<_>` local variable. | Nicholas Nethercote | -3/+2 |
| 2024-10-06 | Auto merge of #129670 - est31:cfg_attr_crate_type_name_error, r=Urgau | bors | -14/+5 |
| 2024-10-06 | Rename NestedMetaItem to MetaItemInner | codemountains | -1/+1 |
| 2024-10-05 | Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errors | bors | -8/+8 |
| 2024-10-05 | Make deprecated_cfg_attr_crate_type_name a hard error | est31 | -14/+5 |
| 2024-10-04 | rm `ItemKind::OpaqueTy` | Noah Lev | -8/+8 |
| 2024-10-04 | Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnay | Jubilee | -1/+0 |
| 2024-10-04 | Auto merge of #130157 - eduardosm:stabilize-const_float_classify, r=RalfJung | bors | -14/+10 |
| 2024-10-02 | Move in_trait into OpaqueTyOrigin | Michael Goulet | -4/+6 |
| 2024-10-02 | Use named fields for OpaqueTyOrigin | Michael Goulet | -5/+5 |
| 2024-09-30 | Rollup merge of #131035 - dingxiangfei2009:tweak-if-let-rescope-lint, r=jieyouxu | Matthias Krüger | -2/+28 |
| 2024-09-30 | apply suggestions | Ding Xiang Fei | -1/+2 |
| 2024-09-30 | preserve brackets around if-lets and skip while-lets | Ding Xiang Fei | -2/+27 |
| 2024-09-29 | cleanup: don't `.into()` identical types | Matthias Krüger | -1/+1 |
| 2024-09-28 | Rollup merge of #130924 - surechen:fix_130851, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -4/+4 |
| 2024-09-27 | Make clashing_extern_declarations considering generic args for ADT field | surechen | -3/+3 |
| 2024-09-26 | Fix the misleading diagnostic for let_underscore_drop on type without Drop im... | makai410 | -1/+1 |
| 2024-09-25 | Stabilize the `map`/`value` methods on `ControlFlow` | Scott McMurray | -1/+0 |
| 2024-09-25 | Revert "Avoid invalid NaN lint machine-applicable suggestion in const context" | Eduardo Sánchez Muñoz | -14/+10 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -4/+4 |
| 2024-09-24 | Auto merge of #130768 - compiler-errors:rollup-8ncjy55, r=compiler-errors | bors | -17/+3 |
| 2024-09-23 | Rollup merge of #130758 - compiler-errors:ctype-recursion-limit, r=jieyouxu | Michael Goulet | -17/+3 |
| 2024-09-24 | Auto merge of #127117 - Urgau:non_local_def-syntactic, r=BoxyUwU | bors | -306/+40 |
| 2024-09-23 | Revert "Add recursion limit to FFI safety lint" | Michael Goulet | -17/+3 |
| 2024-09-23 | add unqualified_local_imports lint | Ralf Jung | -0/+96 |
| 2024-09-23 | Remove with/without trait and bounds consideration | Urgau | -9/+1 |
| 2024-09-23 | Point to every relevant types in the main diag | Urgau | -63/+17 |
| 2024-09-23 | Rework `non_local_definitions` lint to only be a syntactic heuristic | Urgau | -236/+24 |
| 2024-09-23 | Revert "Switch back `non_local_definitions` lint to allow-by-default" | Urgau | -1/+1 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -619/+483 |
| 2024-09-21 | compiler: Accept "improper" ctypes in extern "rust-cold" fn | Jubilee Young | -1/+4 |
| 2024-09-21 | Auto merge of #130599 - jieyouxu:snake_case_binary_cleanup, r=petrochenkov | bors | -0/+3 |
| 2024-09-21 | Explain why non_snake_case is skipped for binary crates | 许杰友 Jieyou Xu (Joe) | -0/+3 |
| 2024-09-21 | Rollup merge of #130646 - workingjubilee:literally-factorize-int-lint, r=comp... | Matthias Krüger | -405/+395 |
| 2024-09-21 | Rollup merge of #130598 - gurry:130310-improper-types-stack-overflow, r=compi... | Matthias Krüger | -3/+17 |
| 2024-09-20 | compiler: reuse {un,}signed_fit in get_type_suggestion (nfc) | Jubilee Young | -40/+14 |
| 2024-09-20 | compiler: factor OVERFLOWING_LITERALS impl into a file (nfc) | Jubilee Young | -405/+421 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -0/+189 |