about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-05-16Auto merge of #124987 - workingjubilee:macro-metavar-expr-with-a-shorter-len,...bors-8/+8
2024-05-15Rollup merge of #125154 - FractalFir:fnabi_doc, r=compiler-errorsLeón Orell Valerian Liehr-4/+9
2024-05-15Improved the documentation of the FnAbi structMichał Kostrubiec-4/+9
2024-05-15Auto merge of #125144 - fmease:rollup-4uft293, r=fmeasebors-2/+6
2024-05-15Rollup merge of #125137 - RalfJung:mir-sh, r=scottmcmLeón Orell Valerian Liehr-2/+6
2024-05-15Auto merge of #123413 - petrochenkov:delegmulti2, r=fmeasebors-49/+331
2024-05-15MIR operators: clarify Shl/Shr handling of negative offsetsRalf Jung-2/+6
2024-05-15Rollup merge of #125135 - chenyukang:yukang-fix-116502, r=compiler-errorsMatthias Krüger-1/+1
2024-05-15Rollup merge of #125132 - mejrs:diag, r=compiler-errorsMatthias Krüger-5/+27
2024-05-15Rollup merge of #125108 - Zalathar:info-bitmap-bytes, r=nnethercoteMatthias Krüger-27/+2
2024-05-15Rollup merge of #124990 - fmease:expand-weak-aliases-within-cts, r=compiler-e...Matthias Krüger-1/+1
2024-05-15Fix the dedup error because of spans from suggestionyukang-1/+1
2024-05-15Auto merge of #125084 - Jules-Bertholet:fix-125058, r=Nadrierilbors-1/+11
2024-05-15delegation: Implement list delegationVadim Petrochenkov-49/+331
2024-05-15Add `on_unimplemented" typo suggestionsmejrs-5/+27
2024-05-14Auto merge of #125120 - compiler-errors:rollup-mnjybwv, r=compiler-errorsbors-571/+683
2024-05-14Rollup merge of #125100 - compiler-errors:faster, r=nnethercoteMichael Goulet-9/+37
2024-05-14Rollup merge of #125088 - compiler-errors:uplift-alias-ty, r=lcnrMichael Goulet-534/+574
2024-05-14Rollup merge of #125080 - bvanjoi:fix-124946, r=nnethercoteMichael Goulet-6/+33
2024-05-14Rollup merge of #124844 - compiler-errors:shadow-probe, r=lcnrMichael Goulet-22/+39
2024-05-14only find segs chain for missing methods when no available candidatesbohan-6/+33
2024-05-14Auto merge of #123816 - tgross35:f16-f128-mangling, r=michaelwoeristerbors-3/+2
2024-05-14Add v0 symbol mangling for `f16` and `f128`Trevor Gross-3/+2
2024-05-14Auto merge of #125023 - morr0ne:linux-none-target, r=Nilstriebbors-0/+28
2024-05-14Auto merge of #124228 - compiler-errors:lint-overcaptures, r=oli-obkbors-37/+490
2024-05-14coverage: Remove confusing comments from `CoverageKind`Zalathar-6/+0
2024-05-14coverage: `CoverageIdsInfo::mcdc_bitmap_bytes` is never neededZalathar-21/+2
2024-05-13Use a proper probe for shadowing implMichael Goulet-22/+39
2024-05-13And finally add testsMichael Goulet-15/+74
2024-05-13Warn against redundant use<...>Michael Goulet-113/+201
2024-05-13Don't suggest using use<> syntax to capture APITsMichael Goulet-4/+9
2024-05-13Suggest adding use<> syntaxMichael Goulet-6/+42
2024-05-13Add some commentingMichael Goulet-4/+23
2024-05-13Implement initial IMPL_TRAIT_OVERCAPTURES lintMichael Goulet-0/+246
2024-05-14Auto merge of #125098 - jhpratt:rollup-2qm4gga, r=jhprattbors-1/+4
2024-05-13Remove to_termMichael Goulet-17/+7
2024-05-13Uplift AliasTyMichael Goulet-534/+584
2024-05-13Don't do post-method-probe error reporting steps if we're in a suggestionMichael Goulet-9/+37
2024-05-13Rollup merge of #124997 - gurry:124848-ice-should-be-sized, r=NadrierilJacob Pratt-1/+4
2024-05-14Auto merge of #124256 - nnethercote:rm-NtIdent-NtLifetime, r=petrochenkovbors-182/+180
2024-05-13`rustc_hir_typeck`: Account for `skipped_ref_pats` in `expr_use_visitor`Jules Bertholet-1/+11
2024-05-13Auto merge of #125076 - compiler-errors:alias-term, r=lcnrbors-404/+652
2024-05-14Remove `NtIdent` and `NtLifetime`.Nicholas Nethercote-104/+131
2024-05-13Apply nitsMichael Goulet-98/+63
2024-05-13Rollup merge of #125063 - tbu-:pr_set_ice_hook_env, r=michaelwoeristerMatthias Krüger-2/+3
2024-05-13split out AliasTy -> AliasTermMichael Goulet-369/+652
2024-05-13Auto merge of #125074 - bjorn3:sync_cg_clif-2024-05-13, r=bjorn3bors-166/+481
2024-05-13Merge commit '3270432f4b0583104c8b9b6f695bf97d6bbf3ac2' into sync_cg_clif-202...bjorn3-166/+481
2024-05-13Auto merge of #125061 - RalfJung:interpret-error, r=cjgillotbors-132/+126
2024-05-13Auto merge of #124999 - scottmcm:unify-aggregate, r=nnethercotebors-21/+25