about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-11-05Rollup merge of #132600 - durin42:llvm-20-passbuilder-arg, r=ZalatharJubilee-5/+41
2024-11-05Auto merge of #132626 - workingjubilee:rollup-hbmtbzk, r=workingjubileebors-46/+108
2024-11-05PassWrapper: adapt for new parameter in LLVMAugie Fackler-5/+41
2024-11-04Rollup merge of #132608 - mejrs:type_impls_trait, r=compiler-errorsJubilee-0/+18
2024-11-04Rollup merge of #132587 - nnethercote:revert-avoid-nested-replacement-ranges,...Jubilee-7/+21
2024-11-04Rollup merge of #132492 - RalfJung:const-intrinsics, r=compiler-errorsJubilee-39/+33
2024-11-04Rollup merge of #132025 - duncpro:E0027, r=compiler-errorsJubilee-0/+19
2024-11-04Rollup merge of #131153 - VulnBandit:copy_impl_vuln, r=compiler-errorsJubilee-0/+17
2024-11-05Auto merge of #131341 - taiki-e:ppc-clobber-abi, r=bzEq,workingjubileebors-7/+115
2024-11-05Explain how to evaluate an obligationmejrs-3/+9
2024-11-04when an intrinsic has a const-stable fallback body, we can easily expose it o...Ralf Jung-6/+13
2024-11-04add new rustc_const_stable_intrinsic attribute for const-stable intrinsicsRalf Jung-8/+20
2024-11-04remove support for extern-block const intrinsicsRalf Jung-31/+6
2024-11-04Rollup merge of #132583 - mejrs:tuples, r=compiler-errorsMatthias Krüger-0/+39
2024-11-04Rollup merge of #132559 - bvanjoi:fix-132534, r=compiler-errorsMatthias Krüger-8/+2
2024-11-04Rollup merge of #132544 - dianne:unstable-library-feature-backticks, r=compil...Matthias Krüger-4/+4
2024-11-04Rollup merge of #132486 - compiler-errors:no-binder, r=lcnrMatthias Krüger-9/+3
2024-11-04Rollup merge of #132355 - practicalrs:fix_117638, r=SparrowLiiMatthias Krüger-3/+12
2024-11-04document `type_implements_trait`mejrs-0/+12
2024-11-04Auto merge of #132275 - compiler-errors:deref-effects, r=fee1-deadbors-12/+43
2024-11-04Suggest creating unary tuplesmejrs-0/+39
2024-11-04Auto merge of #132250 - nnethercote:rustc_borrowck-cleanups, r=compiler-errorsbors-385/+251
2024-11-04`BorrowckDiags` tweaks.Nicholas Nethercote-13/+5
2024-11-04Simplify `LocalUseMapBuild`.Nicholas Nethercote-48/+14
2024-11-04Merge `BorrowCheckContext` into `TypeChecker`.Nicholas Nethercote-173/+88
2024-11-04Remove unnecessary qualifiers.Nicholas Nethercote-3/+3
2024-11-04Remove unnecessary `continue`.Nicholas Nethercote-2/+1
2024-11-04Remove `ToUniverseInfo` impl for `CanonicalQueryInput<CustomTypeOp>`.Nicholas Nethercote-9/+0
2024-11-04Merge `UniverseInfo` and `UniverseInfoInner`.Nicholas Nethercote-25/+13
2024-11-04Tidy up comments and some formatting.Nicholas Nethercote-78/+92
2024-11-04Move some `use` declarations.Nicholas Nethercote-13/+12
2024-11-04Revert "Avoid nested replacement ranges" from #129346.Nicholas Nethercote-7/+21
2024-11-04Make sure to enforce ~const DerefMut on mutability fixupMichael Goulet-0/+1
2024-11-04Register const preds for Deref adjustments in HIR typeckMichael Goulet-12/+42
2024-11-04Reduce visibilities.Nicholas Nethercote-21/+23
2024-11-04find the generic container rather than simply looking up for the assoc with c...bohan-8/+2
2024-11-03Rollup merge of #132576 - jdonszelmann:no-attrid-in-stats, r=nnethercoteJubilee-80/+76
2024-11-03Rollup merge of #132565 - bjorn3:less_target_name_dependence, r=workingjubileeJubilee-38/+18
2024-11-03Rollup merge of #132423 - RalfJung:const-eval-align-offset, r=dtolnayJubilee-89/+6
2024-11-03Rollup merge of #131222 - thejpster:fix-sparc-v7-symbol-o, r=workingjubileeJubilee-1/+9
2024-11-03Rollup merge of #132574 - workingjubilee:abi-in-compiler, r=compiler-errorsJubilee-382/+363
2024-11-03Rollup merge of #132521 - klensy:times, r=compiler-errorsJubilee-16/+10
2024-11-03use backticks instead of single quotes when reporting "use of unstable librar...dianne-4/+4
2024-11-03compiler: Remove unused rustc_target from Cargo.tomlsJubilee Young-3/+0
2024-11-03compiler: Replace rustc_target with abi in symbol_manglingJubilee Young-5/+3
2024-11-03compiler: Directly use rustc_abi in sessionJubilee Young-2/+2
2024-11-03compiler: Directly use rustc_abi in lintsJubilee Young-7/+6
2024-11-03compiler: Directly use rustc_abi in ty_utilsJubilee Young-21/+19
2024-11-03compiler: Directly use rustc_abi in smir againJubilee Young-58/+58
2024-11-03compiler: Directly use rustc_abi in mir_transformJubilee Young-44/+45