about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-02-25Auto merge of #137608 - fmease:rollup-h4siso6, r=fmeasebors-182/+123
2025-02-25Auto merge of #137611 - fmease:rollup-ln673ux, r=fmeasebors-10/+53
2025-02-25Rollup merge of #137515 - tgross35:update-builtins, r=tgross35León Orell Valerian Liehr-2/+2
2025-02-25Rollup merge of #137360 - real-eren:rustc_span/use-chunks-exact, r=NoratriebLeón Orell Valerian Liehr-7/+5
2025-02-25Rollup merge of #135480 - oli-obk:sized-method-on-unsized-impl, r=lcnrLeón Orell Valerian Liehr-1/+46
2025-02-25Rollup merge of #137602 - davidtwco:force-inline-description, r=fmeaseLeón Orell Valerian Liehr-1/+1
2025-02-25Rollup merge of #137600 - davidtwco:predicate-polarity-comment, r=fmeaseLeón Orell Valerian Liehr-2/+0
2025-02-25Rollup merge of #137595 - folkertdev:remove-simd-pow-powi, r=RalfJungLeón Orell Valerian Liehr-86/+8
2025-02-25Rollup merge of #137464 - chenyukang:yukang-fix-136343, r=estebankLeón Orell Valerian Liehr-5/+9
2025-02-25Rollup merge of #137444 - compiler-errors:drop-lint, r=oli-obkLeón Orell Valerian Liehr-77/+79
2025-02-25Rollup merge of #137370 - RalfJung:x86-abi-fallback, r=SparrowLiiLeón Orell Valerian Liehr-11/+26
2025-02-25Auto merge of #133832 - madsmtm:apple-symbols.o, r=DianQKbors-3/+140
2025-02-25remove `simd_fpow` and `simd_fpowi`Folkert de Vries-86/+8
2025-02-25Don't require method impls for methods with `Self:Sized` bounds for impls for...Oli Scherer-1/+46
2025-02-25Auto merge of #137571 - tgross35:rollup-i1tcnv1, r=tgross35bors-6/+0
2025-02-25Auto merge of #137573 - compiler-errors:rollup-noq9yhp, r=compiler-errorsbors-458/+265
2025-02-24Rollup merge of #137556 - RalfJung:simd_shuffle_const_generic, r=oli-obkMichael Goulet-5/+5
2025-02-24Rollup merge of #137550 - matthewjasper:panic-later-for-missing-dropck-error,...Michael Goulet-5/+4
2025-02-24Rollup merge of #137548 - compiler-errors:asm-ty, r=oli-obkMichael Goulet-6/+22
2025-02-24Rollup merge of #137489 - RalfJung:no-more-rustc_intrinsic_must_be_overridden...Michael Goulet-151/+41
2025-02-24Rollup merge of #137417 - taiki-e:riscv-atomic, r=AmanieuMichael Goulet-0/+7
2025-02-24Rollup merge of #137289 - compiler-errors:coerce-unsized-errors, r=oli-obkMichael Goulet-253/+164
2025-02-24Rollup merge of #137109 - bend-n:knife, r=oli-obkTrevor Gross-6/+0
2025-02-24Auto merge of #135726 - jdonszelmann:attr-parsing, r=oli-obkbors-1790/+3514
2025-02-24Deduplicate CoerceUnsized and DispatchFromDyn impl errorsMichael Goulet-3/+13
2025-02-24Simplify trait error message for CoercePointee validationMichael Goulet-47/+84
2025-02-24Consolidate and rework CoercePointee and DispatchFromDyn errorsMichael Goulet-222/+89
2025-02-24More eagerly bail in DispatchFromDyn validationMichael Goulet-25/+22
2025-02-24Remove dyn_compatible_for_dispatchMichael Goulet-38/+22
2025-02-24Consider lvalues of field and index as possibly temporary placesMichael Goulet-0/+8
2025-02-24More commentsMichael Goulet-8/+16
2025-02-24Improve behavior of IF_LET_RESCOPE around temporaries and place expressionsMichael Goulet-77/+63
2025-02-24rename simd_shuffle_generic → simd_shuffle_const_genericRalf Jung-5/+5
2025-02-24Don't immediately panic if dropck fails without returning errorsMatthew Jasper-5/+4
2025-02-24Better error message for unsized pointersMichael Goulet-1/+18
2025-02-24Properly support thin ptrs that are only thin due to their param-env in asm m...Michael Goulet-5/+4
2025-02-24lower attr spans and inline some functions to hopefully mitigate perf regress...Jana Dönszelmann-13/+52
2025-02-24add test to verify that #132391 can be closedJana Dönszelmann-5/+8
2025-02-24change smir attributes getters to only support tool attributesJana Dönszelmann-26/+43
2025-02-24pretty print hir attributesJana Dönszelmann-21/+316
2025-02-24Fix rustdoc and clippyJana Dönszelmann-0/+1
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-1313/+1488
2025-02-24Introduce new parsing infrastructure and types for parsed attributesJana Dönszelmann-276/+1408
2025-02-24Change span field accesses to method callsJana Dönszelmann-201/+263
2025-02-24Update `compiler-builtins` to 0.1.148Trevor Gross-2/+2
2025-02-24feature: fix typo in attribute descriptionDavid Wood-1/+1
2025-02-24type_ir: remove redundant part of commentDavid Wood-2/+0
2025-02-24Rollup merge of #137505 - tgross35:builtins-cannot-call-error, r=compiler-errorsJacob Pratt-6/+16
2025-02-24Rollup merge of #137501 - nnethercote:mv-impls-out-of-syntax, r=compiler-errorsJacob Pratt-116/+110
2025-02-24Rollup merge of #136610 - Jarcho:range_idx, r=NoratriebJacob Pratt-42/+144