about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-22Rollup merge of #145747 - joshtriplett:builtin-diag-dyn, r=jdonszelmannJacob Pratt-277/+265
2025-08-22Rollup merge of #145745 - heiher:ignore-basic-stepping, r=lqdJacob Pratt-0/+1
2025-08-22Rollup merge of #145743 - xihuwenhua:master, r=petrochenkovJacob Pratt-4/+4
2025-08-22Rollup merge of #145742 - lolbinarycat:rustdoc-search-type-cleanup-continued,...Jacob Pratt-43/+18
2025-08-22Rollup merge of #145738 - cjgillot:union-find-uplift, r=ZalatharJacob Pratt-8/+7
2025-08-22Rollup merge of #145736 - joshtriplett:triagebot-style, r=traviscrossJacob Pratt-2/+1
2025-08-22Rollup merge of #145731 - lolbinarycat:rustdoc-search-generic-pointer-142385,...Jacob Pratt-41/+351
2025-08-22Rollup merge of #145726 - aapoalas:reborrow-lang-experiment, r=petrochenkovJacob Pratt-0/+30
2025-08-22Rollup merge of #145710 - heiher:issue-145692-2, r=nnethercoteJacob Pratt-25/+1019
2025-08-22Rollup merge of #145695 - cjgillot:place-elem-map, r=oli-obk,lcnrJacob Pratt-93/+66
2025-08-22Rollup merge of #145669 - notriddle:test-js-search-scripts-path, r=GuillaumeG...Jacob Pratt-0/+7
2025-08-22Rollup merge of #145641 - estebank:point-at-type-in-e0277, r=davidtwcoJacob Pratt-249/+1094
2025-08-22Rollup merge of #145633 - qxzcode:patch-1, r=jhprattJacob Pratt-4/+4
2025-08-22Rollup merge of #145597 - petrochenkov:nolateset, r=b-naberJacob Pratt-53/+62
2025-08-22Rollup merge of #145573 - veluca93:unsafe-force-target-feature, r=davidtwcoJacob Pratt-61/+262
2025-08-22Rollup merge of #145380 - okaneco:add-codegen-tests, r=Mark-SimulacrumJacob Pratt-0/+182
2025-08-22Rollup merge of #145218 - nilptr:nilptr/feat/lldb-enum-pretty-printer, r=Mark...Jacob Pratt-21/+23
2025-08-22Rollup merge of #144897 - fee1-dead-contrib:raw_lifetimes_printing, r=fmeaseJacob Pratt-73/+192
2025-08-22Rollup merge of #144648 - connortsui20:nonpoison_rwlock, r=Mark-SimulacrumJacob Pratt-752/+1996
2025-08-22Rollup merge of #142185 - saethlin:refprop-moves, r=cjgillotJacob Pratt-88/+194
2025-08-22Rollup merge of #137457 - JayAndJef:issue-132802-fix, r=KobzolJacob Pratt-3/+43
2025-08-22Rollup merge of #137396 - compiler-errors:param-default, r=fmeaseJacob Pratt-2/+44
2025-08-22Rollup merge of #132087 - ijchen:issue-131770-fix, r=dtolnayJacob Pratt-3/+11
2025-08-22Auto merge of #145494 - cjgillot:span-decode-once, r=lqdbors-10/+9
2025-08-22Recover param: Ty = EXPRMichael Goulet-2/+44
2025-08-22Auto merge of #145352 - Shourya742:2025-08-12-remove-default-config, r=Kobzolbors-563/+527
2025-08-22On E0277, point at type that doesn't implement boundEsteban Küber-249/+1094
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-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-22Merge commit '877967959ae8da9814df4f2614971f4d784bf53f' into clippy-subtree-u...Philipp Krones-1050/+1823
2025-08-22Rustup (#15531)Philipp Krones-305/+430
2025-08-22Bump nightly version -> 2025-08-22Philipp Krones-2/+2
2025-08-22Dogfood fixesPhilipp Krones-115/+114
2025-08-22Ignore unexpected_cfgs warning for bootstrapPhilipp Krones-0/+4
2025-08-22Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-959/+1657
2025-08-22Auto merge of #144689 - JonathanBrouwer:share_parse_path, r=jdonszelmannbors-519/+665
2025-08-22Sort Config fields and remove some `mut`s from bindingsJakub Beránek-198/+210
2025-08-22Migrate `BuiltinLintDiag::HiddenUnicodeCodepoints` to use `LintDiagnostic` di...Josh Triplett-126/+98
2025-08-22Remove unused `BuiltinLintDiag` variant `InnerAttributeUnstable`Josh Triplett-21/+0
2025-08-22Migrate `BuiltinLintDiag::MissingAbi` to use `LintDiagnostic` directlyJosh Triplett-22/+14
2025-08-22Migrate `BuiltinLintDiag::UnexpectedBuiltinCfg` to use `LintDiagnostic` directlyJosh Triplett-26/+17
2025-08-22Refactor lint buffering to avoid requiring a giant enumJosh Triplett-83/+137
2025-08-22Fix`unnecessary_safety_comment` does not lint for the first line (#15354)Philipp Krones-8/+75