| Age | Commit message (Expand) | Author | Lines |
| 2023-01-19 | Do not filter substs in `remap_generic_params_to_declaration_params`. | Camille GILLOT | -1/+1 |
| 2022-11-21 | Add more regression tests | Oli Scherer | -6/+6 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -11/+38 |
| 2022-11-18 | rename `is_tainted_by_errors` | Boxy | -1/+1 |
| 2022-11-18 | `InferCtxt::is_tainted_by_errors` returns `ErrorGuaranteed` | Boxy | -2/+2 |
| 2022-11-16 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -5/+3 |
| 2022-11-14 | Give precendence to regions from member constaints when inferring concrete ty... | Camille GILLOT | -11/+38 |
| 2022-11-09 | lint auto pass | AndyJado | -0/+8 |
| 2022-11-08 | add 'ty_error_with_guaranteed' and 'const_error_with_guaranteed' | yukang | -2/+2 |
| 2022-11-08 | Rollup merge of #103865 - compiler-errors:fallback-has-occurred-tracking, r=e... | Dylan DPC | -1/+1 |
| 2022-11-06 | Auto merge of #102618 - aliemjay:simplify-closure-promote, r=compiler-errors | bors | -147/+18 |
| 2022-11-06 | Move fallback_has_occurred to FnCtxt | Michael Goulet | -1/+1 |
| 2022-11-05 | use spans in TypeTest rather than mir::Location | Ali MJ Al-Nasrawy | -8/+8 |
| 2022-11-05 | simplify applying closure requirements | Ali MJ Al-Nasrawy | -139/+10 |
| 2022-11-05 | Rollup merge of #103868 - compiler-errors:trait-engine-less, r=jackh726 | Matthias Krüger | -28/+25 |
| 2022-11-02 | Use TraitEngine less | Michael Goulet | -28/+25 |
| 2022-10-31 | Collect late-bound regions from all closure parents in `closure_mapping` | Michael Goulet | -1/+1 |
| 2022-10-28 | Rollup merge of #103641 - compiler-errors:issue-103624, r=cjgillot | Matthias Krüger | -5/+5 |
| 2022-10-27 | Revert "Make ClosureOutlivesRequirement not rely on an unresolved type" | Michael Goulet | -5/+5 |
| 2022-10-25 | Use the general type API instead of directly accessing register_hidden_type | Oli Scherer | -8/+6 |
| 2022-10-20 | Auto merge of #103220 - compiler-errors:deny-infers, r=lcnr | bors | -5/+5 |
| 2022-10-20 | Auto merge of #102417 - oli-obk:opaque_lifetimes2, r=jackh726 | bors | -1/+1 |
| 2022-10-19 | Make ClosureOutlivesRequirement not rely on an unresolved type | Michael Goulet | -5/+5 |
| 2022-10-16 | Auto merge of #102080 - yanchen4791:issue-99824-fix, r=cjgillot | bors | -1/+22 |
| 2022-10-14 | Require lifetime bounds for opaque types in order to allow hidden types to ca... | Oli Scherer | -1/+1 |
| 2022-10-07 | Remap hidden types from typeck before storing them in the TypeckResult | Oli Scherer | -1/+1 |
| 2022-10-07 | Move ReverseMapper logic onto OpaqueHiddenType | Oli Scherer | -224/+7 |
| 2022-10-07 | Remove some dead code | Oli Scherer | -25/+1 |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -61/+57 |
| 2022-10-07 | Remove TypeckResults from InferCtxt | Cameron Steffen | -9/+9 |
| 2022-10-07 | Introduce TypeErrCtxt | Cameron Steffen | -2/+3 |
| 2022-10-02 | Remove 'E0312' from 'compile_fail,E0312' statement temporarily | reez12g | -2/+2 |
| 2022-09-29 | Mark ignore on error code docs in compiler/rustc_borrowck/src/region_infer/m... | reez12g | -2/+2 |
| 2022-09-28 | Fix missing explanation of where borrowed reference is used when the borrow o... | Yan Chen | -1/+22 |
| 2022-09-16 | Final bits | Jack Huey | -2/+14 |
| 2022-09-16 | Add ExtraConstraintInfo | Jack Huey | -9/+13 |
| 2022-09-16 | Add outlives_constraint to BlameConstraint | Jack Huey | -0/+2 |
| 2022-09-16 | Make QueryOutlivesConstraint contain a ConstraintCategory | Jack Huey | -2/+11 |
| 2022-09-16 | Revert "Better errors for implied static bound" | Jack Huey | -38/+11 |
| 2022-09-13 | Better errors for implied static bound | Jack Huey | -11/+38 |
| 2022-09-13 | Cleanup retrieve_closure_constraint_info | Jack Huey | -41/+29 |
| 2022-09-13 | Remove unused body args | Jack Huey | -22/+4 |
| 2022-09-08 | Remove ReEmpty | Jack Huey | -2/+2 |
| 2022-09-08 | In ReverseMapper, don't fallback to ReEmpty, instead ReStatic | Jack Huey | -21/+11 |
| 2022-09-08 | Create VarValue::Empty | Jack Huey | -1/+1 |
| 2022-09-08 | remove unnecessary `PartialOrd` and `Ord` | Takayuki Maeda | -1/+0 |
| 2022-09-01 | tracing::instrument cleanup | Oli Scherer | -18/+12 |
| 2022-08-29 | Rollup merge of #101146 - jackh726:borrowck-logging, r=compiler-errors | Matthias Krüger | -15/+9 |
| 2022-08-29 | Various changes to logging of borrowck-related code | Jack Huey | -15/+9 |
| 2022-08-29 | Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obk | Matthias Krüger | -2/+2 |