about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-08-14Auto merge of #114781 - fee1-dead-contrib:param-impl-source, r=davidtwcobors-42/+37
2023-08-14reviewlcnr-9/+6
2023-08-14check for non-defining uses of RPITlcnr-27/+17
2023-08-14Remove constness from `ImplSource::Param`Deadbeef-42/+37
2023-08-14Auto merge of #114787 - compiler-errors:issue-114783, r=jackh726bors-1/+10
2023-08-13Auto merge of #114742 - compiler-errors:opaques-are-not-injective, r=aliemjaybors-1/+1
2023-08-13Select obligations before processing wf obligation in compare_method_predicat...Michael Goulet-1/+10
2023-08-13Rollup merge of #114354 - Zalathar:external-counters, r=jackh726Guillaume Gomez-257/+223
2023-08-13Auto merge of #113722 - bjorn3:allocator_shim_refactor, r=jackh726bors-92/+90
2023-08-13Auto merge of #114758 - fmease:fix-nice-re-err-ice-gci, r=cjgillotbors-17/+7
2023-08-13Auto merge of #114757 - Urgau:transmute-with-invalid_reference_casting, r=est31bors-24/+48
2023-08-13Auto merge of #114723 - petrochenkov:noplugin2, r=davidtwcobors-90/+126
2023-08-13Auto merge of #114732 - gurry:issue-114683, r=compiler-errorsbors-1/+1
2023-08-13Auto merge of #114457 - lcnr:trait_ref_is_knowable-normalize, r=compiler-errorsbors-119/+167
2023-08-13Store BCB counters externally, not directly in the BCB graphZalathar-158/+157
2023-08-13Accumulate intermediate expressions into `CoverageCounters`Zalathar-95/+63
2023-08-13Rename helper struct `BcbCounters` to `MakeBcbCounters`Zalathar-4/+3
2023-08-13Auto merge of #114739 - lcnr:int-infer-impls, r=compiler-errorsbors-9/+4
2023-08-12lower `evaluate_goal` stability check to `warn`lcnr-36/+56
2023-08-12normalize in `trait_ref_is_knowable` in new solverlcnr-83/+111
2023-08-12Auto merge of #114756 - matthiaskrgr:rollup-4m7l4p6, r=matthiaskrgrbors-13/+22
2023-08-12Opaques do not constrain generic paramsMichael Goulet-1/+1
2023-08-12Auto merge of #114710 - Urgau:fix-expect-dead_code-114557, r=cjgillotbors-33/+93
2023-08-12Don't crash when reporting nice region errors for generic const itemsLeón Orell Valerian Liehr-17/+7
2023-08-12Also consider `transmute` with the `invalid_reference_casting` lintUrgau-24/+48
2023-08-12Rollup merge of #114703 - ouz-a:smir_allocation, r=oli-obkMatthias Krüger-1/+4
2023-08-12Rollup merge of #114692 - lcnr:internal_features-warn, r=NilstriebMatthias Krüger-2/+2
2023-08-12Rollup merge of #114667 - compiler-errors:issue-114664, r=davidtwcoMatthias Krüger-2/+15
2023-08-12Rollup merge of #114584 - darklyspaced:master, r=cjgillotMatthias Krüger-7/+1
2023-08-12Remove unnecessary feature gatesJacob Pratt-1/+0
2023-08-11Only check outlives goals on impl compared to traitJack Huey-12/+39
2023-08-11remove builtin impl for float and int inferlcnr-9/+4
2023-08-11Fix typoGurinder Singh-1/+1
2023-08-11Auto merge of #114672 - lenawanel:master, r=compiler-errorsbors-5/+2
2023-08-11rustc: Move `features` from `Session` to `GlobalCtxt`Vadim Petrochenkov-90/+126
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-11Record binder for bare trait object in LifetimeCollectVisitorMichael Goulet-2/+15
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-10Respect `#[expect]` the same way `#[allow]` is with the `dead_code` lintUrgau-33/+93
2023-08-10Auto merge of #114474 - estebank:missing-semi, r=compiler-errorsbors-12/+17
2023-08-10cover ParamConstouz-a-1/+4
2023-08-10Add impl trait declarations to SMIRSantiago Pastorino-1/+75
2023-08-10Fix copy & paste doc errorSantiago Pastorino-1/+1