| Age | Commit message (Expand) | Author | Lines |
| 2021-12-20 | Auto merge of #92041 - Aaron1011:remove-speculative-evaluation, r=jackh726 | bors | -18/+1 |
| 2021-12-18 | Re-introduce concept of projection cache 'completion' | Aaron Hill | -1/+1 |
| 2021-12-17 | Remove 'speculative evaluation' of predicates | Aaron Hill | -18/+1 |
| 2021-12-15 | Remove `in_band_lifetimes` from `rustc_trait_selection` | Sylvan Bowdler | -4/+4 |
| 2021-12-12 | Auto merge of #91549 - fee1-dead:const_env, r=spastorino | bors | -1/+1 |
| 2021-12-12 | Auto merge of #90423 - Aaron1011:deduplicate-projection, r=jackh726 | bors | -0/+6 |
| 2021-12-12 | Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" | Deadbeef | -1/+1 |
| 2021-12-03 | Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino" | Santiago Pastorino | -1/+1 |
| 2021-12-02 | Reduce boilerplate around infallible folders | Alan Egerton | -63/+50 |
| 2021-11-29 | Completely remove ConstnessAnd | Oli Scherer | -1/+1 |
| 2021-11-26 | Unwrap the results of type folders | LeSeulArtichaut | -4/+5 |
| 2021-11-26 | Adapt `TypeFolder` implementors to return a `Result` | LeSeulArtichaut | -46/+58 |
| 2021-10-31 | Combine drain_filter calls | Aaron Hill | -4/+4 |
| 2021-10-30 | Use SsoHashSet | Aaron Hill | -2/+2 |
| 2021-10-30 | Deduplicate projection sub-obligations | Aaron Hill | -0/+6 |
| 2021-10-18 | Normalize obligations for closure confirmation | jackh726 | -2/+14 |
| 2021-10-12 | Switch order of terms to prevent overflow | jackh726 | -1/+1 |
| 2021-09-27 | Auto merge of #89285 - jackh726:issue-88862, r=nikomatsakis | bors | -4/+4 |
| 2021-09-26 | Don't normalize opaque types with escaping late-bound regions. | jackh726 | -4/+4 |
| 2021-09-24 | Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakis | Jubilee | -3/+3 |
| 2021-09-21 | Auto merge of #89125 - Aaron1011:remove-intercrate-cache, r=jackh726 | bors | -6/+24 |
| 2021-09-20 | Don't use projection cache or candidate cache in intercrate mode | Aaron Hill | -6/+24 |
| 2021-09-20 | Add helper function to `InferCtxt` that generates inference vars for unresolv... | Oli Scherer | -11/+1 |
| 2021-09-15 | Remove ToPolyTraitRef impl for TraitRef | jackh726 | -3/+3 |
| 2021-09-15 | Auto merge of #88558 - fee1-dead:const-drop, r=oli-obk | bors | -2/+4 |
| 2021-09-11 | don't clone types that are Copy (clippy::clone_on_copy) | Matthias Krüger | -3/+3 |
| 2021-09-09 | Const drop selection candidates | Deadbeef | -2/+4 |
| 2021-09-02 | Preserve most sub-obligations in the projection cache | Aaron Hill | -47/+24 |
| 2021-08-24 | Review comments | jackh726 | -16/+38 |
| 2021-08-24 | Normalize associated types with bound vars | Jack Huey | -39/+32 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -2/+2 |
| 2021-08-18 | Fold `vtable_trait_upcasting_coercion_new_vptr_slot` logic into obligation pr... | Charles Lew | -1/+4 |
| 2021-07-17 | Add needs_normalization | jackh726 | -2/+18 |
| 2021-07-17 | Some perf optimizations and logging | jackh726 | -4/+6 |
| 2021-07-15 | Remove failed and review comments | jackh726 | -86/+56 |
| 2021-07-13 | WIP partial apply fix | jackh726 | -101/+167 |
| 2021-07-09 | Replace associated item bound vars with placeholders when projecting. | jackh726 | -0/+302 |
| 2021-07-04 | Combine individual limit queries into single `limits` query | Aaron Hill | -2/+2 |
| 2021-07-04 | Query-ify global limit attribute handling | Aaron Hill | -2/+2 |
| 2021-07-03 | Remove `ty::Binder::bind()` | Yuki Okushi | -1/+1 |
| 2021-05-16 | Always produce sub-obligations when using cached projection result | Aaron Hill | -9/+1 |
| 2021-03-31 | Track bound vars | Jack Huey | -1/+4 |
| 2021-02-18 | Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726 | Dylan DPC | -29/+16 |
| 2021-02-15 | Add `ptr::Pointee` trait (for all types) and `ptr::metadata` function | Simon Sapin | -1/+67 |
| 2021-02-13 | Remove unnecessary function parameters project.rs | Matthew Jasper | -21/+9 |
| 2021-02-13 | Don't go through TraitRef to relate projections | Matthew Jasper | -8/+7 |
| 2021-01-28 | Auto merge of #81055 - matthewjasper:non-fatal-overflow, r=nikomatsakis | bors | -8/+3 |
| 2021-01-16 | Review changes | Jack Huey | -4/+4 |
| 2021-01-15 | Make hitting the recursion limit in projection non-fatal | Matthew Jasper | -8/+3 |
| 2020-12-20 | Prevent caching projections in the case of cycles | Matthew Jasper | -6/+8 |