| Age | Commit message (Expand) | Author | Lines |
| 2021-08-14 | Auto merge of #87375 - fee1-dead:move-constness-to-traitpred, r=oli-obk | bors | -6/+7 |
| 2021-08-13 | Try to fix problem | Deadbeef | -2/+3 |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -4/+4 |
| 2021-08-12 | Avoid ICE caused by suggestion | Esteban Küber | -7/+12 |
| 2021-08-06 | Store the `DefId` of the currently typechecked item in `InferCtxt` | Oli Scherer | -2/+1 |
| 2021-08-06 | Immediately register new opaque types in the global list. | Oli Scherer | -68/+58 |
| 2021-08-06 | Remove Option only used as its Some variant | Oli Scherer | -23/+18 |
| 2021-08-02 | Auto merge of #87628 - estebank:unmet-explicit-lifetime-bound, r=oli-obk | bors | -1/+1 |
| 2021-08-01 | Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa | bors | -2/+2 |
| 2021-07-31 | Point at unmet explicit lifetime obligation bound | Esteban Küber | -1/+1 |
| 2021-07-30 | Auto merge of #86754 - estebank:use-multispans-more, r=varkor | bors | -11/+12 |
| 2021-07-31 | Rollup merge of #87559 - estebank:consider-borrowing, r=oli-obk | Yuki Okushi | -30/+39 |
| 2021-07-30 | Use multispan suggestions more often | Esteban Küber | -11/+12 |
| 2021-07-30 | Tweak borrowing suggestion in `for` loop | Esteban Küber | -30/+39 |
| 2021-07-30 | Auto merge of #87483 - oli-obk:tait_ice, r=lqd | bors | -0/+1 |
| 2021-07-28 | Rollup merge of #87453 - ibraheemdev:i-68697, r=wesleywiser | Yuki Okushi | -2/+12 |
| 2021-07-26 | Mir borrowck does not generate lifetime variables for 'static lifetimes durin... | Oli Scherer | -0/+1 |
| 2021-07-25 | fmt | ibraheemdev | -3/+3 |
| 2021-07-25 | fix help message for modification to &T created by &{t} | ibraheemdev | -9/+7 |
| 2021-07-25 | suggest removing unnecessary \&mut as help message | ibraheemdev | -2/+12 |
| 2021-07-25 | clippy::useless_format | Matthias Krüger | -2/+2 |
| 2021-07-22 | Resolve nested inference variables. | Oli Scherer | -19/+7 |
| 2021-07-22 | Remove an unnecessary variable | Oli Scherer | -2/+1 |
| 2021-07-22 | Make mir borrowck's use of opaque types independent of the typeck query's result | Oli Scherer | -87/+62 |
| 2021-07-20 | Get back the more precise suggestion spans of old regionck | Oli Scherer | -4/+6 |
| 2021-07-20 | Auto merge of #87141 - spastorino:remove_impl_trait_in_bindings, r=oli-obk | bors | -72/+13 |
| 2021-07-18 | Move mir_def_id inside `eq_opaque_type_and_type` | Santiago Pastorino | -8/+5 |
| 2021-07-18 | Remove `sub_types_or_anon` | Santiago Pastorino | -30/+2 |
| 2021-07-18 | Add `sub_types` docs | Santiago Pastorino | -0/+1 |
| 2021-07-18 | Removing unhandled region constraint error that is only for impl_trait_in_bin... | Santiago Pastorino | -34/+5 |
| 2021-07-18 | Auto merge of #85686 - ptrojahn:loop_reinitialize, r=estebank | bors | -18/+74 |
| 2021-07-16 | Add initial implementation of HIR-based WF checking for diagnostics | Aaron Hill | -17/+19 |
| 2021-07-12 | Auto merge of #86815 - FabianWolff:issue-84210, r=varkor | bors | -4/+20 |
| 2021-07-07 | Add help on reinitialization between move and access | Paul Trojahn | -18/+74 |
| 2021-07-06 | Make type_implements_trait not a query | Aman Arora | -2/+4 |
| 2021-07-04 | remove some ad-hoc has_infer_types checks that aren't needed anymore | Niko Matsakis | -15/+13 |
| 2021-07-04 | allow inference vars in type_implements_trait | Niko Matsakis | -1/+3 |
| 2021-07-02 | Improve error reporting for modifications behind `&` references | Fabian Wolff | -4/+20 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -1/+1 |
| 2021-06-18 | fix typos | Niko Matsakis | -3/+4 |
| 2021-06-18 | add various coments to explain how the code works | Niko Matsakis | -2/+54 |
| 2021-06-17 | Auto merge of #86399 - JohnTitor:rollup-qlm2dvz, r=JohnTitor | bors | -8/+26 |
| 2021-06-17 | Auto merge of #85755 - b-naber:unexpected_concrete_region, r=nikomatsakis | bors | -27/+11 |
| 2021-06-17 | use to_region_vid in opaque type code | Niko Matsakis | -33/+13 |
| 2021-06-16 | Do not emit invalid suggestions on multiple mutable borrow errors | Yuki Okushi | -8/+26 |
| 2021-06-12 | Rollup merge of #85823 - fee1-dead:borrowck-0, r=jackh726 | Yuki Okushi | -2/+6 |
| 2021-06-08 | Simplify code by using VecMap::get_by | Santiago Pastorino | -3/+1 |
| 2021-06-07 | Remove substs from OpaqueTypeDecl, use the one in OpaqueTypeKey | Santiago Pastorino | -1/+1 |
| 2021-06-07 | Use substs from opaque type key instead of using it from opaque_decl | Santiago Pastorino | -11/+7 |
| 2021-06-07 | Make opaque type map key be of type OpaqueTypeKey | Santiago Pastorino | -2/+4 |