| Age | Commit message (Expand) | Author | Lines |
| 2024-11-07 | Also treat `impl` definition parent as transparent regarding modules | Urgau | -0/+64 |
| 2024-10-17 | Also use outermost const-anon for impl items in `non_local_defs` lint | Urgau | -0/+20 |
| 2024-10-11 | Rollup merge of #131565 - Urgau:non_local_def-rm-deprecate, r=compiler-errors | Trevor Gross | -45/+0 |
| 2024-10-11 | Rollup merge of #131546 - surechen:fix_129833, r=jieyouxu | Trevor Gross | -0/+61 |
| 2024-10-12 | Make unused_parens's suggestion considering expr's attributes | surechen | -0/+61 |
| 2024-10-11 | Remove deprecation note in the `non_local_definitions` warning | Urgau | -45/+0 |
| 2024-10-11 | Consider outermost const-anon in non_local_def lint | Urgau | -3/+89 |
| 2024-10-05 | Compute array length from type for unconditional panic. | Camille GILLOT | -0/+18 |
| 2024-10-04 | Auto merge of #130157 - eduardosm:stabilize-const_float_classify, r=RalfJung | bors | -0/+5 |
| 2024-10-01 | Auto merge of #126839 - obeis:mpmc, r=Amanieu | bors | -1/+24 |
| 2024-10-01 | Stabilize expr_2021 fragment in all editions | Eric Holk | -1/+1 |
| 2024-09-30 | Add multi-producer, multi-consumer channel (mpmc) | Obei Sideg | -1/+24 |
| 2024-09-28 | Rollup merge of #130953 - workingjubilee:rename-a-few-ctypes-tests, r=fee1-dead | Matthias Krüger | -11/+17 |
| 2024-09-28 | Rollup merge of #130924 - surechen:fix_130851, r=compiler-errors | Matthias Krüger | -0/+73 |
| 2024-09-27 | tests: issue-34798.rs => allow-phantomdata-in-ffi.rs | Jubilee Young | -0/+2 |
| 2024-09-27 | tests: issue-14309.* => repr-rust-is-undefined.* | Jubilee Young | -11/+15 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -9/+9 |
| 2024-09-27 | Make clashing_extern_declarations considering generic args for ADT field | surechen | -0/+73 |
| 2024-09-26 | Fix the misleading diagnostic for let_underscore_drop on type without Drop im... | makai410 | -8/+8 |
| 2024-09-25 | Revert "Avoid invalid NaN lint machine-applicable suggestion in const context" | Eduardo Sánchez Muñoz | -0/+5 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -9/+9 |
| 2024-09-24 | Auto merge of #130768 - compiler-errors:rollup-8ncjy55, r=compiler-errors | bors | -31/+32 |
| 2024-09-23 | Rollup merge of #130758 - compiler-errors:ctype-recursion-limit, r=jieyouxu | Michael Goulet | -31/+32 |
| 2024-09-24 | Auto merge of #127117 - Urgau:non_local_def-syntactic, r=BoxyUwU | bors | -620/+129 |
| 2024-09-23 | Add a test | Michael Goulet | -0/+32 |
| 2024-09-23 | Revert "Add recursion limit to FFI safety lint" | Michael Goulet | -31/+0 |
| 2024-09-23 | add unqualified_local_imports lint | Ralf Jung | -0/+52 |
| 2024-09-23 | Remove with/without trait and bounds consideration | Urgau | -40/+7 |
| 2024-09-23 | Point to every relevant types in the main diag | Urgau | -57/+59 |
| 2024-09-23 | Rework `non_local_definitions` lint to only be a syntactic heuristic | Urgau | -404/+12 |
| 2024-09-23 | Revert "Switch back `non_local_definitions` lint to allow-by-default" | Urgau | -159/+91 |
| 2024-09-21 | Rollup merge of #130669 - workingjubilee:slicing-fnptr-tests-finely, r=compil... | Jubilee | -0/+25 |
| 2024-09-21 | tests: Test that `extern "C" fn` ptrs lint on slices | Jubilee Young | -0/+25 |
| 2024-09-21 | compiler: Accept "improper" ctypes in extern "rust-cold" fn | Jubilee Young | -0/+14 |
| 2024-09-21 | Auto merge of #130599 - jieyouxu:snake_case_binary_cleanup, r=petrochenkov | bors | -100/+65 |
| 2024-09-21 | Coalesce `non_snake_case` crate test set with revisions | 许杰友 Jieyou Xu (Joe) | -100/+65 |
| 2024-09-21 | Rollup merge of #130598 - gurry:130310-improper-types-stack-overflow, r=compi... | Matthias Krüger | -0/+31 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -0/+381 |
| 2024-09-20 | Add recursion limit to FFI safety lint | Gurinder Singh | -0/+31 |
| 2024-09-14 | Fix lint levels not getting overridden by attrs on `Stmt` nodes | Gurinder Singh | -3/+58 |
| 2024-09-13 | Update tests for hidden references to mutable static | Obei Sideg | -0/+381 |
| 2024-09-13 | some fixes for clashing_extern_declarations lint | Ralf Jung | -50/+137 |
| 2024-09-11 | Use `doc(hidden)` instead of `allow(missing_docs)` in the test harness | Olivier Goffart | -1/+3 |
| 2024-09-11 | Fix false positive with `missing_docs` and `#[test]` | Olivier Goffart | -0/+3 |
| 2024-09-11 | Auto merge of #130050 - cjgillot:expect-attr-id, r=fee1-dead | bors | -8/+23 |
| 2024-09-10 | Auto merge of #130025 - Urgau:missing_docs-expect, r=petrochenkov | bors | -0/+32 |
| 2024-09-09 | Add test about missing docs at crate level | Urgau | -0/+14 |
| 2024-09-09 | Allow `missing_docs` lint on the generated test harness | Urgau | -0/+5 |
| 2024-09-07 | Do not ICE on expect(warnings). | Camille GILLOT | -0/+6 |
| 2024-09-06 | Check AttrId for expectations. | Camille GILLOT | -8/+17 |