| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-06-23 | libsyntax: Disallow struct literals after `if`, `while`, `match`, and | Patrick Walton | -1/+1 | |
| `for...in`. Closes #14803. If you used a structure literal after one of these keywords, surround it in parentheses. [breaking-change] | ||||
| 2014-02-07 | Added tests to make tidy | Derek Guenther | -0/+10 | |
| 2013-02-28 | Fix reversed current/expected type | Jeong YunWon | -2/+1 | |
| Fix some reversed type of arm pattern and type of search pattern in error message. | ||||
| 2013-02-20 | Check type when struct is matched against enum-like pattern | Seo Sanghyeon | -0/+11 | |
| Previously check always succeeded because struct type was derived from the matched expression, not the matched pattern. | ||||
