| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -48/+0 | |
| 2022-04-28 | Revert diagnostic duplication and accidental stabilization | Oli Scherer | -2/+0 | |
| 2022-03-28 | Revert to inference variable based hidden type computation for RPIT | Oli Scherer | -2/+4 | |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -3/+3 | |
| This reverts commit 6499c5e7fc173a3f55b7a3bd1e6a50e9edef782d, reversing changes made to 78450d2d602b06d9b94349aaf8cece1a4acaf3a8. | ||||
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -3/+3 | |
| This reverts commit e7cc3bddbe0d0e374d05e7003e662bba1742dbae, reversing changes made to 734368a200904ef9c21db86c595dc04263c87be0. | ||||
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -3/+3 | |
| 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-07-18 | Remove impl_trait_in_bindings feature flag | Santiago Pastorino | -8/+7 | |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -1/+0 | |
| This is step 2 towards fixing #77548. In the codegen and codegen-units test suites, the `//` comment markers were kept in order not to affect any source locations. This is because these tests cannot be automatically `--bless`ed. | ||||
| 2020-02-02 | compiletest: error if `compile-fail` header in ui test. | Tyler Lanphear | -1/+0 | |
| 2019-08-20 | Remove async_await gates from tests. | Mazdak Farrokhzad | -1/+0 | |
| 2019-08-16 | Remove meaningless comments in src/test | sd234678 | -2/+0 | |
| 2019-08-12 | typeck: Prohibit RPIT types that inherit lifetimes | David Wood | -1/+3 | |
| This commit prohibits return position `impl Trait` types that "inherit lifetimes" from the parent scope. The intent is to forbid cases that are challenging until they can be addressed properly. | ||||
| 2019-08-02 | Update syntax in existing tests | varkor | -1/+0 | |
| 2019-07-03 | Normalize projections in opaque types | Jonas Schievink | -0/+53 | |
