| Age | Commit message (Expand) | Author | Lines |
| 2021-08-14 | Auto merge of #87375 - fee1-dead:move-constness-to-traitpred, r=oli-obk | bors | -1/+19 |
| 2021-08-13 | Point to where clause for GATs | jackh726 | -4/+95 |
| 2021-08-13 | Pass constness to SelectionContext | Deadbeef | -0/+18 |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -1/+1 |
| 2021-08-06 | Document `with_opaque_type_inference`'s use cases. | Oli Scherer | -0/+4 |
| 2021-08-06 | Use existing type alias instead of manually writing it | Oli Scherer | -4/+2 |
| 2021-08-06 | Store the `DefId` of the currently typechecked item in `InferCtxt` | Oli Scherer | -2/+21 |
| 2021-08-06 | Remove a field that is computed later anyway | Oli Scherer | -23/+0 |
| 2021-08-06 | Move opaque type cache into `InferCtxt` | Oli Scherer | -0/+89 |
| 2021-08-03 | Do not suggest impl traits as type arguments | Yuki Okushi | -16/+4 |
| 2021-08-02 | Auto merge of #87628 - estebank:unmet-explicit-lifetime-bound, r=oli-obk | bors | -27/+97 |
| 2021-08-02 | Rollup merge of #87673 - estebank:opaque-ty-mismatch, r=davidtwco | Cameron Steffen | -25/+43 |
| 2021-08-02 | Rollup merge of #86176 - nbdd0121:explicit-generic-args, r=jackh726 | Cameron Steffen | -1/+1 |
| 2021-08-02 | Implement a `explicit_generic_args_with_impl_trait` feature gate | Gary Guo | -1/+1 |
| 2021-07-31 | Tweak opaque type mismatch error | Esteban Küber | -25/+43 |
| 2021-07-31 | Point at unmet explicit lifetime obligation bound | Esteban Küber | -27/+97 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |
| 2021-07-24 | Auto merge of #86461 - crlf0710:rich_vtable, r=nikomatsakis | bors | -3/+3 |
| 2021-07-22 | Rollup merge of #87281 - rust-lang:issue-81487, r=nikomatsakis | Guillaume Gomez | -0/+1 |
| 2021-07-22 | Auto merge of #87246 - rust-lang:placeholder-pretty, r=nikomatsakis | bors | -1/+1 |
| 2021-07-21 | Improve caching during trait evaluation | Aaron Hill | -18/+22 |
| 2021-07-21 | Rollup merge of #87206 - matthiaskrgr:clippy_collect, r=davidtwco | Guillaume Gomez | -2/+2 |
| 2021-07-20 | Refactor vtable format. | Charles Lew | -3/+3 |
| 2021-07-20 | Auto merge of #87244 - jackh726:issue-71883, r=estebank | bors | -29/+136 |
| 2021-07-19 | Better errors when we don't have implicit statics in trait objects | jackh726 | -31/+52 |
| 2021-07-19 | Better diagnostics when mismatched types due to implict static lifetime | jackh726 | -14/+100 |
| 2021-07-19 | Normalize generic_ty before checking if bound is met | jackh726 | -0/+1 |
| 2021-07-18 | Remove impl_trait_in_bindings handling on inference error reporting | Santiago Pastorino | -5/+2 |
| 2021-07-18 | When pretty printing, name placeholders as bound regions | jackh726 | -1/+1 |
| 2021-07-17 | Some perf optimizations and logging | jackh726 | -0/+1 |
| 2021-07-17 | avoid temporary vectors | Matthias Krüger | -2/+2 |
| 2021-07-16 | Add initial implementation of HIR-based WF checking for diagnostics | Aaron Hill | -1/+6 |
| 2021-07-04 | remove unused Option | Niko Matsakis | -18/+11 |
| 2021-06-25 | rustc_infer: Remove unused dependency rustc_ast | Josh Triplett | -1/+0 |
| 2021-06-25 | rustc_infer: Remove unused dependency rustc_graphviz | Josh Triplett | -1/+0 |
| 2021-06-17 | Auto merge of #86164 - FabianWolff:issue-86053, r=davidtwco | bors | -25/+34 |
| 2021-06-14 | Use the now available implementation of `IntoIterator` for arrays | LeSeulArtichaut | -1/+1 |
| 2021-06-09 | Handle C-variadic arguments properly when reporting region errors | Fabian Wolff | -25/+34 |
| 2021-06-07 | Suggest a trailing comma if a 1-tuple is expected | Fabian Wolff | -1/+28 |
| 2021-06-06 | Add variance-related information to lifetime error messages | Aaron Hill | -14/+60 |
| 2021-06-04 | Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514 | Yuki Okushi | -2/+0 |
| 2021-06-02 | Restrict access to crate_name. | Camille GILLOT | -1/+1 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -1/+1 |
| 2021-05-31 | Remove unused feature gates | bjorn3 | -2/+0 |
| 2021-05-30 | Restrict access to crate_name. | Camille GILLOT | -1/+1 |
| 2021-05-26 | Specialize implementations | Jacob Pratt | -0/+2 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-15 | Add comments to opportunistic resolve functions | Jack Huey | -0/+4 |
| 2021-05-15 | Missed a couple things | Jack Huey | -10/+1 |
| 2021-05-15 | Revert to only using opportunistic_resolve_vars for existing places | Jack Huey | -9/+33 |