| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-11-03 | Auto merge of #65759 - tmiasko:ui, r=petrochenkov | bors | -1/+1 | |
| Validate error patterns and error annotation in ui tests when present Previously, when compilation succeeded, neither error patterns nor error annotation would be validated. Additionally, when compilation failed, only error patterns would be validated if both error patterns and error annotation were present. Now both error patterns and error annotation are validated when present, regardless of compilation status. Furthermore, for test that should run, the error patterns are matched against executable output, which is what some of tests already expect to happen, and when #65506 is merged even more ui tests will. Fixes #56277 | ||||
| 2019-11-02 | Update error annotations in tests that successfully compile | Tomasz Miąsko | -1/+1 | |
| Those annotation are silently ignored rather than begin validated against compiler output. Update them before validation is enabled, to avoid test failures. | ||||
| 2019-10-31 | Revert "pre-expansion gate const_generics" | Eduard-Mihai Burtescu | -2/+2 | |
| This reverts commit 49cbfa1a6f6469ddbc0e88161e52104cc87aea9b. | ||||
| 2019-10-25 | Rollup merge of #65742 - Centril:gate-pre-expansion-subset, r=davidtwco | Mazdak Farrokhzad | -2/+2 | |
| Pre-expansion gate most of the things This is a subset of https://github.com/rust-lang/rust/pull/64672. A crater run has already been done and this PR implements conclusions according to https://github.com/rust-lang/rust/pull/64672#issuecomment-542703363. r? @davidtwco cc @petrochenkov | ||||
| 2019-10-24 | pre-expansion gate const_generics | Mazdak Farrokhzad | -2/+2 | |
| 2019-10-23 | Add regression test for #62579 | varkor | -0/+23 | |
| 2019-10-22 | Add regression test for #65675 | varkor | -0/+18 | |
| 2019-10-07 | Add a regression test for issue 62187 | varkor | -0/+32 | |
| 2019-10-07 | Move const generic regression tests to their old folder | varkor | -0/+223 | |
