about summary refs log tree commit diff
path: root/clippy_utils/src
AgeCommit message (Expand)AuthorLines
2024-08-24Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyupJason Newcomb-106/+140
2024-08-24Merge branch 'master' into rustupJason Newcomb-106/+140
2024-08-24Rewrite empty_line_after_doc_comments and empty_line_after_outer_attrAlex Macleod-72/+15
2024-08-25check std::panic::panic_any in panic lintkyoto7250-0/+1
2024-08-24Auto merge of #12993 - GuillaumeGomez:too_long_first_doc_paragraph, r=Centri3bors-25/+39
2024-08-24Auto merge of #13296 - Jarcho:get_src_display3, r=Alexendoobors-1/+6
2024-08-21Replace more uses of `snippet_opt`.Jason Newcomb-1/+6
2024-08-21Start removing `snippet_opt`Jason Newcomb-30/+26
2024-08-19Auto merge of #13278 - Alexendoo:misc-cleanup, r=y21bors-5/+0
2024-08-18rename AddressOf -> RawBorrow inside the compilerRalf Jung-1/+1
2024-08-18Auto merge of #13248 - Alexendoo:format-arg-ast-fallback, r=xFrednetbors-7/+2
2024-08-17Remove duplicate `type_diagnostic_name` functionAlex Macleod-5/+0
2024-08-14Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errorsbors-3/+3
2024-08-12Auto merge of #13255 - Jarcho:get_src_display2, r=Manishearthbors-25/+61
2024-08-12Auto merge of #13243 - Alexendoo:rustcversion, r=flip1995bors-6/+1
2024-08-11Remove more instances of `snippet_opt`.Jason Newcomb-1/+10
2024-08-10Remove `find_format_arg_expr` AST fallbackAlex Macleod-7/+2
2024-08-10Fixes in various placesNadrieril-0/+1
2024-08-09Refactor `absolute_paths`:Jason Newcomb-7/+5
2024-08-09Rename `get_source_text` to `get_source_range`. Add new `get_source_text` whi...Jason Newcomb-25/+52
2024-08-09Replace `rustc_semver` with `rustc_session::RustcVersion`Alex Macleod-6/+1
2024-08-09Auto merge of #128703 - compiler-errors:normalizing-tails, r=lcnrbors-1/+1
2024-08-09Shrink `TyKind::FnPtr`.Nicholas Nethercote-3/+3
2024-08-08Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...Philipp Krones-330/+306
2024-08-08Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-330/+306
2024-08-08Rename struct_tail_erasing_lifetimes to struct_tail_for_codegenMichael Goulet-1/+1
2024-08-08Auto merge of #13200 - Jarcho:constant_no_typeck, r=Alexendoobors-220/+234
2024-08-08Require `ConstEvalCtxt` to be constructed.Jason Newcomb-115/+111
2024-08-08Don't store `LateContext` in `ConstEvalLateContext`Jason Newcomb-73/+70
2024-08-08Add `HasSession` traitJason Newcomb-54/+75
2024-08-07Replace `in_constant` with `is_in_const_context`. Use only the state in `Late...Jason Newcomb-12/+16
2024-08-06Use `-D warnings` instead of `deny-warnings` feature.Jason Newcomb-1/+0
2024-08-04Remove `multispan_sugg[_with_applicability]`Alex Macleod-29/+0
2024-08-03Auto merge of #13115 - tesuji:rm-dup-peels, r=dswijbors-13/+0
2024-07-29Remove some miscellaneous `#[allow]`sAlex Macleod-2/+1
2024-07-29Fix fix under loop may dropping loop label when applying fix.shenyifu-1/+4
2024-07-28step cfg(bootstrap)Mark Rousskov-1/+0
2024-07-27Auto merge of #13149 - jusexton:issue-13123, r=dswijbors-1/+3
2024-07-26Fix dogfood lintsGuillaume Gomez-25/+39
2024-07-25Auto merge of #13156 - y21:for_each_expr_visitor_refactor, r=xFrednetbors-50/+48
2024-07-25Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u...Philipp Krones-26/+55
2024-07-25Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-27/+55
2024-07-25get rid of unnecessary `res` field in `for_each_expr` visitorsy21-50/+48
2024-07-24Auto merge of #13146 - Alexendoo:cast-lossless-128, r=y21bors-3/+6
2024-07-24Lint casts to `u128` in `cast_lossless`Alex Macleod-3/+6
2024-07-24Replace local variables signifying "done" or "loop break", use ControlFlow #1...blyxyas-8/+21
2024-07-23Fix while_let_on_iterator dropping loop label when applying fix.jusexton-1/+3
2024-07-17Refactor for using config values:Jason Newcomb-13/+24
2024-07-17Remove duplicated peel_middle_ty_refsLzu Tao-13/+0
2024-07-16Add `ConstArgKind::Path` and make `ConstArg` its own HIR nodeNoah Lev-2/+6