about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-12-14Add documentation for custom mirJakob Degen-36/+224
2022-12-14Support more projections in custom mirJakob Degen-6/+210
2022-12-14Support common enum operations in custom mirJakob Degen-3/+279
2022-12-14Fix unsafetyck disabling for custom MIRJakob Degen-1/+30
2022-12-13Auto merge of #105667 - matthiaskrgr:rollup-fexlc0b, r=matthiaskrgrbors-3397/+3398
2022-12-13Rollup merge of #105659 - JakobDegen:storage-live-borrow, r=davidtwcoMatthias Krüger-9/+10
2022-12-13Rollup merge of #105628 - spastorino:small-doc-fixes, r=compiler-errorsMatthias Krüger-10/+7
2022-12-13Rollup merge of #105500 - oli-obk:unhide_unknown_spans, r=estebankMatthias Krüger-1666/+381
2022-12-13Rollup merge of #105476 - estebank:moves-n-borrows, r=compiler-errorsMatthias Krüger-816/+1842
2022-12-13Rollup merge of #105464 - nbdd0121:hir, r=compiler-errorsMatthias Krüger-49/+124
2022-12-13Rollup merge of #105438 - compiler-errors:move-methods, r=estebankMatthias Krüger-828/+857
2022-12-13Rollup merge of #105147 - nbdd0121:inline_const_unsafe, r=oli-obkMatthias Krüger-19/+177
2022-12-13Auto merge of #102813 - Akida31:issue-64915/simpler_diagnostic_when_passing_a...bors-14/+137
2022-12-13Account for dereference expressionsEsteban Küber-140/+208
2022-12-13Fix span for `&mut ` removal suggestionEsteban Küber-29/+30
2022-12-13Suggest `ref` for some patterns as a fallbackEsteban Küber-63/+476
2022-12-13Do not suggest borrowing binding in pattern in let elseEsteban Küber-14/+15
2022-12-13Change pattern borrowing suggestions to be verboseEsteban Küber-766/+1309
2022-12-13fix testsakida31-8/+0
2022-12-13Auto merge of #105646 - lqd:revert-thinlto, r=Mark-Simulacrumbors-2/+2
2022-12-13tidy: ignore filelengthakida31-0/+1
2022-12-13reduce to single suggestion for all argumentsakida31-89/+66
2022-12-13remove manual `fn_decl` extractionakida31-17/+3
2022-12-13change error messageakida31-22/+26
2022-12-13move changes to an extra functionakida31-66/+76
2022-12-13Remove `hint` from help messageakida31-22/+22
2022-12-13Fix stderr of tests which have improved diagnosticsakida31-0/+80
2022-12-13Improve diagnostic when passing arg to closure and missing borrow.akida31-0/+73
2022-12-13Auto merge of #105612 - oli-obk:bind_rustdoc, r=GuillaumeGomezbors-102/+174
2022-12-13Clarify explicit_predicates_of is_assoc_item_ty commentSantiago Pastorino-3/+4
2022-12-13Make InternalSubsts rust docs a bit clearerSantiago Pastorino-1/+1
2022-12-13Don't require owned data in `MaybeStorageLive`Jakob Degen-9/+10
2022-12-13bless fulldeps testsOli Scherer-3/+1
2022-12-13Use a label instead of a note for the drop site to create denser diagnosticsOli Scherer-45/+16
2022-12-13Stop pointing to operators if their libcore method source is not availableOli Scherer-70/+16
2022-12-13Avoid rendering empty annotationsOli Scherer-195/+94
2022-12-13Don't emit empty notesOli Scherer-46/+20
2022-12-13Clarify what "this" meansOli Scherer-50/+51
2022-12-13Inform the user which trait is meant in the diagnostic itself instead of rely...Oli Scherer-27/+40
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-1504/+417
2022-12-13Auto merge of #105350 - compiler-errors:faster-binder-relate, r=oli-obkbors-5/+63
2022-12-13Move some codegen-y methods from rustc_hir_analysis::collect -> rustc_codegen...Michael Goulet-828/+857
2022-12-13Auto merge of #105436 - nnethercote:inline-place_contents_drop_state_cannot_d...bors-51/+46
2022-12-13Fast path some binder relationsMichael Goulet-5/+63
2022-12-13Extract shared logic into a new functionGary Guo-20/+14
2022-12-13Add tests (currently broken) for unsafe + inline const patGary Guo-0/+39
2022-12-13Remove unnecessary recursive call to parent unsafeckGary Guo-3/+0
2022-12-13Ensure valid local_data is set for custom mir buildingGary Guo-1/+7
2022-12-13Add testsGary Guo-0/+80
2022-12-13Allow unsafe through inline const for THIR unsafety checkerGary Guo-12/+25