| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -1/+1 | |
| 2017-04-05 | Use proper span for tuple index parsed as float | Esteban Küber | -0/+15 | |
| Fix diagnostic suggestion from: ```rust help: try parenthesizing the first index | (1, (2, 3)).((1, (2, 3)).1).1; ``` to the correct: ```rust help: try parenthesizing the first index | ((1, (2, 3)).1).1; ``` | ||||
