| Age | Commit message (Expand) | Author | Lines |
| 2023-01-11 | Make selfless `dyn AstConv` methods into toplevel functions | Maybe Waffle | -583/+568 |
| 2023-01-11 | Add `AstConv::astconv` method to remove `<dyn AstConv>::` calls | Maybe Waffle | -0/+7 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 |
| 2023-01-09 | Auto merge of #101947 - aliemjay:astconv-normalize, r=lcnr | bors | -28/+23 |
| 2023-01-08 | Auto merge of #106235 - compiler-errors:rework-bounds-collection, r=davidtwco | bors | -28/+65 |
| 2023-01-07 | introduce AstConv::probe_adt | Ali MJ Al-Nasrawy | -7/+15 |
| 2023-01-07 | don't normalize in astconv | Ali MJ Al-Nasrawy | -25/+12 |
| 2023-01-07 | Auto merge of #106283 - JulianKnodt:enum_err, r=cjgillot | bors | -10/+19 |
| 2023-01-04 | get_parent and find_parent | Michael Goulet | -1/+1 |
| 2023-01-04 | rename get_parent_node to parent_id | Michael Goulet | -1/+1 |
| 2023-01-03 | Add note about wrapping in braces | kadmin | -10/+19 |
| 2022-12-28 | Rework hir Bounds collection | Michael Goulet | -28/+65 |
| 2022-12-28 | Rename `Rptr` to `Ref` in AST and HIR | Nilstrieb | -1/+1 |
| 2022-12-25 | fix some typos | KaDiWa | -1/+1 |
| 2022-12-19 | Auto merge of #103600 - compiler-errors:early-binder-nits, r=spastorino | bors | -9/+5 |
| 2022-12-18 | use &str / String literals instead of format!() | Matthias Krüger | -1/+1 |
| 2022-12-14 | Remove TraitRef::new | Oli Scherer | -2/+2 |
| 2022-12-14 | Guard `AliasTy` creation against passing the wrong number of substs | Oli Scherer | -1/+1 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -1/+1 |
| 2022-12-13 | squash OpaqueTy and ProjectionTy into AliasTy | Michael Goulet | -1/+1 |
| 2022-12-13 | ProjectionTy.item_def_id -> ProjectionTy.def_id | Michael Goulet | -5/+2 |
| 2022-12-13 | EarlyBinder nits | Michael Goulet | -9/+5 |
| 2022-12-05 | normalize inherent associated types after substitution | León Orell Valerian Liehr | -0/+1 |
| 2022-12-05 | Auto merge of #104920 - compiler-errors:avoid-infcx-build, r=jackh726 | bors | -4/+1 |
| 2022-12-04 | Avoid InferCtxt::build in generic_arg_mismatch_err | Michael Goulet | -4/+1 |
| 2022-12-03 | Properly substitute inherent associated types. | Camille GILLOT | -4/+9 |
| 2022-11-28 | Simplify more FnCtxt normalization | Michael Goulet | -1/+1 |
| 2022-11-28 | FnCtxt normalization stuff | Michael Goulet | -0/+3 |
| 2022-11-27 | Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot | Matthias Krüger | -2/+2 |
| 2022-11-27 | Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors | bors | -5/+6 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -2/+2 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -2/+2 |
| 2022-11-23 | Separate lifetime ident from resolution in HIR. | Camille GILLOT | -5/+6 |
| 2022-11-21 | Auto merge of #104673 - matthiaskrgr:rollup-85f65ov, r=matthiaskrgr | bors | -1/+1 |
| 2022-11-21 | Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -28/+5 |
| 2022-11-19 | drive-by: PolyExistentialPredicate | Michael Goulet | -1/+1 |
| 2022-11-18 | require an `ErrorGuaranteed` to taint infcx with errors | Boxy | -3/+7 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -9/+6 |
| 2022-11-14 | respect visibility & stability of inherent associated types | León Orell Valerian Liehr | -37/+46 |
| 2022-11-13 | Store a LocalDefId in hir::AnonConst. | Camille GILLOT | -6/+4 |
| 2022-11-13 | Store a LocalDefId in hir::GenericParam. | Camille GILLOT | -3/+2 |
| 2022-11-12 | Inherit generics for impl-trait. | Camille GILLOT | -28/+5 |
| 2022-11-09 | Auto merge of #103171 - jackh726:gen-interior-hrtb-error, r=cjgillot | bors | -2/+2 |
| 2022-11-08 | add 'ty_error_with_guaranteed' and 'const_error_with_guaranteed' | yukang | -11/+15 |
| 2022-11-07 | Add an optional Span to BrAnon and use it to print better error for HRTB erro... | Jack Huey | -2/+2 |
| 2022-11-05 | Rollup merge of #103972 - oli-obk:unoptional, r=fee1-dead | Matthias Krüger | -10/+10 |
| 2022-11-05 | Rollup merge of #103621 - fee1-dead-contrib:iat-fix-use, r=cjgillot | Dylan DPC | -0/+14 |
| 2022-11-04 | Remove an option and choose a behaviour-preserving default instead. | Oli Scherer | -10/+10 |
| 2022-11-04 | Rollup merge of #103915 - chenyukang:yukang/fix-103874, r=lcnr | Matthias Krüger | -1/+1 |