| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-07-17 | Add needs_normalization | jackh726 | -4/+21 |
| 2021-07-17 | Some perf optimizations and logging | jackh726 | -10/+16 |
| 2021-07-16 | Auto merge of #83898 - Aaron1011:feature/hir-wf, r=estebank | bors | -25/+57 |
| 2021-07-16 | Add initial implementation of HIR-based WF checking for diagnostics | Aaron Hill | -25/+57 |
| 2021-07-16 | Rollup merge of #87200 - oli-obk:fixup_fixup_opaque_types, r=nikomatsakis | Guillaume Gomez | -8/+6 |
| 2021-07-16 | Add some more tracing instrumentation | Oli Scherer | -8/+6 |
| 2021-07-15 | Remove failed and review comments | jackh726 | -99/+69 |
| 2021-07-13 | WIP partial apply fix | jackh726 | -104/+193 |
| 2021-07-09 | Replace associated item bound vars with placeholders when projecting. | jackh726 | -0/+365 |
| 2021-07-08 | Rollup merge of #86726 - sexxi-goose:use-diagnostic-item-for-rfc2229-migratio... | Guillaume Gomez | -5/+7 |
| 2021-07-06 | Make type_implements_trait not a query | Aman Arora | -43/+48 |
| 2021-07-05 | Auto merge of #86674 - Aaron1011:new-querify-limits, r=michaelwoerister | bors | -7/+7 |
| 2021-07-04 | Combine individual limit queries into single `limits` query | Aaron Hill | -7/+7 |
| 2021-07-04 | Auto merge of #86866 - nikomatsakis:issue-84841, r=oli-obk | bors | -5/+15 |
| 2021-07-04 | Query-ify global limit attribute handling | Aaron Hill | -7/+7 |
| 2021-07-04 | tag issues with FIXME | Niko Matsakis | -1/+1 |
| 2021-07-04 | allow inference vars in type_implements_trait | Niko Matsakis | -5/+15 |
| 2021-07-03 | Auto merge of #85090 - Aaron1011:type-outlives-global, r=matthewjasper,jackh726 | bors | -1/+9 |
| 2021-07-03 | Remove `ty::Binder::bind()` | Yuki Okushi | -1/+1 |
| 2021-06-29 | Rename variable | Roxane | -5/+5 |
| 2021-06-29 | Return `EvaluatedToOk` when type in outlives predicate is global | Aaron Hill | -1/+9 |
| 2021-06-29 | Use diagnostic items to check for Send, UnwindSafe and RefUnwindSafe traits | Roxane Fruytier | -2/+4 |