| Age | Commit message (Expand) | Author | Lines |
| 2021-05-25 | Auto merge of #85481 - lcnr:const-equate, r=matthewjasper | bors | -1/+23 |
| 2021-05-19 | deal with `const_evaluatable_checked` in `ConstEquate` | lcnr | -1/+23 |
| 2021-05-13 | have on_completion record subcycles | Niko Matsakis | -48/+60 |
| 2021-05-07 | Rollup merge of #84987 - lcnr:nits, r=Mark-Simulacrum | Dylan DPC | -2/+0 |
| 2021-05-06 | Auto merge of #84559 - jackh726:issue-84398, r=nikomatsakis | bors | -1/+11 |
| 2021-05-06 | outdated comment | lcnr | -2/+0 |
| 2021-05-06 | Pick candidate with fewer bound vars | Jack Huey | -5/+5 |
| 2021-04-27 | Make traits with GATs not object safe | Jack Huey | -4/+3 |
| 2021-04-25 | Deduplicate ParamCandidates with the same value except for bound vars | Jack Huey | -1/+11 |
| 2021-04-19 | fix few typos | klensy | -1/+1 |
| 2021-04-01 | Auto merge of #82780 - cjgillot:dep-stream, r=michaelwoerister | bors | -1/+1 |
| 2021-03-31 | Add tcx lifetime to Binder | Jack Huey | -5/+8 |
| 2021-03-31 | Some rebinds and dummys | Jack Huey | -1/+1 |
| 2021-03-30 | Adjust profiling. | Camille GILLOT | -1/+1 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -1/+1 |
| 2021-03-24 | Use `EvaluatedToOkModuloRegions` whenever we erase regions | Aaron Hill | -1/+14 |
| 2021-03-21 | Rollup merge of #83040 - lcnr:unused-ct-substs, r=oli-obk | Dylan DPC | -4/+2 |
| 2021-03-20 | update `const_eval_resolve` | lcnr | -9/+2 |
| 2021-03-20 | extract `ConstKind::Unevaluated` into a struct | lcnr | -1/+6 |
| 2021-03-02 | errooaaar~ | Ellen | -1/+3 |
| 2021-02-18 | Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726 | Dylan DPC | -9/+11 |
| 2021-02-15 | Add `ptr::Pointee` trait (for all types) and `ptr::metadata` function | Simon Sapin | -5/+21 |
| 2021-02-13 | Don't go through TraitRef to relate projections | Matthew Jasper | -9/+11 |
| 2021-02-04 | add `relaxed_struct_unsize` feature gate | Bastian Kauschke | -15/+44 |
| 2021-02-04 | relax adt unsizing requirements | Bastian Kauschke | -8/+5 |
| 2021-01-28 | Auto merge of #81055 - matthewjasper:non-fatal-overflow, r=nikomatsakis | bors | -4/+0 |
| 2021-01-16 | Review changes | Jack Huey | -17/+17 |
| 2021-01-15 | Make hitting the recursion limit in projection non-fatal | Matthew Jasper | -4/+0 |
| 2021-01-02 | reduce borrowing and (de)referencing around match patterns (clippy::match_ref... | Matthias Krüger | -5/+5 |
| 2020-12-30 | remove unused return types such as empty Results or Options that would always... | Matthias Krüger | -35/+21 |
| 2020-12-29 | Remove `compile-fail` test suite | Vadim Petrochenkov | -1/+1 |
| 2020-12-20 | Prevent caching projections in the case of cycles | Matthew Jasper | -0/+4 |
| 2020-12-19 | Auto merge of #80132 - matthewjasper:revert-eval-order, r=nikomatsakis | bors | -3/+3 |
| 2020-12-19 | More rebinds | Jack Huey | -21/+20 |
| 2020-12-17 | Revert change to evaluation order | Matthew Jasper | -3/+3 |
| 2020-12-17 | Auto merge of #79945 - jackh726:existential_trait_ref, r=nikomatsakis | bors | -24/+29 |
| 2020-12-11 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -2/+2 |
| 2020-12-11 | Move binder for dyn to each list item | Jack Huey | -24/+29 |
| 2020-11-28 | Remove unnecessary `mut` binding | Joshua Nelson | -2/+1 |
| 2020-11-23 | Rollup merge of #79325 - LingMan:try_op, r=jonas-schievink | Jonas Schievink | -7/+3 |
| 2020-11-23 | Reduce boilerplate with the `?` operator | LingMan | -7/+3 |
| 2020-11-22 | winnow: drop non-const cand. in favor of const | Jonas Schievink | -1/+9 |
| 2020-11-22 | Thread `Constness` through selection | Jonas Schievink | -10/+12 |
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -31/+28 |
| 2020-11-13 | Push to result vector instead of allocating | Dániel Buga | -4/+1 |
| 2020-11-10 | Changed unwrap_or to unwrap_or_else in some places. | Nicholas-Baron | -1/+1 |
| 2020-10-22 | Normalize when finding trait object candidates | Matthew Jasper | -65/+66 |
| 2020-10-21 | Fix ICE from projection cycle | Matthew Jasper | -20/+9 |
| 2020-10-16 | Review comments | Jack Huey | -5/+4 |
| 2020-10-16 | map_bound_ref -> rebind | Jack Huey | -20/+15 |