about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-22convert strings to symbols in attr diagnosticsJana Dönszelmann-31/+36
2025-08-22fix: don't check for `!x = y`/`x = !y`Ada Alakbarova-435/+212
2025-08-22Revert "Detect method not being present that is present in other tuple types"Rémy Rakic-218/+2
2025-08-22Fix stderr normalization.Camille Gillot-5/+5
2025-08-22Simplify implementation.Camille Gillot-44/+46
2025-08-22Separate transmute checking from typeck.Camille Gillot-254/+253
2025-08-22interpret/allocation: get_range on ProvenanceMapNia Espera-8/+14
2025-08-22Recover param: Ty = EXPRMichael Goulet-2/+44
2025-08-22Add warning to the `Builder::llvm_config` functionJakub Beránek-0/+4
2025-08-22Ship LLVM tools for the correct target when cross-compilingJakub Beránek-5/+43
2025-08-22bool_comparison: fix incorrect suggestion with `>`/`<` and macros (#15513)Samuel Tardieu-20/+59
2025-08-22bool_comparison: use correct span context for `>`/`<` suggMichael Howell-20/+59
2025-08-22modify `LazyLock` poison panic messageConnor Tsui-34/+59
2025-08-22Auto merge of #145352 - Shourya742:2025-08-12-remove-default-config, r=Kobzolbors-563/+527
2025-08-22fix `manual_is_ascii_check`: also add explicit type when linting `matches!` (...Samuel Tardieu-14/+50
2025-08-22Rename `llvm_config` to `host_llvm_config` to avoid confusionJakub Beránek-36/+39
2025-08-22Add aarch64_be-unknown-hermit targetJens Reidel-0/+33
2025-08-22fix: also get `ty_sugg` in the `matches!` caseAda Alakbarova-14/+50
2025-08-22On E0277, point at type that doesn't implement boundEsteban Küber-249/+1094
2025-08-23fix: `derivable_impls` suggests wrongly on `derive_const`yanglsh-16/+207
2025-08-22Stabilize `round_char_boundary` featureokaneco-17/+15
2025-08-22Stabilize `round_char_boundary` featureokaneco-26/+22
2025-08-22ptr_as_ptr: fix incorrect suggestion with `pointer::cast` and macros (#15514)Samuel Tardieu-2/+20
2025-08-22`try_err`: clean-up (#15526)Samuel Tardieu-28/+12
2025-08-22`is_expr_identity_of_pat`: simplify using `(unordered_)over` (#15450)Samuel Tardieu-8/+7
2025-08-22Add 1.89 beta-accepted changes to changelog (#15534)Samuel Tardieu-0/+5
2025-08-22Better check for `assign_op_pattern` in `const` context (#15532)Philipp Krones-24/+133
2025-08-22Add 1.89 beta-accepted changes to changelogPhilipp Krones-0/+5
2025-08-22benchmarks for exponent fmt of integersPascal S. de Kloe-0/+24
2025-08-22ci: Begin running ui tests with `rust.debuginfo-level-tests=1`Martin Nordholts-3/+24
2025-08-22Auto merge of #145749 - flip1995:clippy-subtree-update, r=Manishearthbors-1050/+1823
2025-08-22main.js: only call window.rustdocToggleSrcSidebar if it existsbinarycat-2/+1
2025-08-22typecheck: add nonnull around element known to existbinarycat-2/+1
2025-08-22typecheck tooltipBlurHandlerbinarycat-1/+3
2025-08-22typecheck window.CURRENT_TOOLTIP_ELEMENTbinarycat-32/+7
2025-08-22use `is_{type,path}_diagnostic_item` in more places (#15527)Samuel Tardieu-27/+19
2025-08-22fix(lexer): Allow '-' in the infostring continue setEd Page-14/+4
2025-08-22test(frontmatter): Show current hyphen behaviorEd Page-0/+38
2025-08-22Add let in let-chain completion supportA4-Tacks-3/+17
2025-08-22resolve: Remove `ScopeSet::Late`Vadim Petrochenkov-23/+32
2025-08-22resolve: Remove derive fallback lint id from `ScopeSet::Late`Vadim Petrochenkov-11/+13
2025-08-22resolve: Remove `Module` from `ScopeSet::Late`Vadim Petrochenkov-7/+9
2025-08-22resolve: `early_resolve_ident_in_lexical_scope` -> `resolve_ident_in_scope_set`Vadim Petrochenkov-20/+16
2025-08-22improve float to_degrees/to_radians rounding comments and implKarol Zwolak-10/+79
2025-08-22Better check for `assign_op_pattern` in `const` contextSamuel Tardieu-24/+133
2025-08-22fix: `unnested_or_patterns` FP on structs with only shorthand field patsAda Alakbarova-30/+80
2025-08-22`is_expr_identity_of_pat`: simplify using `(unordered_)over`Ada Alakbarova-8/+7
2025-08-22make the lint early-passAda Alakbarova-9/+9
2025-08-22(finally) implement `WithSearchPat`Ada Alakbarova-0/+1
2025-08-22add misc kinds: Pat, CVarArgs, Typeof, Dummy, ErrAda Alakbarova-1/+12