Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make tests green again | Andreas Rumpf | 2017-09-26 | 1 | -3/+3 |
| | |||||
* | Restore the old behavior of parsing "quote do:" | Zahary Karadjov | 2017-08-19 | 1 | -4/+3 |
| | | | | close #5845 | ||||
* | allow StmtLists to pass through semExprWithType | Zahary Karadjov | 2017-04-11 | 1 | -4/+1 |
| | | | | | | This fix was necessary in order to fix the lambda lifting used in the "jsffi" module, which relies on turning nkStmtList into nkLambda in a catch-all dot operator. | ||||
* | lift parameter-less do block to lambdas | Zahary Karadjov | 2017-04-10 | 1 | -2/+8 |
| | |||||
* | improve the usability of the jsffi module | Zahary Karadjov | 2017-04-09 | 1 | -6/+56 |
| | | | | | | * All JavaScript operators are usable with JsObject * The dot operators will use native JavaScript strings * Results returned from dot calls are consired discardable | ||||
* | Implement RFC #4873 improvements to JavaScript FFI (#5213) | Michael Jendrusch | 2017-01-26 | 1 | -0/+436 |