about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-03-07Rollup merge of #138073 - tmiasko:inline-asm-critical-edges, r=bjorn3Matthias Krüger-17/+44
2025-03-07Rollup merge of #138060 - jdonszelmann:revert-138019, r=compiler-errorsMatthias Krüger-74/+0
2025-03-07Auto merge of #138127 - compiler-errors:rollup-kcarqrz, r=compiler-errorsbors-48/+72
2025-03-06Auto merge of #138114 - compiler-errors:rollup-7xr4b69, r=compiler-errorsbors-521/+719
2025-03-06Rollup merge of #138117 - cuviper:passwrapper-size_t, r=UrgauMichael Goulet-5/+5
2025-03-06Rollup merge of #138094 - lcnr:cleanup-borrowck, r=fee1-deadMichael Goulet-16/+27
2025-03-06Rollup merge of #138092 - lqd:revert-136731, r=SparrowLiiMichael Goulet-0/+5
2025-03-06Rollup merge of #138081 - eholk:yield-feature, r=oli-obkMichael Goulet-21/+15
2025-03-06Rollup merge of #138075 - compiler-errors:final-seg, r=NoratriebMichael Goulet-1/+1
2025-03-06Rollup merge of #138064 - SergioGasquez:feat/xtensa-names, r=jieyouxuMichael Goulet-4/+4
2025-03-06Rollup merge of #137827 - yaahc:timestamp-metrics, r=estebankMichael Goulet-1/+15
2025-03-06Add the yield_expr featureEric Holk-21/+15
2025-03-06Update stdarchEric Huss-4/+4
2025-03-06Factor out check whether an unwind action generates invokeTomasz Miąsko-7/+10
2025-03-06Break critical edges in inline asm before code generationTomasz Miąsko-0/+26
2025-03-06[llvm/PassWrapper] use `size_t` when building arg stringsJosh Stone-5/+5
2025-03-06Rollup merge of #138038 - tgross35:update-builtins, r=tgross35Michael Goulet-2/+2
2025-03-06Rollup merge of #137920 - RalfJung:provenance-map-emptiness, r=oli-obkMichael Goulet-22/+22
2025-03-06Rollup merge of #137910 - compiler-errors:async-fn-goal-error, r=oli-obkMichael Goulet-54/+70
2025-03-06Rollup merge of #137834 - lolbinarycat:rustc_fluent_macro-137815, r=BoxyUwUMichael Goulet-2/+2
2025-03-06Rollup merge of #137825 - estebank:rtn-sugg-2, r=compiler-errorsMichael Goulet-6/+53
2025-03-06Rollup merge of #137820 - meithecatte:instantiate-opt, r=BoxyUwUMichael Goulet-1/+9
2025-03-06Rollup merge of #137808 - jswrenn:droppy-unsafe-fields, r=nnethercoteMichael Goulet-62/+0
2025-03-06Rollup merge of #137805 - RalfJung:layout-debug-print, r=NoratriebMichael Goulet-1/+1
2025-03-06Rollup merge of #137802 - RalfJung:miri-native-call-exposed, r=oli-obkMichael Goulet-10/+5
2025-03-06Rollup merge of #137764 - compiler-errors:always-applicable-negative-impl, r=...Michael Goulet-60/+139
2025-03-06Rollup merge of #137758 - jdonszelmann:fix-137662, r=nnethercoteMichael Goulet-0/+9
2025-03-06Rollup merge of #137744 - skius:master, r=NadrierilMichael Goulet-22/+25
2025-03-06Rollup merge of #137637 - compiler-errors:dyn-cast-from-dyn-star, r=oli-obkMichael Goulet-2/+2
2025-03-06Rollup merge of #137565 - compiler-errors:macro-ex, r=estebankMichael Goulet-15/+90
2025-03-06Rollup merge of #137303 - compiler-errors:maybe-forgor, r=cjgillotMichael Goulet-70/+4
2025-03-06Rollup merge of #136922 - oli-obk:pattern-types-option-ends, r=BoxyUwUMichael Goulet-169/+219
2025-03-06Rollup merge of #135733 - frank-king:feature/pin-self-receiver, r=oli-obk,tra...Michael Goulet-23/+67
2025-03-06Factor out edge breaking codeTomasz Miąsko-13/+11
2025-03-06fix typolcnr-1/+1
2025-03-06`TypeVerifier` do not walk into required constslcnr-12/+23
2025-03-06expand comments of `TyCtxt` impl of `DynSync`/`DynSend`Rémy Rakic-1/+3
2025-03-06Hide the end of ranges in pretty printing if it's also the maximum of the typeOli Scherer-1/+23
2025-03-06Remove the `Option` part of range ends in the HIROli Scherer-172/+167
2025-03-06`apply_closure_requirement` use `LocalDefId`lcnr-4/+4
2025-03-06Avoid having to handle an `Option` in the type systemOli Scherer-88/+125
2025-03-06Prefer a two value enum over boolOli Scherer-23/+19
2025-03-06Revert "rustc_middle: parallel: TyCtxt: remove "unsafe impl DynSend/DynSync""Rémy Rakic-0/+3
2025-03-05Use final path segment for diagnosticMichael Goulet-1/+1
2025-03-05Auto merge of #137907 - compiler-errors:inline-fnonce, r=saethlinbors-20/+16
2025-03-05feat: Remove - from xtensa targets cpu namesSergio Gasquez-4/+4
2025-03-05Revert #138019 after further discussion about adding this exception in hir-pr...Jana Dönszelmann-74/+0
2025-03-05Simplify `parse_self_param`Frank King-43/+20
2025-03-05Implement `&pin const self` and `&pin mut self` sugarsFrank King-3/+70
2025-03-05Rollup merge of #138028 - workingjubilee:is-rustic-abi, r=compiler-errors许杰友 Jieyou Xu (Joe)-32/+28