| Age | Commit message (Expand) | Author | Lines |
| 2024-11-20 | Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=Urgau | Jacob Pratt | -17/+44 |
| 2024-11-17 | Rollup merge of #133051 - estebank:cond-misparse, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-11-16 | Reword suggestion message | Esteban Küber | -1/+1 |
| 2024-11-14 | Adding `BreakValue` to UnusedDelimsCtx to make `UnusedParens` and `UnusedBrac... | surechen | -43/+174 |
| 2024-11-12 | For expr `return (_ = 42);` unused_paren lint should not be triggered | surechen | -0/+9 |
| 2024-11-11 | Update dangling pointer tests | gavincrawford | -17/+44 |
| 2024-11-10 | Rollup merge of #132426 - Urgau:unreach_pub-super, r=petrochenkov | Matthias Krüger | -15/+287 |
| 2024-11-04 | Prefer `pub(super)` in `unreachable_pub` lint suggestion | Urgau | -15/+287 |
| 2024-11-03 | use backticks instead of single quotes when reporting "use of unstable librar... | dianne | -138/+138 |
| 2024-11-02 | Auto merge of #132147 - estebank:long-types-2, r=davidtwco | bors | -0/+3 |
| 2024-11-02 | Rollup merge of #132453 - Urgau:non_local_defs-impl-mod-transparent, r=jieyouxu | Matthias Krüger | -0/+64 |
| 2024-11-02 | Point at tail expression on rpit E0277 | Esteban Küber | -0/+3 |
| 2024-11-02 | Rollup merge of #132439 - tgross35:f16-f128-nan-lint, r=jieyouxu | Guillaume Gomez | -29/+295 |
| 2024-11-01 | Also treat `impl` definition parent as transparent regarding modules | Urgau | -0/+64 |
| 2024-10-31 | Add `f16` and `f128` to `invalid_nan_comparison` | Trevor Gross | -29/+295 |
| 2024-10-31 | Rollup merge of #132357 - m-ou-se:explicit-abi, r=compiler-errors | Jubilee | -6/+3 |
| 2024-10-31 | Update tests. | Mara Bos | -6/+3 |
| 2024-10-30 | Auto merge of #130860 - tmandry:fix-directives, r=jieyouxu | bors | -16/+23 |
| 2024-10-29 | Fix directives for lint-non-snake-case-crate | Tyler Mandry | -16/+23 |
| 2024-10-29 | Auto merge of #128985 - GrigorenkoPV:instantly-dangling-pointer, r=Urgau | bors | -31/+823 |
| 2024-10-28 | New lint: `dangling_pointers_from_temporaries` | Pavel Grigorenko | -31/+823 |
| 2024-10-28 | Known-bug test for `keyword_idents` lint not propagating to other files | Zalathar | -0/+24 |
| 2024-10-24 | Rollup merge of #129248 - compiler-errors:raw-ref-deref, r=nnethercote | Matthias Krüger | -15/+3 |
| 2024-10-23 | Don't allow test revisions that conflict with built in cfgs | clubby789 | -2/+2 |
| 2024-10-21 | Rollup merge of #131999 - jieyouxu:unit-bindings, r=WaffleLapkin | Matthias Krüger | -0/+100 |
| 2024-10-21 | Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnay | Matthias Krüger | -2/+2 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -2/+2 |
| 2024-10-21 | unit_bindings: improve test coverage | 许杰友 Jieyou Xu (Joe) | -0/+100 |
| 2024-10-21 | Auto merge of #130628 - workingjubilee:clean-up-result-ffi-guarantees, r=Ralf... | bors | -30/+29 |
| 2024-10-20 | Auto merge of #131949 - Noratrieb:fxhashup-thanks-alona, r=WaffleLapkin | bors | -22/+22 |
| 2024-10-20 | Rollup merge of #121560 - Noratrieb:stop-lint-macro-nonsense, r=jieyouxu | Matthias Krüger | -29/+255 |
| 2024-10-20 | Stop relying on hashmap iteration for unused macro rules arms | Noratrieb | -22/+22 |
| 2024-10-19 | compiler: Fully stabilize `result_ffi_guarantees` | Jubilee Young | -30/+29 |
| 2024-10-19 | Rollup merge of #131795 - compiler-errors:expectation, r=Nadrieril | Matthias Krüger | -1/+1 |
| 2024-10-18 | Expand test coverage for deny-inside-forbid interactions | 许杰友 Jieyou Xu (Joe) | -12/+188 |
| 2024-10-18 | Allow `#[deny(..)]` inside `#[forbid(..)]` as a no-op with a warning | Noratrieb | -29/+79 |
| 2024-10-16 | Stop inverting expectation in normalization errors | Michael Goulet | -1/+1 |
| 2024-10-16 | Ignore lint-non-snake-case-crate#proc_macro_ on targets without unwind | Charles Celerier | -12/+16 |
| 2024-10-13 | 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-06 | Don't emit null pointer lint for raw ref of null deref | Michael Goulet | -15/+3 |
| 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 |