| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-04-22 | Remove double trailing newlines | varkor | -1/+0 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+1 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -9/+9 | |
| 2018-12-30 | Fix variable string size problem in transmute test | varkor | -3/+3 | |
| 2018-12-28 | Clarify wording of E0512 | varkor | -89/+89 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -103/+28 | |
| 2018-08-14 | Normalize tests for i686 Windows. | David Wood | -17/+23 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+223 | |
| 2018-03-14 | update tests | Guillaume Gomez | -4/+4 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -19/+19 | |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+4 | |
| 2017-12-14 | Support regexes in custom normalization in UI tests | Vadim Petrochenkov | -2/+2 | |
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -23/+23 | |
| 2017-07-11 | compiletest: Support custom normalization rules. | kennytm | -58/+35 | |
| 2017-07-02 | report the total number of errors on compilation failure | Ariel Ben-Yehuda | -3/+3 | |
| Prior to this PR, when we aborted because a "critical pass" failed, we displayed the number of errors from that critical pass. While that's the number of errors that caused compilation to abort in *that place*, that's not what people really want to know. Instead, always report the total number of errors, and don't bother to track the number of errors from the last pass that failed. This changes the compiler driver API to handle errors more smoothly, and therefore is a compiler-api-[breaking-change]. Fixes #42793. | ||||
| 2017-06-18 | Update UI tests to be platform independent | Mark Simulacrum | -74/+107 | |
| 2017-06-18 | Update transmute size lints. | Mark Simulacrum | -0/+345 | |
| Also moves a few transmute tests to UI tests to better test their output. | ||||
