about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-11-09Add v9 and leoncasa target feature to sparcTaiki Endo-0/+14
2024-11-06Auto merge of #132625 - compiler-errors:cache-only-if-opaque, r=lcnrbors-6/+18
2024-11-06Auto merge of #132404 - makai410:suggest-swap-lhs-rhs, r=fee1-deadbors-2/+63
2024-11-06Auto merge of #132663 - estebank:e0320-tweak, r=compiler-errorsbors-2/+2
2024-11-06Auto merge of #132664 - matthiaskrgr:rollup-i27nr7i, r=matthiaskrgrbors-121/+30
2024-11-05Rollup merge of #132660 - ehuss:remove-unused-errs, r=saethlinMatthias Krüger-88/+0
2024-11-05Rollup merge of #132562 - alexcrichton:remove-wasm32-wasi, r=jieyouxuMatthias Krüger-28/+3
2024-11-05Rollup merge of #132077 - alexcrichton:wide-arithmetic, r=jieyouxuMatthias Krüger-0/+4
2024-11-05Rollup merge of #131405 - davidtwco:hardcoded-strip-macos, r=jieyouxu,albertl...Matthias Krüger-5/+23
2024-11-05Auto merge of #132661 - matthiaskrgr:rollup-npytbl6, r=matthiaskrgrbors-19/+110
2024-11-05Tweak E0320 overflow error wordingEsteban Küber-2/+2
2024-11-05Rollup merge of #132642 - GuillaumeGomez:attr-docs, r=compiler-errorsMatthias Krüger-0/+46
2024-11-05Rollup merge of #132637 - blyxyas:lint-less-passes, r=flip1995Matthias Krüger-0/+3
2024-11-05Rollup merge of #132567 - estebank:bad-suggestion, r=NadrierilMatthias Krüger-10/+36
2024-11-05Rollup merge of #132498 - uellenberg:typo-and-let-suggestions, r=estebankMatthias Krüger-3/+6
2024-11-05Rollup merge of #132259 - mrkajetanp:branch-protection-pauth-lr, r=davidtwcoMatthias Krüger-6/+19
2024-11-05Remove unused errs.rs fileEric Huss-88/+0
2024-11-05Auto merge of #132631 - workingjubilee:rollup-dx0krqp, r=workingjubileebors-5/+41
2024-11-05Only disable cache if predicate has opaques within itMichael Goulet-6/+18
2024-11-05Auto merge of #129884 - RalfJung:forbidden-target-features, r=workingjubileebors-157/+300
2024-11-05Add documentation on `ast::Attribute`Guillaume Gomez-0/+46
2024-11-05Do not filter empty passes & Make CTFE Clippy into lintless passblyxyas-0/+3
2024-11-05codegen_ssa: use `llvm-objcopy` for macOS stripDavid Wood-5/+23
2024-11-05Rollup merge of #132600 - durin42:llvm-20-passbuilder-arg, r=ZalatharJubilee-5/+41
2024-11-05Auto merge of #132580 - compiler-errors:globs, r=Noratriebbors-245/+261
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-05suggest swapping the equalitymakai410-2/+63
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-04mark some target features as 'forbidden' so they cannot be (un)setRalf Jung-157/+300
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