| Age | Commit message (Expand) | Author | Lines |
| 2024-03-14 | add a test for rust-lang/rust-clippy#12181 | y21 | -0/+24 |
| 2024-03-14 | [`unconditional_recursion`]: compare by types instead of `DefId`s | y21 | -39/+82 |
| 2024-03-14 | fix: ICE when array index exceeds usize | granddaifuku | -0/+6 |
| 2024-03-14 | Added msrv to threadlocal initializer | Quinn Sinclair | -2/+18 |
| 2024-03-14 | Fixed FP for `thread_local_initializer_can_be_made_const` for `os_local` | Quinn Sinclair | -21/+71 |
| 2024-03-04 | Improve wording of static_mut_ref | Obei Sideg | -6/+6 |
| 2024-02-28 | [beta-1.77.0] backport cargo | Weihang Lo | -0/+0 |
| 2024-02-16 | Update cargo | Weihang Lo | -0/+0 |
| 2024-02-12 | Auto merge of #120821 - ehuss:fix-c-str-lit-bootstrap, r=Mark-Simulacrum | bors | -1/+1 |
| 2024-02-08 | [Beta 1.77] Fix bootstrapping from 1.76 | Eric Huss | -1/+1 |
| 2024-02-07 | [beta-1.77.0] backport cargo | Weihang Lo | -0/+0 |
| 2024-02-01 | Auto merge of #120447 - lnicola:sync-from-ra, r=lnicola | bors | -2796/+1391 |
| 2024-01-31 | Rollup merge of #120490 - nnethercote:Diagnostic-hashing, r=estebank | Nadrieril | -2/+15 |
| 2024-01-31 | Auto merge of #120346 - petrochenkov:ownodes, r=oli-obk | bors | -5/+3 |
| 2024-01-31 | Don't hash lints differently to non-lints. | Nicholas Nethercote | -2/+15 |
| 2024-01-30 | Rollup merge of #120342 - oli-obk:track_errors6, r=nnethercote | Guillaume Gomez | -17/+1 |
| 2024-01-30 | hir: Remove `hir::Map::{owner,expect_owner}` | Vadim Petrochenkov | -2/+2 |
| 2024-01-30 | hir: Add non-optional `hir_owner_nodes` for real `OwnerId`s | Vadim Petrochenkov | -3/+1 |
| 2024-01-30 | hir: Simplify `hir_owner_nodes` query | Vadim Petrochenkov | -1/+1 |
| 2024-01-30 | Rollup merge of #120488 - nnethercote:diag-lifetimes, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2024-01-30 | Rollup merge of #120439 - seqre-contrib:moving-ui-tests, r=nnethercote | Guillaume Gomez | -2/+5 |
| 2024-01-30 | Remove the lifetime from `DiagnosticArgValue`. | Nicholas Nethercote | -1/+1 |
| 2024-01-29 | Move multiple UI issue tests to subdirectories | Marek 'seqre' Grzelak | -2/+5 |
| 2024-01-29 | Auto merge of #120165 - reitermarkus:nonzero-switch-alias-direction, r=dtolnay | bors | -42/+64 |
| 2024-01-29 | Auto merge of #120451 - RalfJung:miri, r=RalfJung | bors | -172/+235 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -21/+22 |
| 2024-01-28 | Add rustc_apfloat license exception for RA | Laurențiu Nicola | -0/+1 |
| 2024-01-28 | Auto merge of #3181 - devnexen:stat_calls_fbsd, r=RalfJung | bors | -41/+118 |
| 2024-01-28 | tweak comments | Ralf Jung | -2/+2 |
| 2024-01-28 | Merge commit '7219414e81810fd4d967136c4a0650523892c157' into sync-from-ra | Laurențiu Nicola | -2796/+1390 |
| 2024-01-27 | Fix `NonZero` clippy lints. | Markus Reiter | -42/+64 |
| 2024-01-27 | Auto merge of #120201 - clubby789:dep-update, r=dtolnay | bors | -2/+0 |
| 2024-01-27 | Auto merge of #120062 - davidtwco:llvm-data-layout-check, r=wesleywiser | bors | -3/+4 |
| 2024-01-27 | fix typo in operator.rs | Ralf Jung | -1/+1 |
| 2024-01-26 | Auto merge of #120375 - matthiaskrgr:rollup-ueakvms, r=matthiaskrgr | bors | -1019/+2858 |
| 2024-01-26 | Rollup merge of #120345 - flip1995:clippy-subtree-update, r=Manishearth | Matthias Krüger | -1000/+2840 |
| 2024-01-26 | Rollup merge of #120329 - nnethercote:3349-precursors, r=fee1-dead | Matthias Krüger | -19/+18 |
| 2024-01-26 | Clippy: Fix empty suggestion in from_over_into | Philipp Krones | -5/+5 |
| 2024-01-26 | interpret: project_downcast: do not ICE for uninhabited variants | Ralf Jung | -0/+16 |
| 2024-01-26 | alidate the operand passed to is_val_statically_known | Ralf Jung | -1/+2 |
| 2024-01-26 | fmt | The Miri Conjob Bot | -3/+5 |
| 2024-01-26 | Merge from rustc | The Miri Conjob Bot | -40/+129 |
| 2024-01-26 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-01-26 | Auto merge of #116167 - RalfJung:structural-eq, r=lcnr | bors | -17/+0 |
| 2024-01-25 | Merge commit '66c29b973b3b10278bd39f4e26b08522a379c2c9' into clippy-subtree-u... | Philipp Krones | -999/+2839 |
| 2024-01-25 | Remove an unused error count check | Oli Scherer | -17/+1 |
| 2024-01-25 | Auto merge of #3233 - RalfJung:trophy, r=RalfJung | bors | -0/+1 |
| 2024-01-25 | Auto merge of #119911 - NCGThompson:is-statically-known, r=oli-obk | bors | -0/+27 |
| 2024-01-25 | Auto merge of #119627 - oli-obk:const_prop_lint_n̵o̵n̵sense, r=cjgillot | bors | -9/+2 |
| 2024-01-25 | Rename the unescaping functions. | Nicholas Nethercote | -15/+15 |