about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-08-11remove builtin impl for float and int inferlcnr-9/+4
2023-08-11Auto merge of #114672 - lenawanel:master, r=compiler-errorsbors-5/+2
2023-08-11Auto merge of #114718 - compiler-errors:rollup-1am5rpn, r=compiler-errorsbors-231/+363
2023-08-10Rollup merge of #114712 - compiler-errors:comment-nits, r=lcnrMichael Goulet-9/+9
2023-08-10Rollup merge of #114694 - lcnr:provisional-cache, r=compiler-errorsMichael Goulet-40/+57
2023-08-10Rollup merge of #114662 - fmease:lazy-ty-aliases-unlock-trailing-wcs, r=oli-obkMichael Goulet-47/+89
2023-08-10Rollup merge of #114622 - petrochenkov:noplugin, r=oli-obkMichael Goulet-133/+132
2023-08-10Rollup merge of #114599 - spastorino:add-impl-trait-smir, r=oli-obkMichael Goulet-2/+76
2023-08-11Auto merge of #114507 - sebastiantoh:issue-114235, r=jackh726bors-12/+28
2023-08-10Comment nitsMichael Goulet-9/+9
2023-08-10Auto merge of #114005 - Zalathar:no-cstr, r=jackh726bors-26/+52
2023-08-10Auto merge of #114474 - estebank:missing-semi, r=compiler-errorsbors-12/+17
2023-08-10Add impl trait declarations to SMIRSantiago Pastorino-1/+75
2023-08-10Fix copy & paste doc errorSantiago Pastorino-1/+1
2023-08-10Unlock trailing where-clauses for lazy type aliasesLeón Orell Valerian Liehr-47/+89
2023-08-10Rollup merge of #114684 - compiler-errors:redundant-resolves, r=lcnrMatthias Krüger-14/+7
2023-08-10Rollup merge of #114678 - MortenLohne:bugfix/hir-has-side-effects, r=compiler...Matthias Krüger-2/+2
2023-08-10make the provisional cache slightly less brokenlcnr-40/+57
2023-08-10fix #114275lena-5/+2
2023-08-10Auto merge of #114614 - RalfJung:offset-of-sanity, r=cjgillotbors-1/+6
2023-08-10Remove redundant calls to resolve_vars_with_obligationsMichael Goulet-3/+4
2023-08-10Remove redundant methodMichael Goulet-11/+3
2023-08-10Auto merge of #114648 - compiler-errors:perf-114604, r=lqdbors-5/+7
2023-08-10Bugfix: 'can_have_side_effects()' would return 'false' for struct/enum/array/...Morten Lohne-2/+2
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-09rustc: Move `stable_crate_id` from `Session` to `GlobalCtxt`Vadim Petrochenkov-27/+25
2023-08-09rustc: Move `crate_types` from `Session` to `GlobalCtxt`Vadim Petrochenkov-106/+107
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