| Age | Commit message (Expand) | Author | Lines |
| 2024-08-18 | Auto merge of #13248 - Alexendoo:format-arg-ast-fallback, r=xFrednet | bors | -7/+2 |
| 2024-08-12 | Auto merge of #13255 - Jarcho:get_src_display2, r=Manishearth | bors | -25/+61 |
| 2024-08-12 | Auto merge of #13243 - Alexendoo:rustcversion, r=flip1995 | bors | -6/+1 |
| 2024-08-11 | Remove more instances of `snippet_opt`. | Jason Newcomb | -1/+10 |
| 2024-08-10 | Remove `find_format_arg_expr` AST fallback | Alex Macleod | -7/+2 |
| 2024-08-09 | Refactor `absolute_paths`: | Jason Newcomb | -7/+5 |
| 2024-08-09 | Rename `get_source_text` to `get_source_range`. Add new `get_source_text` whi... | Jason Newcomb | -25/+52 |
| 2024-08-09 | Replace `rustc_semver` with `rustc_session::RustcVersion` | Alex Macleod | -6/+1 |
| 2024-08-08 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -330/+306 |
| 2024-08-08 | Auto merge of #13200 - Jarcho:constant_no_typeck, r=Alexendoo | bors | -220/+234 |
| 2024-08-08 | Require `ConstEvalCtxt` to be constructed. | Jason Newcomb | -115/+111 |
| 2024-08-08 | Don't store `LateContext` in `ConstEvalLateContext` | Jason Newcomb | -73/+70 |
| 2024-08-08 | Add `HasSession` trait | Jason Newcomb | -54/+75 |
| 2024-08-07 | Replace `in_constant` with `is_in_const_context`. Use only the state in `Late... | Jason Newcomb | -12/+16 |
| 2024-08-06 | Use `-D warnings` instead of `deny-warnings` feature. | Jason Newcomb | -1/+0 |
| 2024-08-04 | Remove `multispan_sugg[_with_applicability]` | Alex Macleod | -29/+0 |
| 2024-08-03 | Auto merge of #13115 - tesuji:rm-dup-peels, r=dswij | bors | -13/+0 |
| 2024-07-29 | Remove some miscellaneous `#[allow]`s | Alex Macleod | -2/+1 |
| 2024-07-29 | Fix fix under loop may dropping loop label when applying fix. | shenyifu | -1/+4 |
| 2024-07-28 | step cfg(bootstrap) | Mark Rousskov | -1/+0 |
| 2024-07-27 | Auto merge of #13149 - jusexton:issue-13123, r=dswij | bors | -1/+3 |
| 2024-07-25 | Auto merge of #13156 - y21:for_each_expr_visitor_refactor, r=xFrednet | bors | -50/+48 |
| 2024-07-25 | Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u... | Philipp Krones | -26/+55 |
| 2024-07-25 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -27/+55 |
| 2024-07-25 | get rid of unnecessary `res` field in `for_each_expr` visitors | y21 | -50/+48 |
| 2024-07-24 | Auto merge of #13146 - Alexendoo:cast-lossless-128, r=y21 | bors | -3/+6 |
| 2024-07-24 | Lint casts to `u128` in `cast_lossless` | Alex Macleod | -3/+6 |
| 2024-07-24 | Replace local variables signifying "done" or "loop break", use ControlFlow #1... | blyxyas | -8/+21 |
| 2024-07-23 | Fix while_let_on_iterator dropping loop label when applying fix. | jusexton | -1/+3 |
| 2024-07-17 | Refactor for using config values: | Jason Newcomb | -13/+24 |
| 2024-07-17 | Remove duplicated peel_middle_ty_refs | Lzu Tao | -13/+0 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -2/+6 |
| 2024-07-16 | Use `ConstArg` for array lengths | Noah Lev | -9/+13 |
| 2024-07-16 | hir: Create `hir::ConstArgKind` enum | Noah Lev | -5/+17 |
| 2024-07-15 | fix [`excessive_precision`] suggestions on float literal written in scientifi... | apoisternex | -0/+2 |
| 2024-07-15 | Auto merge of #13102 - tesuji:fix-needless_option_as_deref, r=Alexendoo | bors | -1/+1 |
| 2024-07-15 | Dont stop find loop node at struct field node | Lzu Tao | -1/+1 |
| 2024-07-11 | Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u... | Philipp Krones | -35/+59 |
| 2024-07-11 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -36/+59 |
| 2024-07-08 | Auto merge of #127476 - jieyouxu:rollup-16wyb0b, r=jieyouxu | bors | -1/+1 |
| 2024-07-07 | Add support for `mir::TerminatorKind::TailCall` in clippy | Maybe Waffle | -1/+2 |
| 2024-07-07 | iter_identity is a better name | Michael Goulet | -1/+1 |
| 2024-07-06 | Rename `any_parent_is_automatically_derived` to `in_automatically_derived`. O... | Jason Newcomb | -4/+15 |
| 2024-07-05 | Auto merge of #13049 - Jarcho:is_in_test, r=Alexendoo | bors | -10/+0 |
| 2024-07-05 | Use `is_in_test` in more places. | Jason Newcomb | -10/+0 |
| 2024-07-05 | Auto merge of #11656 - y21:unnecessary_string_from_utf8, r=Jarcho | bors | -0/+1 |
| 2024-07-03 | Auto merge of #12976 - tesuji:fix-explicit_auto_deref, r=xFrednet | bors | -0/+11 |
| 2024-07-03 | Fix 12969 and fix 9841 | Lzu Tao | -0/+11 |
| 2024-07-01 | Fix formatting | Astra Tsai | -11/+7 |
| 2024-07-01 | Fix `into_iter_without_iter` false positive when the implementation is not wi... | Astra Tsai | -3/+1 |