| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-03-11 | Update tests | Vadim Petrochenkov | -2/+2 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -34/+4 | |
| 2018-10-18 | Add by-value captured variable note on second use. | David Wood | -11/+0 | |
| This commit adds a note that was present in the AST borrow checker when closures are invoked more than once and have captured variables by-value. | ||||
| 2018-04-11 | Checkpoint the current status of NLL on `ui` tests via compare-mode=nll. | Felix S. Klock II | -0/+11 | |
| 2018-03-14 | update tests | Guillaume Gomez | -3/+3 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -9/+9 | |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+3 | |
| 2017-12-18 | Rework expected closure error | Esteban Küber | -26/+12 | |
| * point at def span * add label to primary span * use `span_label`s instead of `span_note`s | ||||
| 2017-12-14 | Remove NOTE/HELP annotations from UI tests | Vadim Petrochenkov | -7/+3 | |
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -9/+11 | |
| 2017-07-02 | report the total number of errors on compilation failure | Ariel Ben-Yehuda | -2/+2 | |
| 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-07-02 | Revert "Change error count messages" | Ariel Ben-Yehuda | -1/+1 | |
| This reverts commit 5558c64f33446225739c1153b43d2e309bb4f50e. | ||||
| 2017-06-07 | Cover all cases in closure errors | Tommy Ip | -0/+6 | |
| 2017-06-06 | Group closure context ui tests | Tommy Ip | -0/+117 | |
