about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-05-08Rollup merge of #140711 - compiler-errors:combine-maybes, r=lcnrMatthias Krüger-24/+74
2025-05-08Rollup merge of #140641 - lcnr:opaque-type-storage-entries, r=compiler-errorsMatthias Krüger-139/+204
2025-05-08Rollup merge of #140523 - compiler-errors:late-early-mismatch, r=jackh726Matthias Krüger-45/+299
2025-05-08Rollup merge of #140260 - compiler-errors:only-global-post-norm, r=lcnrMatthias Krüger-157/+282
2025-05-08Auto merge of #140106 - dianne:deref-pat-usefulness, r=Nadrierilbors-8/+107
2025-05-07Auto merge of #140751 - GuillaumeGomez:rollup-eahw4ta, r=GuillaumeGomezbors-232/+311
2025-05-07Add `DefPathData::OpaqueLifetime` to avoid conflicts for remapped opaque life...John Kåre Alsaker-12/+15
2025-05-07Auto merge of #140590 - lcnr:closure-in-dead-code, r=compiler-errorsbors-64/+57
2025-05-07[win][arm64] Disable MSVC Linker 'Arm Hazard' warningDaniel Paoliello-1/+6
2025-05-07Better error message for late/early lifetime param mismatchMichael Goulet-3/+234
2025-05-07detect additional uses of opaques after writebacklcnr-70/+143
2025-05-07opaque_type_storage to InferCtxtLikelcnr-69/+61
2025-05-07[Arm64EC] Only decorate functions with `#`Daniel Paoliello-53/+150
2025-05-07ReviewMichael Goulet-5/+20
2025-05-07Point out region bound mismatches in check_region_bounds_on_impl_itemMichael Goulet-43/+66
2025-05-07Use MaybeCause::or to allow constraints from overflows if they are combined w...Michael Goulet-24/+74
2025-05-07macro expansion issueKivooeo-16/+11
2025-05-07Only include associated type bounds for Self:Sized associated types if they a...Michael Goulet-5/+9
2025-05-07Remove manual WF hackMichael Goulet-56/+9
2025-05-07ReviewMichael Goulet-24/+29
2025-05-07Rollup merge of #140700 - Kivooeo:new-fix-six, r=davidtwco,fmeaseGuillaume Gomez-0/+1
2025-05-07Rollup merge of #140671 - xizheyin:issue-140169, r=petrochenkovGuillaume Gomez-6/+72
2025-05-07Rollup merge of #140614 - yuk1ty:fix-invalid-module-name-visibility, r=davidtwcoGuillaume Gomez-1/+4
2025-05-07Rollup merge of #140234 - nnethercote:separate-Analysis-and-Results, r=davidtwcoGuillaume Gomez-225/+234
2025-05-07Only prefer param-env candidates if they remain non-global after normMichael Goulet-126/+252
2025-05-07Require T: TypeFoldable in Binder<T> visitMichael Goulet-28/+22
2025-05-07Check `&` before suggest remove deref when trait_selectionxizheyin-0/+6
2025-05-07Use `parse_param_general` when parsing `(T, U)->R` in `parse_path_segment`xizheyin-6/+72
2025-05-07delay introducing pattern bindings into scopedianne-30/+52
2025-05-07Auto merge of #139758 - Zoxc:thread-local-graph, r=oli-obkbors-184/+299
2025-05-07Auto merge of #140735 - GuillaumeGomez:rollup-dlhbxsg, r=GuillaumeGomezbors-7/+7
2025-05-07Rollup merge of #140719 - wyfo:patch-1, r=lcnrGuillaume Gomez-7/+7
2025-05-07add a type alias for the pattern bindings stackdianne-3/+14
2025-05-07Auto merge of #137995 - hkBst:parse_format_reuse_unescape, r=nnethercotebors-549/+450
2025-05-07Avoid some unwraps.Nicholas Nethercote-36/+45
2025-05-07Eliminate `word_or_empty` methods.Nicholas Nethercote-61/+55
2025-05-06error early when mixing deref patterns with normal constructorsdianne-1/+70
2025-05-06let deref patterns participate in usefulness/exhaustivenessdianne-7/+37
2025-05-07Rollup merge of #140713 - compiler-errors:check_ref_cast, r=lcnrJacob Pratt-8/+7
2025-05-07Rollup merge of #140607 - lcnr:opaque-type-storage, r=compiler-errorsJacob Pratt-81/+182
2025-05-07Rollup merge of #140419 - Jarcho:ctxt_external, r=NadrierilJacob Pratt-18/+28
2025-05-07Rollup merge of #139534 - madhav-madhusoodanan:apx-target-feature-addition, r...Jacob Pratt-17/+35
2025-05-07Rollup merge of #134273 - RalfJung:de-stabilize-bench, r=ibraheemdev,traviscrossJacob Pratt-29/+3
2025-05-07fix typo in autorefs lint doc exampleJoseph Perez-7/+7
2025-05-06Structurally resolve in check_ref_castMichael Goulet-8/+7
2025-05-06added error handle for error code > 9999Kivooeo-0/+1
2025-05-06Added `apxf` target feature support, under flag `apx_target_feature`Madhav Madhusoodanan-0/+15
2025-05-06Rollup merge of #140692 - Zalathar:linked-graph, r=wesleywiserGuillaume Gomez-23/+39
2025-05-06Rollup merge of #139966 - Zalathar:span-merge, r=oli-obkGuillaume Gomez-93/+59
2025-05-06Use the portable `AtomicU64`John Kåre Alsaker-2/+2