| Age | Commit message (Expand) | Author | Lines |
| 2025-03-08 | [AIX] Ignore linting on repr(C) structs with repr(packed) or repr(align(n)) | Amy Kwan | -0/+6 |
| 2025-03-08 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-08 | Specify rust lints for `compiler/` crates via Cargo. | Nicholas Nethercote | -0/+3 |
| 2025-03-07 | Rollup merge of #138150 - nnethercote:streamline-intravisit-visit_id, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -1/+8 |
| 2025-03-07 | Add helper methods checking for "#[non_exhaustive] that's active" | Maja Kądziołka | -19/+7 |
| 2025-03-07 | Move `visit_id` calls. | Nicholas Nethercote | -1/+1 |
| 2025-03-07 | Increase recursion_limit in numerous crates. | Nicholas Nethercote | -0/+1 |
| 2025-03-06 | Account for UseCloned on expr_use_visitor | Santiago Pastorino | -0/+4 |
| 2025-03-06 | Implement .use keyword as an alias of clone | Santiago Pastorino | -1/+4 |
| 2025-03-06 | Remove the `Option` part of range ends in the HIR | Oli Scherer | -8/+5 |
| 2025-03-06 | Avoid having to handle an `Option` in the type system | Oli Scherer | -16/+8 |
| 2025-03-06 | Prefer a two value enum over bool | Oli Scherer | -7/+4 |
| 2025-03-05 | Rollup merge of #138028 - workingjubilee:is-rustic-abi, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -19/+11 |
| 2025-03-05 | Rollup merge of #136764 - traviscross:TC/make-ptr_cast_add_auto_to_object-har... | 许杰友 Jieyou Xu (Joe) | -0/+5 |
| 2025-03-04 | compiler: use `is_rustic_abi` in ImproperCTypesVisitor | Jubilee Young | -19/+11 |
| 2025-02-28 | Rollup merge of #136424 - 11happy:overflow.hex.fix, r=fmease | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-02-28 | fix: fix overflowing hex wrong suggestion | 11happy | -1/+1 |
| 2025-02-26 | Print out destructor | Michael Goulet | -18/+65 |
| 2025-02-25 | Rollup merge of #137444 - compiler-errors:drop-lint, r=oli-obk | León Orell Valerian Liehr | -77/+79 |
| 2025-02-25 | Auto merge of #137571 - tgross35:rollup-i1tcnv1, r=tgross35 | bors | -1/+0 |
| 2025-02-24 | Rollup merge of #137109 - bend-n:knife, r=oli-obk | Trevor Gross | -1/+0 |
| 2025-02-24 | Consider lvalues of field and index as possibly temporary places | Michael Goulet | -0/+8 |
| 2025-02-24 | More comments | Michael Goulet | -8/+16 |
| 2025-02-24 | Improve behavior of IF_LET_RESCOPE around temporaries and place expressions | Michael Goulet | -77/+63 |
| 2025-02-24 | Introduce new-style attribute parsers for several attributes | Jana Dönszelmann | -5/+7 |
| 2025-02-24 | Introduce new parsing infrastructure and types for parsed attributes | Jana Dönszelmann | -2/+2 |
| 2025-02-24 | Change span field accesses to method calls | Jana Dönszelmann | -4/+4 |
| 2025-02-23 | stabilize extract_if | bendn | -1/+0 |
| 2025-02-23 | Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum | bors | -2/+1 |
| 2025-02-23 | Rollup merge of #137448 - compiler-errors:control-flow-oops, r=scottmcm | Jacob Pratt | -1/+1 |
| 2025-02-23 | Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr... | Jacob Pratt | -3/+1 |
| 2025-02-22 | Fix bugs due to unhandled ControlFlow | Michael Goulet | -1/+1 |
| 2025-02-23 | Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obk | Matthias Krüger | -2/+8 |
| 2025-02-22 | Make `ptr_cast_add_auto_to_object` lint into hard error | Travis Cross | -0/+5 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -3/+1 |
| 2025-02-22 | Rollup merge of #137333 - compiler-errors:edition-2024-fresh, r=Nadrieril | Matthias Krüger | -13/+11 |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -5/+5 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -1/+7 |
| 2025-02-22 | Make asm a named field | Michael Goulet | -1/+1 |
| 2025-02-22 | Fix builtin lints | Michael Goulet | -7/+5 |
| 2025-02-22 | Upgrade the compiler to edition 2024 | Michael Goulet | -1/+1 |
| 2025-02-22 | Rollup merge of #136787 - compiler-errors:lt2024feat, r=oli-obk | Matthias Krüger | -4/+2 |
| 2025-02-21 | Auto merge of #137397 - matthiaskrgr:rollup-ls2pilo, r=matthiaskrgr | bors | -8/+8 |
| 2025-02-21 | Rollup merge of #128080 - estebank:out-of-scope-macro, r=petrochenkov | Matthias Krüger | -3/+7 |
| 2025-02-21 | Move methods from Map to TyCtxt, part 3. | Nicholas Nethercote | -8/+8 |
| 2025-02-20 | Reword message | Esteban Küber | -5/+5 |
| 2025-02-19 | Specify scope in `out_of_scope_macro_calls` lint | Esteban Küber | -3/+7 |
| 2025-02-19 | Register USAGE_OF_TYPE_IR_INHERENT, remove inherent usages | Michael Goulet | -0/+1 |
| 2025-02-18 | update `cfg(bootstrap)` | Josh Stone | -1/+0 |