| Age | Commit message (Expand) | Author | Lines |
| 2024-08-24 | Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyup | Jason Newcomb | -106/+140 |
| 2024-08-24 | Merge branch 'master' into rustup | Jason Newcomb | -106/+140 |
| 2024-08-24 | Rewrite empty_line_after_doc_comments and empty_line_after_outer_attr | Alex Macleod | -72/+15 |
| 2024-08-25 | check std::panic::panic_any in panic lint | kyoto7250 | -0/+1 |
| 2024-08-24 | Auto merge of #12993 - GuillaumeGomez:too_long_first_doc_paragraph, r=Centri3 | bors | -25/+39 |
| 2024-08-24 | Auto merge of #13296 - Jarcho:get_src_display3, r=Alexendoo | bors | -1/+6 |
| 2024-08-21 | Replace more uses of `snippet_opt`. | Jason Newcomb | -1/+6 |
| 2024-08-21 | Start removing `snippet_opt` | Jason Newcomb | -30/+26 |
| 2024-08-19 | Auto merge of #13278 - Alexendoo:misc-cleanup, r=y21 | bors | -5/+0 |
| 2024-08-18 | rename AddressOf -> RawBorrow inside the compiler | Ralf Jung | -1/+1 |
| 2024-08-18 | Auto merge of #13248 - Alexendoo:format-arg-ast-fallback, r=xFrednet | bors | -7/+2 |
| 2024-08-17 | Remove duplicate `type_diagnostic_name` function | Alex Macleod | -5/+0 |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -3/+3 |
| 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-10 | Fixes in various places | Nadrieril | -0/+1 |
| 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-09 | Auto merge of #128703 - compiler-errors:normalizing-tails, r=lcnr | bors | -1/+1 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -3/+3 |
| 2024-08-08 | Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u... | Philipp Krones | -330/+306 |
| 2024-08-08 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -330/+306 |
| 2024-08-08 | Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen | Michael Goulet | -1/+1 |
| 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-26 | Fix dogfood lints | Guillaume Gomez | -25/+39 |
| 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 |