| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -2/+23 | |
| This reverts commit e7cc3bddbe0d0e374d05e7003e662bba1742dbae, reversing changes made to 734368a200904ef9c21db86c595dc04263c87be0. | ||||
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -23/+2 | |
| by using an opaque type obligation to bubble up comparisons between opaque types and other types Also uses proper obligation causes so that the body id works, because out of some reason nll uses body ids for logic instead of just diagnostics. | ||||
| 2021-11-23 | Fix printing unit return ty, don't elaborate FnOnce unless we see it | Michael Goulet | -1/+1 | |
| 2021-11-23 | Update test outputs | Michael Goulet | -1/+1 | |
| 2021-10-25 | Edit error messages for rustc_resolve::AmbiguityKind variants | pierwill | -2/+3 | |
| Emit description of the ambiguity as a note. Co-authored-by: Noah Lev <camelidcamel@gmail.com> Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | ||||
| 2021-07-27 | Make all tests use type_alias_impl_trait feature instead of min | Santiago Pastorino | -2/+2 | |
| 2021-07-18 | Remove impl_trait_in_bindings feature flag | Santiago Pastorino | -4/+25 | |
| 2021-05-09 | Add primary marker on codegen unit to take charge of main_wrapper for ↵ | Charles Lew | -14/+2 | |
| non-local cases. | ||||
| 2021-04-29 | Implement RFC 1260 with feature_name `imported_main`. | Charles Lew | -0/+118 | |
