| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-04-05 | Use proper span for tuple index parsed as float | Esteban Küber | -17/+0 | |
| 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; ``` | ||||
| 2017-01-31 | use suggestions instead of helps with code in them | Oliver Schneider | -1/+2 | |
| 2015-09-14 | Fix tuple float bug. | christopherdumas | -0/+16 | |
