aboutsummaryrefslogtreecommitdiff
path: root/docs/syntax-summary.txt
Commit message (Collapse)AuthorAgeFilesLines
* Generalize syntax for implicit function valuesMartin Odersky2016-12-171-7/+5
| | | | | - allow more than one implicit binding - harmonize syntax in expressions and blocks
* Add syntax for implicit functionsMartin Odersky2016-12-171-2/+2
|
* Pickle and unpickle type treesMartin Odersky2016-11-161-2/+2
| | | | | | | Lots of other changes to make positions work out everywhere. One important change is that now trees can be shared, just as types can. This change improves memory requirements (a bit) and also makes positions in shared trees more robust.
* Use => instead of -> for PolyTypesMartin Odersky2016-10-121-1/+1
| | | | | | If PolyTypes are to become value types we want to keep `=>` as the arrow for consistency. `->` should be reserved for PolyTypes that do not have side effects on instantiation.
* Move wiki into docs dirFelix Mulder2016-10-061-0/+329