about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-08-23Rollup merge of #145791 - samueltardieu:fix-zst-to-enum-mir-validation, r=com...Samuel Tardieu-0/+15
2025-08-23Rollup merge of #145744 - RalfJung:miri-inplace-aliasing, r=compiler-errorsSamuel Tardieu-7/+16
2025-08-23Rollup merge of #145713 - lcnr:const-trait-bootstrap, r=compiler-errorsSamuel Tardieu-9/+16
2025-08-23Rollup merge of #145670 - jdonszelmann:port-sanitize, r=lcnrSamuel Tardieu-127/+185
2025-08-23Rollup merge of #145540 - nia-e:prov-map-range, r=RalfJungSamuel Tardieu-0/+11
2025-08-23Rollup merge of #145234 - dianne:1-tuple-witnesses, r=jackh726Samuel Tardieu-17/+5
2025-08-23Fix ICE when validating transmuting ZST to inhabited enumSamuel Tardieu-0/+15
2025-08-23Auto merge of #145567 - clubby789:cargo_update, r=clubby789bors-1/+3
2025-08-23port attribute to the new parsing infrastructureJana Dönszelmann-127/+185
2025-08-23Auto merge of #145506 - cjgillot:live-or-dead-onescan, r=fee1-deadbors-13/+16
2025-08-23Auto merge of #145773 - jhpratt:rollup-kocqnzv, r=jhprattbors-759/+857
2025-08-22Rollup merge of #145765 - lqd:revert-142034, r=fmeaseJacob Pratt-121/+2
2025-08-22Rollup merge of #145762 - jdonszelmann:attrs-strings-to-symbols, r=lqdJacob Pratt-31/+36
2025-08-22Rollup merge of #145761 - Gelbpunkt:hermit-aarch64_be, r=wesleywiserJacob Pratt-0/+26
2025-08-22Rollup merge of #145751 - epage:infostring, r=joshtriplettJacob Pratt-2/+2
2025-08-22Rollup merge of #145747 - joshtriplett:builtin-diag-dyn, r=jdonszelmannJacob Pratt-276/+264
2025-08-22Rollup merge of #145738 - cjgillot:union-find-uplift, r=ZalatharJacob Pratt-8/+7
2025-08-22Rollup merge of #145726 - aapoalas:reborrow-lang-experiment, r=petrochenkovJacob Pratt-0/+5
2025-08-22Rollup merge of #145695 - cjgillot:place-elem-map, r=oli-obk,lcnrJacob Pratt-93/+66
2025-08-22Rollup merge of #145641 - estebank:point-at-type-in-e0277, r=davidtwcoJacob Pratt-55/+88
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-58/+125
2025-08-22Rollup merge of #144897 - fee1-dead-contrib:raw_lifetimes_printing, r=fmeaseJacob Pratt-57/+113
2025-08-22Rollup merge of #142185 - saethlin:refprop-moves, r=cjgillotJacob Pratt-3/+36
2025-08-22Rollup merge of #137396 - compiler-errors:param-default, r=fmeaseJacob Pratt-2/+25
2025-08-23Auto merge of #145469 - cjgillot:split-transmute, r=nnethercotebors-120/+131
2025-08-22Auto merge of #145494 - cjgillot:span-decode-once, r=lqdbors-10/+9
2025-08-22convert strings to symbols in attr diagnosticsJana Dönszelmann-31/+36
2025-08-22Revert "Detect method not being present that is present in other tuple types"Rémy Rakic-121/+2
2025-08-22Simplify implementation.Camille Gillot-44/+46
2025-08-22Separate transmute checking from typeck.Camille Gillot-119/+128
2025-08-22interpret/allocation: get_range on ProvenanceMapNia Espera-0/+11
2025-08-22Recover param: Ty = EXPRMichael Goulet-2/+25
2025-08-22Add aarch64_be-unknown-hermit targetJens Reidel-0/+26
2025-08-22On E0277, point at type that doesn't implement boundEsteban Küber-55/+88
2025-08-22fix(lexer): Allow '-' in the infostring continue setEd Page-2/+2
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-22Auto merge of #144689 - JonathanBrouwer:share_parse_path, r=jdonszelmannbors-366/+471
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-21/+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/+136
2025-08-22miri: also detect aliasing of in-place argument and return placeRalf Jung-7/+16
2025-08-22Auto merge of #145358 - Kobzol:symbol-name-sort, r=nnethercotebors-3/+20
2025-08-22Use the new attribute parser throughout the codebaseJonathan Brouwer-41/+71
2025-08-22Rewrite the new attribute parserJonathan Brouwer-243/+303