| Age | Commit message (Expand) | Author | Lines |
| 2024-04-25 | ast: Generalize item kind visiting | Vadim Petrochenkov | -1/+1 |
| 2024-04-23 | Rollup merge of #124218 - Xiretza:subsubdiagnostics, r=davidtwco | León Orell Valerian Liehr | -18/+20 |
| 2024-04-23 | Rollup merge of #123050 - RalfJung:panic_str, r=m-ou-se | Matthias Krüger | -1/+1 |
| 2024-04-23 | Auto merge of #124277 - matthiaskrgr:rollup-zdb93i4, r=matthiaskrgr | bors | -31/+75 |
| 2024-04-23 | Rollup merge of #123680 - compiler-errors:gen-kw, r=Nadrieril | Matthias Krüger | -31/+75 |
| 2024-04-23 | Auto merge of #123992 - compiler-errors:no-has-typeck-results, r=jackh726 | bors | -1/+1 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -1/+0 |
| 2024-04-22 | Deny gen keyword in edition_2024_compat lints | Michael Goulet | -31/+75 |
| 2024-04-21 | Auto merge of #123594 - Urgau:fix-non_local_def-lint-overflow, r=lcnr | bors | -1/+13 |
| 2024-04-21 | Move "elided lifetime in path" to subdiagnostic struct | Xiretza | -8/+10 |
| 2024-04-21 | Pass translation closure to add_to_diag_with() as reference | Xiretza | -10/+10 |
| 2024-04-17 | has_typeck_results doesnt need to be a query | Michael Goulet | -1/+1 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -2/+2 |
| 2024-04-17 | Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errors | Matthias Krüger | -4/+5 |
| 2024-04-16 | Rollup merge of #123501 - Urgau:stabilize-check-cfg, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2024-04-16 | Auto merge of #123468 - compiler-errors:precise-capturing, r=oli-obk | bors | -1/+1 |
| 2024-04-16 | Avoid lots of `hir::HirId{,Map,Set}` qualifiers. | Nicholas Nethercote | -4/+5 |
| 2024-04-15 | nits | Michael Goulet | -8/+4 |
| 2024-04-15 | Parsing , pre-lowering support for precise captures | Michael Goulet | -1/+1 |
| 2024-04-15 | Move --check-cfg documentation to stable books | Urgau | -2/+2 |
| 2024-04-11 | Rollup merge of #123314 - surechen:fix_120642, r=Nadrieril | León Orell Valerian Liehr | -9/+15 |
| 2024-04-11 | Rollup merge of #122954 - fmease:defined-by-extern-prelude, r=petrochenkov | León Orell Valerian Liehr | -1/+1 |
| 2024-04-10 | skip `unused_parens`'s suggestion for `Paren` in macro. | surechen | -9/+15 |
| 2024-04-09 | Add a helper for extending a span to include any trailing whitespace | Michael Goulet | -4/+1 |
| 2024-04-09 | Fix trait solver overflow with `non_local_definitions` lint | Urgau | -1/+13 |
| 2024-04-08 | Auto merge of #120131 - oli-obk:pattern_types_syntax, r=compiler-errors | bors | -0/+10 |
| 2024-04-08 | Be more specific when flagging imports that are redundant due to the extern p... | León Orell Valerian Liehr | -1/+1 |
| 2024-04-08 | Rollup merge of #122807 - danielhuang:fix-1, r=davidtwco | Matthias Krüger | -1/+1 |
| 2024-04-08 | Rollup merge of #120144 - petrochenkov:unty, r=davidtwco | Matthias Krüger | -2/+3 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -0/+9 |
| 2024-04-08 | Thread pattern types through the HIR | Oli Scherer | -0/+1 |
| 2024-04-05 | Put non_local_definitions lint back to warn-by-default | Urgau | -1/+1 |
| 2024-04-05 | Update non-local impl definition lint rule note | Urgau | -1/+1 |
| 2024-04-05 | Eliminate false-positives in the non-local lint with the type-system | Urgau | -37/+168 |
| 2024-04-03 | update messages | Dan | -1/+1 |
| 2024-03-29 | Add support for NonNull in ambiguous_wide_ptr_comparisions | Urgau | -14/+42 |
| 2024-03-29 | Auto merge of #121268 - Urgau:improve_ambi_wide_ptr_cmps, r=Nadrieril | bors | -29/+43 |
| 2024-03-29 | Add detection of [Partial]Ord methods to the ambiguous wide ptr cmp lint | Urgau | -29/+43 |
| 2024-03-26 | Don't check match scrutinee of postfix match for unused parens | Michael Goulet | -1/+3 |
| 2024-03-26 | panic_str only exists for the migration to 2021 panic macros | Ralf Jung | -1/+1 |
| 2024-03-24 | Rename `{enter,exit}_lint_attrs` to `check_attributes{,_post}` | Alex Macleod | -23/+8 |
| 2024-03-23 | Rollup merge of #122780 - GuillaumeGomez:rename-hir-local, r=oli-obk | Matthias Krüger | -8/+8 |
| 2024-03-22 | Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgr | bors | -1/+1 |
| 2024-03-22 | Rename `hir::Node::Local` into `hir::Node::LetStmt` | Guillaume Gomez | -2/+2 |
| 2024-03-22 | Rename `hir::Local` into `hir::LetStmt` | Guillaume Gomez | -8/+8 |
| 2024-03-22 | Split out ImplPolarity and PredicatePolarity | Michael Goulet | -1/+1 |
| 2024-03-22 | Make RawPtr take Ty and Mutbl separately | Michael Goulet | -8/+8 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -8/+6 |
| 2024-03-22 | Ty::new_ref and Ty::new_ptr stop using TypeAndMut | Michael Goulet | -2/+2 |
| 2024-03-22 | Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov | Matthias Krüger | -2/+2 |