aboutsummaryrefslogtreecommitdiff
path: root/test/x
Commit message (Collapse)AuthorAgeFilesLines
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-091-1/+1
|
* New worksheet highlighting some symbol and tree constructionsMartin Odersky2014-02-141-0/+104
|
* Renaming: typeConstructor -> typeRefMartin Odersky2013-11-221-49/+49
|
* Added unit testing supportMartin Odersky2013-11-181-1/+1
|
* Fixing problem related to overloaded symbolsMartin Odersky2013-09-241-9/+50
| | | | Now that we have no longer termrefs with fixed syms, we need to create TermRefWithSignatures. Just setting symbol/denotation is not enough because of termref caching.
* expolaratory worksheetMartin Odersky2013-09-161-0/+29
|
* Added support for pattern variables and Bind.Martin Odersky2013-08-091-0/+16
| | | | Also some fixes in adapt wrt patterns.
* Taking accessibility into account for &, |Martin Odersky2013-06-191-0/+49
| | | | | | Changed the algorithm for & (and also |) to take accessibility into account. Fixed various problems that opened up when doing this. Under -debug, new and old behavior of & are checked side-by-side and any discrepancy is noted.
* Added typedIdent method.Martin Odersky2013-06-181-0/+21
Also some refactorings that were caused by adding this method.