about summary refs log tree commit diff
path: root/compiler/rustc_borrowck
AgeCommit message (Expand)AuthorLines
2023-02-27Auto merge of #108487 - cjgillot:no-typeck-mir, r=oli-obkbors-62/+33
2023-02-27avoid `&str` to `String` conversionsTakayuki Maeda-2/+2
2023-02-26Avoid more calls to typeck.Camille GILLOT-12/+15
2023-02-26Wrap more into into closure_typeinfo query.Camille GILLOT-45/+13
2023-02-26Access upvars through a query.Camille GILLOT-5/+5
2023-02-24Rename many interner functions.Nicholas Nethercote-8/+8
2023-02-23Auto merge of #108369 - compiler-errors:ty-error-more, r=BoxyUwUbors-23/+26
2023-02-23Rollup merge of #108350 - compiler-errors:assoc-type-bound-dogfooding, r=oli-obkMatthias Krüger-1/+2
2023-02-23Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error...bors-7/+4
2023-02-22Rename ty_error_with_guaranteed to ty_error, ty_error to ty_error_miscMichael Goulet-8/+8
2023-02-22Use ty_error_with_guaranteed in many more placesMichael Goulet-19/+22
2023-02-22Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obkbors-23/+23
2023-02-22Remove type-traversal trait aliasesAlan Egerton-23/+23
2023-02-22diagnostics: if AssocFn has self argument, describe as methodMichael Howell-7/+4
2023-02-22errors: generate typed identifiers in each crateDavid Wood-3/+135
2023-02-21Rollup merge of #104239 - b-naber:sccs-info, r=jackh726Matthias Krüger-61/+398
2023-02-21address reviewb-naber-12/+10
2023-02-21Make hidden type registration opt-in, so that each site can be reviewed on it...Oli Scherer-1/+2
2023-02-21Associated type bounds in some places in the compilerMichael Goulet-1/+2
2023-02-20remove cfg attributesb-naber-7/+5
2023-02-20Auto merge of #107969 - b-naber:proj-relate-variance, r=lcnrbors-4/+25
2023-02-19add some cfgs backb-naber-73/+130
2023-02-19remove cfgsb-naber-209/+42
2023-02-19rebaseb-naber-81/+92
2023-02-19some conditional importsb-naber-5/+5
2023-02-19sccs infob-naber-3/+69
2023-02-19collect existentials and placeholdersb-naber-14/+58
2023-02-19collect region contexts during mir renumberingb-naber-35/+337
2023-02-19add BorrowckInferCtxtb-naber-1/+29
2023-02-17Replace `mk_foo` calls with `infer_foo` where possible.Nicholas Nethercote-1/+1
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-16/+12
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-8/+10
2023-02-16Auto merge of #108127 - matthiaskrgr:rollup-kpzfc6j, r=matthiaskrgrbors-21/+8
2023-02-16Auto merge of #108020 - nnethercote:opt-mk_region, r=compiler-errorsbors-22/+16
2023-02-16Replace some `then`s with some `then_some`sMaybe Waffle-1/+1
2023-02-16`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`Maybe Waffle-21/+8
2023-02-15exhaustive matching in get_ambient_varianceb-naber-1/+9
2023-02-15Rollup merge of #108010 - compiler-errors:can_eq-returns-bool, r=lcnrMatthias Krüger-1/+1
2023-02-15Auto merge of #108006 - cjgillot:def-impl, r=oli-obkbors-9/+9
2023-02-15Rollup merge of #105300 - aliemjay:member-lower, r=oli-obkDylan DPC-11/+24
2023-02-15Add specialized variants of `mk_region`.Nicholas Nethercote-22/+16
2023-02-14Add `of_trait` to DefKind::Impl.Camille GILLOT-9/+9
2023-02-14s/eval_usize/eval_target_usize/ for clarityOli Scherer-1/+1
2023-02-13Make can_eq and can_sub return booleansMichael Goulet-1/+1
2023-02-13Alias folding/visiting traits instead of re-exportAlan Egerton-1/+1
2023-02-12only require sub type relation on field projection typesb-naber-4/+17
2023-02-11Auto merge of #107507 - BoxyUwU:deferred_projection_equality, r=lcnrbors-5/+1
2023-02-10emit `AliasEq` when relating type and const aliasesBoxy-5/+1
2023-02-10Auto merge of #107652 - estebank:re_error, r=oli-obkbors-7/+18
2023-02-09Update implied_outlives_bounds to properly register implied bounds behind nor...Jack Huey-5/+10