summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fixed stability issues for the optimised build,...Iulian Dragos2009-10-142-8/+8
* You might think someone would eventually weary ...Paul Phillips2009-10-132-20/+63
* Yet more tracing code.Paul Phillips2009-10-135-29/+81
* Yet more code for scrutinizing the pattern matc...Paul Phillips2009-10-137-51/+70
* Fixed #2422 abd #2461Martin Odersky2009-10-134-7/+13
* Fixed #2444Martin Odersky2009-10-121-6/+12
* Fixed #2099.Martin Odersky2009-10-121-1/+5
* reverted immutable.Vector because it gave rando...Martin Odersky2009-10-122-9/+27
* Taking a first crack at straightening out MixTy...Paul Phillips2009-10-122-106/+60
* Renamed definedVars to deepBoundVariables.Paul Phillips2009-10-127-45/+68
* Added the concepts of "necessary type" and "suf...Paul Phillips2009-10-113-13/+21
* Further iteration related to patterns and bindi...Paul Phillips2009-10-113-46/+68
* More transitioning bindings to pattern vars.Paul Phillips2009-10-113-40/+41
* Created PatternVarGroup to hold a sequence of p...Paul Phillips2009-10-112-65/+86
* In the same way that raw Trees are giving way t...Paul Phillips2009-10-114-83/+88
* Improving tracing output, and more code organiz...Paul Phillips2009-10-117-151/+185
* Finished the additions to RuleApplication.Paul Phillips2009-10-103-47/+47
* Further centralized all temporary variable crea...Paul Phillips2009-10-103-90/+79
* Starting the process of properly encapsulating ...Paul Phillips2009-10-103-49/+82
* Breaking down the matcher's various Mix* classe...Paul Phillips2009-10-092-67/+60
* Don't fold List.apply() to Nil in presentation ...Miles Sabin2009-10-091-1/+1
* Amazing how much code becomes unnecessary when ...Paul Phillips2009-10-092-104/+117
* merging msil (r19001) compiler changes to trunkLukas Rytz2009-10-092-2/+8
* Moved yet more stuff out of ParallelMatching, a...Paul Phillips2009-10-084-193/+213
* Make the positions of the children of an Import...Miles Sabin2009-10-081-0/+2
* Reworked exhaustiveness checking yet further, a...Paul Phillips2009-10-084-117/+145
* 1) Removed a bunch of unnecessary calls to the ...Paul Phillips2009-10-084-93/+77
* Definite fix for #2060; fix for #2392.Martin Odersky2009-10-083-34/+55
* Renamed identifier pats to pmatch to reduce amb...Paul Phillips2009-10-082-45/+54
* Switched to using .narrow where possible instea...Paul Phillips2009-10-083-18/+19
* Fixed #2425Martin Odersky2009-10-082-6/+10
* Finishing up a bit of treegen I had left in mid...Paul Phillips2009-10-081-23/+20
* 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