about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-02-25Rollup merge of #137444 - compiler-errors:drop-lint, r=oli-obkLeón Orell Valerian Liehr-78/+146
2025-02-25Rollup merge of #137370 - RalfJung:x86-abi-fallback, r=SparrowLiiLeón Orell Valerian Liehr-11/+26
2025-02-25Auto merge of #137571 - tgross35:rollup-i1tcnv1, r=tgross35bors-57/+51
2025-02-25Auto merge of #137573 - compiler-errors:rollup-noq9yhp, r=compiler-errorsbors-2902/+1432
2025-02-24Rollup merge of #137556 - RalfJung:simd_shuffle_const_generic, r=oli-obkMichael Goulet-55/+55
2025-02-24Rollup merge of #137552 - rustbot:docs-update, r=ehussMichael Goulet-0/+0
2025-02-24Rollup merge of #137550 - matthewjasper:panic-later-for-missing-dropck-error,...Michael Goulet-5/+37
2025-02-24Rollup merge of #137548 - compiler-errors:asm-ty, r=oli-obkMichael Goulet-6/+71
2025-02-24Rollup merge of #137543 - petrochenkov:wintest, r=ChrisDentonMichael Goulet-0/+4
2025-02-24Rollup merge of #137530 - LukasWoodtli:gardena/lw/mips_dwarf, r=jieyouxuMichael Goulet-3/+4
2025-02-24Rollup merge of #137489 - RalfJung:no-more-rustc_intrinsic_must_be_overridden...Michael Goulet-1636/+427
2025-02-24Rollup merge of #137417 - taiki-e:riscv-atomic, r=AmanieuMichael Goulet-0/+12
2025-02-24Rollup merge of #137321 - aviraxp:patch-1, r=cuviperMichael Goulet-1/+3
2025-02-24Rollup merge of #137289 - compiler-errors:coerce-unsized-errors, r=oli-obkMichael Goulet-310/+308
2025-02-24Rollup merge of #136522 - compiler-errors:dyn_compatible_for_dispatch, r=oli-obkMichael Goulet-886/+511
2025-02-24Rollup merge of #137516 - RalfJung:rustc_const_unstable-cleanup, r=AmanieuTrevor Gross-4/+1
2025-02-24Rollup merge of #137493 - nabijaczleweli:python3, r=KobzolTrevor Gross-1/+1
2025-02-24Rollup merge of #137349 - thaliaarchi:io-optional-methods/zkvm, r=NoratriebTrevor Gross-1/+9
2025-02-24Rollup merge of #137109 - bend-n:knife, r=oli-obkTrevor Gross-22/+9
2025-02-24Rollup merge of #136775 - robertbastian:patch-2, r=AmanieuTrevor Gross-5/+2
2025-02-24Rollup merge of #136668 - WaffleLapkin:from_utf8_mut, r=AmanieuTrevor Gross-3/+2
2025-02-24Rollup merge of #135933 - hkBst:patch-19, r=workingjubileeTrevor Gross-5/+17
2025-02-24Rollup merge of #134655 - GrigorenkoPV:hash_extract_if, r=cuviperTrevor Gross-16/+10
2025-02-24Auto merge of #135726 - jdonszelmann:attr-parsing, r=oli-obkbors-2259/+3930
2025-02-24Deduplicate CoerceUnsized and DispatchFromDyn impl errorsMichael Goulet-49/+19
2025-02-24Simplify trait error message for CoercePointee validationMichael Goulet-50/+199
2025-02-24Consolidate and rework CoercePointee and DispatchFromDyn errorsMichael Goulet-276/+158
2025-02-24More eagerly bail in DispatchFromDyn validationMichael Goulet-25/+22
2025-02-24Remove dyn_compatible_for_dispatchMichael Goulet-886/+511
2025-02-24Consider lvalues of field and index as possibly temporary placesMichael Goulet-1/+46
2025-02-24More commentsMichael Goulet-8/+16
2025-02-24Improve behavior of IF_LET_RESCOPE around temporaries and place expressionsMichael Goulet-77/+92
2025-02-24rename simd_shuffle_generic → simd_shuffle_const_genericRalf Jung-55/+55
2025-02-24Update booksrustbot-0/+0
2025-02-24Don't immediately panic if dropck fails without returning errorsMatthew Jasper-5/+37
2025-02-24Better error message for unsized pointersMichael Goulet-1/+55
2025-02-24Properly support thin ptrs that are only thin due to their param-env in asm m...Michael Goulet-5/+16
2025-02-24std: Fix another new symlink test on WindowsVadim Petrochenkov-0/+4
2025-02-24Auto merge of #137523 - lnicola:sync-from-ra, r=lnicolabors-498/+718
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/+24
2025-02-24change smir attributes getters to only support tool attributesJana Dönszelmann-68/+45
2025-02-24pretty print hir attributesJana Dönszelmann-21/+335
2025-02-24Fix test output expectationsJana Dönszelmann-246/+186
2025-02-24simplify must-use lint slightlyJana Dönszelmann-52/+47
2025-02-24Fix rustdoc and clippyJana Dönszelmann-121/+134
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-1325/+1502
2025-02-24Introduce new parsing infrastructure and types for parsed attributesJana Dönszelmann-282/+1417
2025-02-24Change span field accesses to method callsJana Dönszelmann-201/+263
2025-02-24DWARF mixed versions with LTO on MIPSLukas Woodtli-3/+4