| Age | Commit message (Expand) | Author | Lines |
| 2021-10-10 | Fix spelling: Cannonical -> Canonical | John Kugelman | -2/+2 |
| 2021-10-05 | Issue 89275 fix and test | Tom Farmer | -3/+7 |
| 2021-10-01 | Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obk | Manish Goregaokar | -6/+11 |
| 2021-09-28 | More tracing instrumentation | Oli Scherer | -8/+6 |
| 2021-09-20 | Don't use projection cache or candidate cache in intercrate mode | Aaron Hill | -0/+18 |
| 2021-09-18 | Auto merge of #89000 - Mark-Simulacrum:no-new-lrc, r=petrochenkov | bors | -1/+1 |
| 2021-09-18 | Auto merge of #88994 - Aaron1011:intercrate-caching, r=jackh726 | bors | -0/+16 |
| 2021-09-17 | Auto merge of #88962 - fee1-dead:const-drop, r=oli-obk | bors | -0/+1 |
| 2021-09-17 | Auto merge of #88945 - Aaron1011:no-projection-completion, r=wesleywiser,jack... | bors | -10/+2 |
| 2021-09-15 | Reuse existing shared Lrc for MatchImpl parent | Mark Rousskov | -1/+1 |
| 2021-09-15 | Disable the evaluation cache when in intercrate mode | Aaron Hill | -0/+16 |
| 2021-09-15 | Coerce const FnDefs to implement const Fn traits | Deadbeef | -6/+11 |
| 2021-09-15 | inline(always) on check_recursion_limit | Deadbeef | -0/+1 |
| 2021-09-15 | Auto merge of #88558 - fee1-dead:const-drop, r=oli-obk | bors | -33/+38 |
| 2021-09-14 | Remove concept of 'completion' from the projection cache | Aaron Hill | -10/+2 |
| 2021-09-13 | Rollup merge of #88851 - fee1-dead:dup-bound, r=oli-obk | Guillaume Gomez | -2/+3 |
| 2021-09-12 | Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnr | Manish Goregaokar | -1/+1 |
| 2021-09-11 | Fix duplicate bounds for const_trait_impl | Deadbeef | -2/+3 |
| 2021-09-11 | don't clone types that are Copy (clippy::clone_on_copy) | Matthias Krüger | -1/+1 |
| 2021-09-09 | fmt | Deadbeef | -19/+18 |
| 2021-09-09 | Const drop selection candidates | Deadbeef | -16/+22 |
| 2021-09-09 | rename mir -> thir around abstract consts | Ellen | -1/+1 |
| 2021-09-02 | Preserve most sub-obligations in the projection cache | Aaron Hill | -1/+1 |
| 2021-08-30 | rename const_evaluatable_checked to generic_const_exprs | Ellen | -1/+1 |
| 2021-08-27 | fmt | Deadbeef | -24/+26 |
| 2021-08-27 | Add `ty::BoundConstness` | Deadbeef | -17/+19 |
| 2021-08-26 | review | lcnr | -1/+1 |
| 2021-08-26 | shrink `ty::PredicateKind` again | lcnr | -1/+1 |
| 2021-08-26 | use `ty::Unevaluated` instead of def substs pair | lcnr | -3/+2 |
| 2021-08-26 | update `TypeFlags` to deal with missing ct substs | lcnr | -4/+8 |
| 2021-08-22 | Auto merge of #88166 - BoxyUwU:const-equate-canon, r=lcnr | bors | -4/+1 |
| 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 | -0/+6 |
| 2021-08-19 | introduce a Coerce predicate | Niko Matsakis | -0/+16 |
| 2021-08-19 | move code to `InferCtxt` method | Ellen | -8/+1 |
| 2021-08-19 | canonicalize const equate predicates | Ellen | -4/+8 |
| 2021-08-18 | marker_traits: require `EvaluatedToOk` | lcnr | -3/+10 |
| 2021-08-18 | Properly generate multiple candidates for trait upcasting coercion. | Charles Lew | -0/+6 |
| 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 | -0/+12 |
| 2021-08-13 | Fix tests | Deadbeef | -2/+3 |
| 2021-08-13 | Pass constness to SelectionContext | Deadbeef | -20/+45 |
| 2021-08-13 | Make selection and evaluation caches use constness | Deadbeef | -30/+57 |
| 2021-08-13 | fmt | Deadbeef | -1/+2 |
| 2021-08-13 | fmt | Deadbeef | -2/+3 |
| 2021-08-13 | Filter non-const impls when we expect a const one | Deadbeef | -4/+21 |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -6/+5 |
| 2021-07-21 | Improve caching during trait evaluation | Aaron Hill | -4/+4 |
| 2021-07-19 | Better diagnostics when mismatched types due to implict static lifetime | jackh726 | -1/+7 |
| 2021-07-17 | Some perf optimizations and logging | jackh726 | -3/+7 |