| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-08-13 | Pass constness to SelectionContext | Deadbeef | -20/+71 |
| 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 | -6/+23 |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -30/+24 |
| 2021-08-11 | Auto merge of #87587 - oli-obk:lazy_tait, r=spastorino | bors | -149/+85 |
| 2021-08-10 | Don't collect into a `Vec` that is immediately being iterated on again. | Oli Scherer | -3/+2 |
| 2021-08-09 | Do not ICE on HIR based WF check when involving lifetimes | Esteban Küber | -3/+4 |
| 2021-08-06 | Point to the value instead of the TAIT declaration for obligation failures | Oli Scherer | -12/+9 |
| 2021-08-06 | Store the `DefId` of the currently typechecked item in `InferCtxt` | Oli Scherer | -16/+7 |
| 2021-08-06 | Immediately register new opaque types in the global list. | Oli Scherer | -11/+14 |
| 2021-08-06 | Split fold_opaque_ty | Oli Scherer | -3/+14 |
| 2021-08-06 | Move some code around in preparation of splitting a function | Oli Scherer | -15/+15 |
| 2021-08-06 | Remove a field that is computed later anyway | Oli Scherer | -22/+30 |
| 2021-08-06 | Move opaque type cache into `InferCtxt` | Oli Scherer | -78/+5 |
| 2021-08-03 | Auto merge of #86400 - FabianWolff:issue-85735, r=estebank | bors | -0/+1 |
| 2021-08-03 | Remove invalid suggestion involving Fn trait bound | Fabian Wolff | -0/+1 |
| 2021-08-03 | Auto merge of #87515 - crlf0710:trait_upcasting_part2, r=bjorn3 | bors | -7/+9 |
| 2021-08-03 | Do not suggest impl traits as type arguments | Yuki Okushi | -0/+1 |
| 2021-08-03 | Implement pointer casting. | Charles Lew | -7/+9 |
| 2021-08-01 | Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa | bors | -10/+5 |
| 2021-07-31 | Auto merge of #86264 - crlf0710:trait_upcasting_part1, r=nikomatsakis | bors | -20/+56 |
| 2021-07-31 | Implement trait upcasting coercion type-checking. | Charles Lew | -20/+56 |
| 2021-07-30 | Use multispan suggestions more often | Esteban Küber | -6/+9 |
| 2021-07-28 | Fix ICE in `diagnostic_hir_wf_check` | Fabian Wolff | -2/+2 |
| 2021-07-25 | clippy::filter_next | Matthias Krüger | -7/+3 |
| 2021-07-25 | use vec![] macro to create Vector with first item inside instead of pushing t... | Matthias Krüger | -3/+2 |