| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-07-24 | Auto merge of #86461 - crlf0710:rich_vtable, r=nikomatsakis | bors | -58/+321 |
| 2021-07-24 | Rollup merge of #87322 - chazkiker2:fix/suggestion-ref-sync-send, r=estebank | Yuki Okushi | -5/+30 |
| 2021-07-22 | Squash all commits. | chaz-kiker | -5/+30 |
| 2021-07-22 | Use instrument debugging for more readable logs | Oli Scherer | -13/+9 |
| 2021-07-22 | Auto merge of #87265 - Aaron1011:hir-wf-fn, r=estebank | bors | -2/+2 |
| 2021-07-21 | Improve caching during trait evaluation | Aaron Hill | -10/+27 |
| 2021-07-20 | Support HIR wf checking for function signatures | Aaron Hill | -2/+2 |
| 2021-07-20 | Switch to store `Instance` directly within `VtblEntry`, fix `TraitVPtr` repre... | Charles Lew | -8/+18 |
| 2021-07-20 | Add internal attribute and tests. | Charles Lew | -1/+11 |
| 2021-07-20 | Refactor vtable format. | Charles Lew | -57/+300 |
| 2021-07-20 | Auto merge of #87244 - jackh726:issue-71883, r=estebank | bors | -2/+9 |
| 2021-07-20 | Auto merge of #87141 - spastorino:remove_impl_trait_in_bindings, r=oli-obk | bors | -9/+3 |
| 2021-07-19 | Better diagnostics when mismatched types due to implict static lifetime | jackh726 | -2/+9 |
| 2021-07-19 | Auto merge of #87225 - estebank:cleanup, r=oli-obk | bors | -12/+20 |
| 2021-07-19 | Various diagnostics clean ups/tweaks | Esteban Küber | -12/+20 |
| 2021-07-18 | Revert "structural_match: non-structural-match ty closures" | Santiago Pastorino | -5/+1 |
| 2021-07-18 | Remove OpaqueTyOrigin::Misc, use TyAlias instead | Santiago Pastorino | -2/+2 |
| 2021-07-17 | Remove OpaqueTyOrigin::Binding | Santiago Pastorino | -3/+1 |