about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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
2025-08-22add ImplicitSelfAda Alakbarova-1/+3
2025-08-22add MacCallAda Alakbarova-0/+8
2025-08-22add PinnedRefAda Alakbarova-1/+3
2025-08-22add UnsafeBinderAda Alakbarova-0/+2
2025-08-22add ParenAda Alakbarova-0/+1
2025-08-22fix FnPtrAda Alakbarova-11/+13
2025-08-22fix TraitObjectAda Alakbarova-4/+8
2025-08-22fix TupAda Alakbarova-3/+5
2025-08-22OpaqueDef is called ImplTraitAda Alakbarova-1/+1
2025-08-22fix PathAda Alakbarova-2/+49
2025-08-22Infer is a unit variantAda Alakbarova-1/+1
2025-08-22rename recursive function callAda Alakbarova-7/+9
2025-08-22init by copying `ty_search_pat`Ada Alakbarova-0/+42