| Age | Commit message (Expand) | Author | Lines |
| 2024-05-08 | Rollup merge of #124587 - reitermarkus:use-generic-nonzero, r=dtolnay | Matthias Krüger | -172/+149 |
| 2024-05-08 | Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=Nilstrieb | Matthias Krüger | -9/+9 |
| 2024-05-08 | Use generic `NonZero`. | Markus Reiter | -36/+36 |
| 2024-05-08 | Simplify `clippy` lint. | Markus Reiter | -136/+113 |
| 2024-05-08 | Simplify `use crate::rustc_foo::bar` occurrences. | Nicholas Nethercote | -7/+4 |
| 2024-05-05 | Rollup merge of #124749 - RossSmyth:stable_range, r=davidtwco | Guillaume Gomez | -72/+66 |
| 2024-05-04 | Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillot | bors | -2/+2 |
| 2024-05-02 | Update clippy tests for stable exclusive_range | Ross Smyth | -72/+66 |
| 2024-05-02 | Merge commit '20b085d500dfba5afe0869707bf357af3afe20be' into clippy-subtree-u... | Philipp Krones | -755/+1664 |
| 2024-04-30 | Rollup merge of #124524 - spastorino:make-foreign-static-use-struct, r=oli-obk | Matthias Krüger | -1/+12 |
| 2024-04-30 | Auto merge of #124398 - klensy:trailing-ws, r=compiler-errors | bors | -6/+6 |
| 2024-04-29 | Add StaticForeignItem and use it on ForeignItemKind | Santiago Pastorino | -1/+12 |
| 2024-04-27 | clippy: bless tests | klensy | -6/+6 |
| 2024-04-26 | put `hir::AnonConst` on the hir arena | Oli Scherer | -2/+2 |
| 2024-04-25 | ast: Generalize item kind visiting | Vadim Petrochenkov | -24/+24 |
| 2024-04-24 | Fix and bless clippy tests | Gary Guo | -79/+74 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -15/+13 |
| 2024-04-23 | Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davidtwco | Matthias Krüger | -6/+6 |
| 2024-04-23 | Auto merge of #123992 - compiler-errors:no-has-typeck-results, r=jackh726 | bors | -3/+3 |
| 2024-04-18 | Disallow ambiguous attributes on expressions | Dominik Stolz | -6/+6 |
| 2024-04-18 | Merge commit 'ca3b393750ee8d870bf3215dcf6509cafa5c0445' into clippy-subtree-u... | Philipp Krones | -426/+1066 |
| 2024-04-17 | has_typeck_results doesnt need to be a query | Michael Goulet | -3/+3 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -104/+104 |
| 2024-04-17 | Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errors | Matthias Krüger | -59/+60 |
| 2024-04-16 | Rollup merge of #122811 - nnethercote:mv-SourceMap-init, r=WaffleLapkin | Guillaume Gomez | -1/+1 |
| 2024-04-16 | Auto merge of #123468 - compiler-errors:precise-capturing, r=oli-obk | bors | -1/+10 |
| 2024-04-16 | Avoid lots of `hir::HirId{,Map,Set}` qualifiers. | Nicholas Nethercote | -35/+37 |
| 2024-04-16 | Always use `ty::` qualifier for `TyKind` enum variants. | Nicholas Nethercote | -19/+20 |
| 2024-04-16 | Avoid unnecessary `rustc_span::DUMMY_SP` usage. | Nicholas Nethercote | -5/+3 |
| 2024-04-16 | Construct `SourceMap` at the same time as `SessionGlobals`. | Nicholas Nethercote | -1/+1 |
| 2024-04-16 | Rollup merge of #123926 - compiler-errors:no-ann, r=estebank | León Orell Valerian Liehr | -3/+3 |
| 2024-04-16 | Rollup merge of #123462 - fmease:rn-mod-sep-to-path-sep, r=nnethercote | León Orell Valerian Liehr | -1/+1 |
| 2024-04-15 | Fix clippy | Michael Goulet | -3/+3 |
| 2024-04-15 | Remove TypeVariableOriginKind | Michael Goulet | -2/+2 |
| 2024-04-15 | Rustfmt, clippy | Michael Goulet | -1/+10 |
| 2024-04-14 | store the span of the nested part of the use tree in the ast | Pietro Albini | -9/+9 |
| 2024-04-12 | Rollup merge of #123204 - notriddle:notriddle/include-str-span, r=pnkfelix | Matthias Krüger | -9/+8 |
| 2024-04-09 | Add a helper for extending a span to include any trailing whitespace | Michael Goulet | -2/+1 |
| 2024-04-08 | Auto merge of #120131 - oli-obk:pattern_types_syntax, r=compiler-errors | bors | -0/+6 |
| 2024-04-08 | Rollup merge of #123625 - oli-obk:private_fnctxt, r=fee1-dead | Matthias Krüger | -43/+3 |
| 2024-04-08 | Rollup merge of #122807 - danielhuang:fix-1, r=davidtwco | Matthias Krüger | -2/+2 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -0/+1 |
| 2024-04-08 | Thread pattern types through the HIR | Oli Scherer | -0/+5 |
| 2024-04-08 | Stop exporting `TypeckRootCtxt` and `FnCtxt`. | Oli Scherer | -43/+3 |
| 2024-04-05 | use `Lrc` instead of the aliased type `Arc` directly | y21 | -3/+3 |
| 2024-04-04 | Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u... | Philipp Krones | -1932/+5287 |
| 2024-04-04 | Rename ModSep to PathSep | León Orell Valerian Liehr | -1/+1 |
| 2024-04-03 | update messages | Dan | -2/+2 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -1/+1 |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -1/+1 |