| Age | Commit message (Expand) | Author | Lines |
| 2023-01-19 | Do not filter substs in `remap_generic_params_to_declaration_params`. | Camille GILLOT | -26/+1 |
| 2022-12-07 | Rollup merge of #105267 - compiler-errors:issue-104613, r=oli-obk | Matthias Krüger | -4/+0 |
| 2022-12-06 | Rollup merge of #104898 - oli-obk:group_all_the_things, r=wesleywiser | Matthias Krüger | -107/+20 |
| 2022-12-06 | Rollup merge of #105342 - compiler-errors:note_cause_code-takes-predicate, r=... | Matthias Krüger | -9/+9 |
| 2022-12-06 | drive-by: Default param for ToPredicate | Michael Goulet | -9/+9 |
| 2022-12-05 | feed resolver_for_lowering instead of storing it in a field | Oli Scherer | -2/+2 |
| 2022-12-04 | drive-by: move field_index to typeck results | Michael Goulet | -4/+0 |
| 2022-11-30 | Remove PredicateS type | Oli Scherer | -31/+6 |
| 2022-11-30 | Update documentation | Oli Scherer | -4/+4 |
| 2022-11-30 | Remove TyS | Oli Scherer | -73/+9 |
| 2022-11-30 | move WithCachedTypeInfo to rustc_type_ir | Oli Scherer | -1/+2 |
| 2022-11-30 | s/WithStableHash/WithCachedTypeInfo/ | Oli Scherer | -14/+15 |
| 2022-11-30 | Auto merge of #105070 - matthiaskrgr:rollup-9b25khj, r=matthiaskrgr | bors | -1/+8 |
| 2022-11-29 | Auto merge of #94487 - oli-obk:stable_hash_ty, r=fee1-dead | bors | -4/+4 |
| 2022-11-29 | Make inferred_outlives_crate return Clause | Santiago Pastorino | -1/+8 |
| 2022-11-27 | Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot | Matthias Krüger | -2/+3 |
| 2022-11-27 | Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors | bors | -1/+3 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -2/+3 |
| 2022-11-26 | Rollup merge of #104909 - compiler-errors:normalize_opaque_types-is-misleadin... | Guillaume Gomez | -1/+1 |
| 2022-11-25 | Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwU | bors | -1/+1 |
| 2022-11-25 | Rename normalize_opaque_types to reveal_opaque_types_in_bounds | Michael Goulet | -1/+1 |
| 2022-11-25 | Cache Predicates' hash within themselves | Oli Scherer | -4/+4 |
| 2022-11-25 | Add empty ConstKind::Abstract | kadmin | -1/+1 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -31/+42 |
| 2022-11-25 | get rid of to_poly_trait_predicate | Oli Scherer | -0/+19 |
| 2022-11-24 | Use kw::Empty for elided lifetimes in path. | Camille GILLOT | -1/+1 |
| 2022-11-24 | Record in HIR whether lifetime elision was succesful. | Camille GILLOT | -0/+2 |
| 2022-11-24 | move things from rustc_target::abi to rustc_abi | hkalbasi | -72/+75 |
| 2022-11-24 | move some layout logic to rustc_target::abi::layout | hkalbasi | -146/+62 |
| 2022-11-22 | Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr | Manish Goregaokar | -0/+8 |
| 2022-11-22 | Auto merge of #103578 - petrochenkov:nofict, r=nagisa | bors | -40/+19 |
| 2022-11-21 | Add a helper for replacing the self type in trait refs | Oli Scherer | -0/+4 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -40/+19 |
| 2022-11-21 | Add an always-ambiguous predicate to make sure that we don't accidentlally al... | Oli Scherer | -0/+8 |
| 2022-11-21 | Auto merge of #104673 - matthiaskrgr:rollup-85f65ov, r=matthiaskrgr | bors | -3/+4 |
| 2022-11-21 | Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnr | Matthias Krüger | -3/+4 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -54/+9 |
| 2022-11-19 | drive-by: PolyExistentialPredicate | Michael Goulet | -3/+4 |
| 2022-11-18 | Make "long type" printing type aware | Esteban Küber | -1/+1 |
| 2022-11-16 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -2/+2 |
| 2022-11-16 | Generalize the `ToPredicate` trait | Oli Scherer | -8/+8 |
| 2022-11-14 | Give precendence to regions from member constaints when inferring concrete ty... | Camille GILLOT | -6/+5 |
| 2022-11-12 | Explain redundant mapping. | Camille GILLOT | -0/+4 |
| 2022-11-12 | Use variances for defining use diag. | Camille GILLOT | -53/+5 |
| 2022-11-12 | Inherit generics for impl-trait. | Camille GILLOT | -2/+2 |
| 2022-11-10 | More nits | Michael Goulet | -0/+4 |
| 2022-11-08 | selection failure: recompute applicable impls | lcnr | -4/+4 |
| 2022-11-04 | Rollup merge of #103915 - chenyukang:yukang/fix-103874, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-11-02 | deprecate DelaySpanBugEmitted and use ErrorGuaranteed directly | yukang | -1/+1 |
| 2022-10-29 | Auto merge of #102233 - petrochenkov:effvis, r=jackh726 | bors | -2/+2 |