summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* Mostly, a pile of pattern matcher tracing code.Paul Phillips2009-10-074-123/+165
* Retains Import nodes until the typers phase so ...Miles Sabin2009-10-0710-51/+79
* Fixed #1000, #2060Martin Odersky2009-10-075-67/+157
* More revealing error message for the crasher in...Paul Phillips2009-10-071-4/+9
* "Fix" and test case for #1333.Paul Phillips2009-10-071-2/+7
* Getting variable binding bits into appropriate ...Paul Phillips2009-10-075-147/+124
* Pattern matcher starting to look like code you ...Paul Phillips2009-10-062-86/+122
* Exceptions are part of the protocol between the...Miles Sabin2009-10-061-3/+10
* Debugging code - pattern matcher activity tracing.Paul Phillips2009-10-063-52/+79
* Fixed stability issues for optimisedIulian Dragos2009-10-064-9/+14
* Patch from Mirko Stoker to add comment nodes to...Miles Sabin2009-10-062-28/+51
* fixed #2421: checkBounds in typedImplicit0 to f...Adriaan Moors2009-10-061-0/+1
* Another day of pattern matcher work.Paul Phillips2009-10-063-164/+175
* BuildManagers weren't deleting invalidated clas...Miles Sabin2009-10-054-6/+31
* More run of the mill pattern matcher work.Paul Phillips2009-10-055-157/+160
* Inching some more complicated and confusingly r...Paul Phillips2009-10-043-41/+89
* Reaping the spoils of patternization.Paul Phillips2009-10-034-204/+109
* Moving pattern related logic into Patterns and ...Paul Phillips2009-10-032-50/+46
* Enhanced the previous string length fix to work...Paul Phillips2009-10-032-4/+20
* Raised maxPrintString for repl output.Paul Phillips2009-10-031-1/+1
* Applied patch for #2306 ... thanks!Miles Sabin2009-10-031-0/+2
* (Partial?) fix for #2289.Miles Sabin2009-10-031-0/+1
* Pattern Matcher Productions is pleased to annou...Paul Phillips2009-10-034-81/+48
* Some trees make a nice smooth transition into a...Paul Phillips2009-10-023-100/+165
* Fixed out-of-date debug lineMartin Odersky2009-10-021-1/+1
* Sequence->SeqMartin Odersky2009-10-028-8/+10
* Commented out some position assertions which ar...Paul Phillips2009-10-021-2/+6
* Bit by bit, the ad hoc tests and transformation...Paul Phillips2009-10-026-41/+75
* Fixed #1939,plus some moving things around.Martin Odersky2009-10-025-41/+50
* Patch from Mirko Stoker to add positions to Mod...Miles Sabin2009-10-027-43/+44
* Most of this big patch is organizational, but t...Paul Phillips2009-10-029-356/+503
* Misc.Paul Phillips2009-10-013-104/+130
* Fix and tests for positions issues with context...Miles Sabin2009-10-011-50/+57
* Merge branch 'fixed/2101'Adriaan Moors2009-10-011-4/+25
* fixed #2208Adriaan Moors2009-10-012-2/+19
* fixed #2101Adriaan Moors2009-10-011-4/+23
* Removed spurious commentsIulian Dragos2009-10-011-5/+0
* Yet further encapsulation in the pattern matcher.Paul Phillips2009-09-306-57/+69
* Fixed 'finally'.Iulian Dragos2009-09-301-50/+44
* fixed #2311.Martin Odersky2009-09-304-45/+72
* The sort of pattern matcher commit which makes ...Paul Phillips2009-09-302-98/+73
* improved annotations copying (documentation, mo...Lukas Rytz2009-09-294-7/+11
* More pattern matcher massaging.Paul Phillips2009-09-292-28/+31
* Removing Tree => Pattern crutch implicits as pa...Paul Phillips2009-09-291-41/+36
* minor cleanup of fix for #2316 (by retronym)Adriaan Moors2009-09-292-2/+1
* fixed #2316: No longer cache entire SearchResul...Adriaan Moors2009-09-293-57/+17
* Equality tests emerging from the pattern matche...Paul Phillips2009-09-292-5/+18
* A couple minor tweaks I missed in the last patch.Paul Phillips2009-09-292-7/+3
* Back to work on the pattern matcher.Paul Phillips2009-09-293-102/+137
* Lazy fields null out fields that are used only ...Iulian Dragos2009-09-282-12/+85