about summary refs log tree commit diff
path: root/compiler/rustc_borrowck
AgeCommit message (Expand)AuthorLines
2023-01-17Handle diagnostics customization on the fluent sideOli Scherer-12/+0
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-14/+14
2023-01-17Rollup merge of #106829 - compiler-errors:more-alias-combine, r=spastorinoMatthias Krüger-7/+2
2023-01-17Account for method call and indexing when looking for inner-most path in expr...Esteban Küber-1/+3
2023-01-17Account for field access when looking for inner-most path in expressionEsteban Küber-1/+2
2023-01-17Account for `*` when looking for inner-most path in expressionEsteban Küber-1/+3
2023-01-16Rollup merge of #106940 - oli-obk:tait_error, r=compiler-errorsMatthias Krüger-12/+21
2023-01-16Improve a TAIT error and add an error code plus documentationOli Scherer-12/+21
2023-01-15Tweak E0597Esteban Küber-5/+33
2023-01-15Remove bound_{explicit,}_item_boundsMichael Goulet-27/+21
2023-01-15Make InstantiatedPredicates impl IntoIteratorMichael Goulet-5/+1
2023-01-14Fix some missed double spaces.André Vennberg-1/+1
2023-01-14Removed various double spaces in compiler source comments.André Vennberg-1/+1
2023-01-13Unify Opaque/Projection handling in region outlives codeMichael Goulet-7/+2
2023-01-13Rollup merge of #106641 - chenyukang:yukang/fix-105761-segguest-this, r=estebankMatthias Krüger-5/+145
2023-01-12Fix ICE formattingEsteban Küber-1/+1
2023-01-12take care when there is no args in method callyukang-14/+12
2023-01-12Provide help on closures capturing self causing borrow checker errorsyukang-5/+147
2023-01-11Do not filter substs in `remap_generic_params_to_declaration_params`.Camille GILLOT-1/+1
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-3/+3
2023-01-10Rollup merge of #106204 - compiler-errors:no-take-opaques-in-compare, r=oli-obkYuki Okushi-2/+2
2023-01-09Auto merge of #106637 - fee1-dead-contrib:rollup-ticvmsd, r=fee1-deadbors-92/+63
2023-01-09Assert defining anchor is set in take_opaque_typesMichael Goulet-2/+2
2023-01-09Rollup merge of #106549 - wcampbell0x2a:use-fmt-named-parameters-borrowck, r=...fee1-dead-92/+63
2023-01-09Auto merge of #101947 - aliemjay:astconv-normalize, r=lcnrbors-150/+130
2023-01-08Rollup merge of #106410 - clubby789:borrow-mut-self-mut-self-diag, r=compiler...Yuki Okushi-11/+16
2023-01-07Rollup merge of #106509 - estebank:closure-in-block, r=davidtwcoMatthias Krüger-11/+41
2023-01-07make ascribe_user_type a TypeOpAli MJ Al-Nasrawy-150/+130
2023-01-06Use fmt named parameters in rustc_borrowckwcampbell-92/+63
2023-01-05Suggests adding named lifetime when the return contains value borrowed from m...yanchen4791-2/+11
2023-01-05Detect closures assigned to binding in blockEsteban Küber-11/+41
2023-01-05Explain error with `&mut self` for unsized trait implsclubby789-11/+16
2023-01-04Rollup merge of #106403 - compiler-errors:rename-hir-methods, r=cjgillotMichael Goulet-2/+2
2023-01-04Merge borrowck permission checksGiacomo Pasini-37/+11
2023-01-04Address commentsMichael Goulet-67/+8
2023-01-04Simplify some iterator combinatorsMichael Goulet-42/+31
2023-01-04rename get_parent_node to parent_idMichael Goulet-2/+2
2023-01-01Verbose suggestionsEsteban Küber-3/+3
2023-01-01Merge multiple mutable borrows of immutable binding errorsEsteban Küber-35/+107
2022-12-31Auto merge of #106245 - estebank:mutability-suggestions, r=jyn514bors-21/+12
2022-12-28Use verbose suggestions for mutability errorsEsteban Küber-21/+12
2022-12-28Rename `Rptr` to `Ref` in AST and HIRNilstrieb-7/+4
2022-12-27Auto merge of #106095 - estebank:pin-mut-reborrow, r=compiler-errorsbors-10/+59
2022-12-26review commentsEsteban Küber-7/+5
2022-12-25Remove redundant clone suggestionEsteban Küber-1/+13
2022-12-25Create new inference contextEsteban Küber-29/+33
2022-12-25fix more clippy::style findingsMatthias Krüger-23/+22
2022-12-23Do not use `hir_ty_to_ty`Esteban Küber-16/+10
2022-12-24Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholkMatthias Krüger-11/+8
2022-12-23Verify receiver is of `self: Pin<&mut Self>`Esteban Küber-2/+6