about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-08-10Auto merge of #114614 - RalfJung:offset-of-sanity, r=cjgillotbors-1/+6
2023-08-10Auto merge of #114648 - compiler-errors:perf-114604, r=lqdbors-5/+7
2023-08-09Auto merge of #114673 - matthiaskrgr:rollup-9kroqpp, r=matthiaskrgrbors-92/+396
2023-08-09Rollup merge of #114670 - compiler-errors:issue-114660, r=cjgillotMatthias Krüger-35/+30
2023-08-09Rollup merge of #114587 - ouz-a:smir_allocation, r=oli-obkMatthias Krüger-27/+186
2023-08-09Rollup merge of #114469 - estebank:arbitrary-self-types-mut-diff, r=davidtwcoMatthias Krüger-17/+68
2023-08-09Rollup merge of #111891 - rustbox:feat/riscv-isr-cconv, r=jackh726Matthias Krüger-13/+112
2023-08-09Don't use type_of to determine if item has intrinsic shimMichael Goulet-35/+30
2023-08-09Merge commit '8f9ac9c22d6594cf059d8e6c71d414cc5ccd7975' into sync_cg_clif-202...bjorn3-110/+194
2023-08-09only allocate bytes within AllocRangeouz-a-34/+47
2023-08-09Only resolve in new solverMichael Goulet-5/+7
2023-08-09Suggest using `Arc` on `!Send`/`!Sync` typesEsteban Kuber-0/+6
2023-08-09Convert Const to Allocation in smirouz-a-3/+149
2023-08-09review commentsEsteban Küber-19/+43
2023-08-09Rollup merge of #114606 - bvanjoi:fix-113462, r=compiler-errorsMatthias Krüger-2/+4
2023-08-09Rollup merge of #114548 - fee1-dead-contrib:migrate-to-trans, r=davidtwcoMatthias Krüger-41/+79
2023-08-08fix: add RiscvInterrupt* cconv to smirSeth Pellegrino-0/+4
2023-08-08feat: `riscv-interrupt-{m,s}` calling conventionsSeth Pellegrino-13/+108
2023-08-09Auto merge of #114470 - pnkfelix:dont-export-no-mangle-from-proc-macros-issue...bors-3/+22
2023-08-08Auto merge of #114637 - matthiaskrgr:rollup-544y8p5, r=matthiaskrgrbors-42/+126
2023-08-08Rollup merge of #114628 - cedihegi:master, r=oli-obkMatthias Krüger-2/+4
2023-08-08Rollup merge of #114615 - RalfJung:interpret-invalid-where, r=lcnrMatthias Krüger-13/+2
2023-08-08Rollup merge of #114612 - lqd:east-17-warning, r=nikicMatthias Krüger-2/+0
2023-08-08Rollup merge of #113593 - rcvalle:rust-cfi-fix-90546, r=wesleywiserMatthias Krüger-25/+72
2023-08-08Rollup merge of #113480 - Sword-Destiny:master, r=petrochenkovMatthias Krüger-0/+48
2023-08-08Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obkbors-134/+274
2023-08-08Auto merge of #114439 - Kobzol:remark-pgo-hotness, r=tmiaskobors-1/+10
2023-08-08Added comment on reason for method being publiccedihegi-0/+2
2023-08-08Allow reimplementation of drops_elaborated querycedihegi-2/+2
2023-08-08Only enable hotness information when PGO is availableJakub Beránek-3/+9
2023-08-08Auto merge of #114602 - compiler-errors:rpit-outlives-sadness, r=oli-obkbors-218/+149
2023-08-08remove llvm-wrapper include to silence deprecation warningRémy Rakic-2/+0
2023-08-08Auto merge of #114339 - ttsugriy:unsafe-utf8, r=davidtwcobors-1/+4
2023-08-08Simplify via map_rpit_lifetime_to_fn_lifetimeMichael Goulet-145/+21
2023-08-08Stop using identity args for opaque type wf checks and instead load the args ...Oli Scherer-76/+113
2023-08-08Install bidirectional outlives predicates for RPITITs (and RPITs) correctlyMichael Goulet-88/+110
2023-08-08interpret: remove incomplete protection against invalid where clausesRalf Jung-13/+2
2023-08-08offset_of: guard against invalid use (with unsized fields)Ralf Jung-1/+6
2023-08-08Auto merge of #114520 - RalfJung:unsized-valtrees, r=oli-obkbors-121/+45
2023-08-08fix: not insert missing lifetime for `ConstParamTy`bohan-2/+4
2023-08-08Auto merge of #114578 - petrochenkov:noplugin, r=cjgillotbors-130/+117
2023-08-08Unconditionally record lifetime mappingMichael Goulet-8/+4
2023-08-08Rollup merge of #114594 - compiler-errors:new-solver-resolve-aliases, r=lcnrMatthias Krüger-5/+11
2023-08-08Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli...Matthias Krüger-81/+98
2023-08-08Rollup merge of #114500 - taiki-e:arm-crypto, r=AmanieuMatthias Krüger-1/+0
2023-08-08Rollup merge of #114497 - taiki-e:revert-riscv-atomic, r=AmanieuMatthias Krüger-3/+3
2023-08-08Rollup merge of #114413 - CohenArthur:warn-macro-export-decl-macros, r=cjgillotMatthias Krüger-0/+22
2023-08-08Rollup merge of #114376 - inferiorhumanorgans:rustc-codegen-ssa-duplicate-exp...Matthias Krüger-9/+0
2023-08-07CFI: Fix error compiling core with LLVM CFI enabledRamon de C Valle-25/+72
2023-08-07check_attrs: Warn when #[macro_export] is used on macros 2.0Arthur Cohen-0/+22