summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Implementation and test cases for canEqual meth...Paul Phillips2009-07-093-8/+27
* The presently salvageable portion of my attempt...Paul Phillips2009-07-092-108/+119
* I can no longer endure having one of the fundam...Paul Phillips2009-07-091-60/+60
* Temporarily reverting r18237 on iulian's behalf.Paul Phillips2009-07-081-2/+0
* More on the pattern matcher: continuing to give...Paul Phillips2009-07-083-109/+121
* Annotations on type parameters are added to the...Iulian Dragos2009-07-081-0/+2
* Lots of work hardening matching on sequences.Paul Phillips2009-07-073-127/+170
* fixed Scala comments, added svn:keywordsmichelou2009-07-071-2/+6
* And more pattern matcher refinement.Paul Phillips2009-07-065-122/+100
* More naming and commenting, some moving to more...Paul Phillips2009-07-063-127/+130
* Implemented proposed strategy for #1503 and mov...Paul Phillips2009-07-051-1/+4
* Made #576 output an error rather than crashing.Paul Phillips2009-07-051-2/+13
* Fixed positionsMartin Odersky2009-07-0512-332/+406
* Interim fix and test case for #1434.Paul Phillips2009-07-051-3/+9
* Removed a pile of gratuitous implicit parameter...Paul Phillips2009-07-056-897/+936
* fix #2122, test for #2116Lukas Rytz2009-07-051-1/+2
* In an amazing pattern matcher breakthrough, I t...Paul Phillips2009-07-042-103/+140
* Wrote a subclass of tree printer which outputs ...Paul Phillips2009-07-033-84/+163
* Beginnings of a tracing facility for the patter...Paul Phillips2009-07-035-89/+136
* refined range positions some more; eliminated A...Martin Odersky2009-07-0218-181/+245
* Searched the TreeBuilder bathwater for the miss...Paul Phillips2009-07-021-31/+30
* Instilling a little consistency in the pattern ...Paul Phillips2009-07-026-142/+112
* fix for #2116Lukas Rytz2009-07-022-2/+2
* Reverted treebuilder all the way to r18056.Paul Phillips2009-07-011-26/+30
* Working on pattern matcher debuggability.Paul Phillips2009-07-012-54/+54
* Creating case classes in preference to passing ...Paul Phillips2009-07-015-117/+175
* added "diagnostic" to context.Lukas Rytz2009-07-012-3/+12
* Fix for #2092Antonio Cunei2009-07-011-2/+6
* More pattern matcher streamlining.Paul Phillips2009-07-012-56/+50
* Winnowing down the pattern matcher into smaller...Paul Phillips2009-06-302-41/+42
* Mostly rewriting Unapplies as I work my way thr...Paul Phillips2009-06-303-119/+113
* minor cleanups for named argsLukas Rytz2009-06-305-39/+48
* Restored TreeBuilder to its only-deliver-untype...Paul Phillips2009-06-301-67/+80
* Enhanced error message when a type error is bec...Paul Phillips2009-06-301-7/+19
* More elucidation work on the pattern matcher.Paul Phillips2009-06-305-102/+75
* A few residual DSL bits.Paul Phillips2009-06-302-23/+21
* Eliminating some unnecessary code duplication.Paul Phillips2009-06-303-32/+18
* Working on the pattern matcher.Paul Phillips2009-06-296-82/+105
* Fixed #2106.Iulian Dragos2009-06-291-28/+42
* Fixed #2031.Philipp Haller2009-06-291-1/+1
* Fixed #2107.Iulian Dragos2009-06-291-3/+7
* Added default implementation for debug hover in...Miles Sabin2009-06-291-1/+27
* fix #2103Lukas Rytz2009-06-292-12/+6
* Misc fussing with DSL details.Paul Phillips2009-06-293-84/+83
* More of the DSL.Paul Phillips2009-06-2810-146/+123
* DSL refinement continues apace.Paul Phillips2009-06-284-121/+70
* More fleshing out of code generation DSL.Paul Phillips2009-06-2812-218/+196
* Continued development of code generation DSL.Paul Phillips2009-06-275-393/+291
* Misc cleanups to squeezing logic.Paul Phillips2009-06-271-50/+27
* Fix for #1496.Paul Phillips2009-06-261-4/+2