| Age | Commit message (Expand) | Author | Lines |
| 2021-10-04 | Auto merge of #89285 - jackh726:issue-88862, r=nikomatsakis | bors | -8/+8 |
| 2021-10-04 | Auto merge of #89125 - Aaron1011:remove-intercrate-cache, r=jackh726 | bors | -6/+42 |
| 2021-10-04 | Auto merge of #88994 - Aaron1011:intercrate-caching, r=jackh726 | bors | -0/+16 |
| 2021-09-03 | Auto merge of #88618 - m-ou-se:rollup-6tss5z6, r=m-ou-se | bors | -30/+5 |
| 2021-09-03 | Rollup merge of #88557 - lcnr:const-generics-cleanup, r=BoxyUwU | Mara Bos | -30/+5 |
| 2021-09-03 | Auto merge of #86454 - tlyu:refactor-unsized-suggestions, r=davidtwco | bors | -67/+112 |
| 2021-09-02 | Report cycle error using 'deepest' obligation in the cycle | Aaron Hill | -1/+3 |
| 2021-09-02 | Preserve most sub-obligations in the projection cache | Aaron Hill | -49/+26 |
| 2021-09-01 | cleanup const generics FIXME | lcnr | -30/+5 |
| 2021-08-30 | Enforce diverging let...else | Cameron Steffen | -4/+5 |
| 2021-08-30 | rename const_evaluatable_checked to generic_const_exprs | Ellen | -11/+11 |
| 2021-08-27 | fmt | Deadbeef | -25/+30 |
| 2021-08-27 | Add `ty::BoundConstness` | Deadbeef | -22/+23 |
| 2021-08-27 | Auto merge of #88371 - Manishearth:rollup-pkkjsme, r=Manishearth | bors | -1/+5 |
| 2021-08-26 | Rollup merge of #88320 - sexxi-goose:issue-88103, r=nikomatsakis | Manish Goregaokar | -1/+5 |
| 2021-08-26 | rebase | lcnr | -4/+12 |
| 2021-08-26 | review | lcnr | -6/+6 |
| 2021-08-26 | shrink `ty::PredicateKind` again | lcnr | -7/+7 |
| 2021-08-26 | use `ty::Unevaluated` instead of def substs pair | lcnr | -47/+39 |
| 2021-08-26 | update `TypeFlags` to deal with missing ct substs | lcnr | -12/+16 |
| 2021-08-26 | add `tcx` to `fn walk` | lcnr | -8/+9 |
| 2021-08-26 | make unevaluated const substs optional | lcnr | -20/+17 |
| 2021-08-26 | require a `tcx` for `TypeVisitor` | lcnr | -2/+16 |
| 2021-08-25 | trailing whitespace | Niko Matsakis | -1/+1 |
| 2021-08-25 | update docs for `type_implements_trait` | Niko Matsakis | -0/+4 |
| 2021-08-25 | type_implements_trait consider obligation failure on overflow | Aman Arora | -1/+1 |
| 2021-08-24 | Review comments | jackh726 | -39/+66 |
| 2021-08-24 | Normalize associated types with bound vars | Jack Huey | -70/+115 |
| 2021-08-23 | Rollup merge of #88230 - steffahn:a_an, r=oli-obk | Mara Bos | -10/+10 |
| 2021-08-22 | Auto merge of #88166 - BoxyUwU:const-equate-canon, r=lcnr | bors | -9/+2 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -10/+10 |
| 2021-08-22 | Auto merge of #88139 - lcnr:marker-trait-attr, r=nikomatsakis | bors | -3/+10 |
| 2021-08-21 | Auto merge of #88135 - crlf0710:trait_upcasting_part_3, r=nikomatsakis | bors | -101/+205 |
| 2021-08-21 | Auto merge of #88149 - Mark-Simulacrum:prep-never-type, r=jackh726 | bors | -0/+56 |
| 2021-08-20 | Require a box expression's type to be Sized | Anton Golov | -0/+3 |
| 2021-08-19 | introduce a Coerce predicate | Niko Matsakis | -0/+56 |
| 2021-08-19 | move code to `InferCtxt` method | Ellen | -16/+2 |
| 2021-08-19 | canonicalize const equate predicates | Ellen | -9/+16 |
| 2021-08-20 | Add assertion to ensure the query doesn't get called before type infererence ... | Charles Lew | -2/+2 |
| 2021-08-18 | Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakis | bors | -30/+38 |
| 2021-08-18 | marker_traits: require `EvaluatedToOk` | lcnr | -3/+10 |
| 2021-08-18 | Fold `vtable_trait_upcasting_coercion_new_vptr_slot` logic into obligation pr... | Charles Lew | -45/+74 |
| 2021-08-18 | Properly generate multiple candidates for trait upcasting coercion. | Charles Lew | -63/+138 |
| 2021-08-17 | Auto merge of #87668 - estebank:tweak-bound-output, r=oli-obk | bors | -7/+8 |
| 2021-08-16 | Use note to point at bound introducing requirement | Esteban Küber | -7/+8 |
| 2021-08-15 | Return the canonicalized query from type ops | Matthew Jasper | -30/+38 |
| 2021-08-14 | Assign FIXMEs to me and remove obsolete ones | Deadbeef | -1/+1 |
| 2021-08-13 | make check less conservative and add explanation | Deadbeef | -11/+24 |
| 2021-08-13 | Fix tests | Deadbeef | -2/+3 |
| 2021-08-13 | Fix assoc-type test | Deadbeef | -0/+9 |