summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* now allows & for by-name params and parameters ...Martin Odersky2007-02-203-70/+99
* fixed problem with serializationMartin Odersky2007-02-203-3/+6
* fixed slice methodMartin Odersky2007-02-202-8/+6
* fixed bugs 954/958/957, plus problem with the i...Martin Odersky2007-02-195-94/+47
* Fixed bug #953mihaylov2007-02-195-12/+13
* added explicit self defsMartin Odersky2007-02-1920-139/+196
* scaladoc handles secondary ctors as defs for co...michelou2007-02-191-1/+1
* generates scaladoc attributes for primary const...michelou2007-02-161-11/+24
* (no commit message)Martin Odersky2007-02-161-1/+1
* re-enabled stability test; added sections.Martin Odersky2007-02-165-48/+80
* fixed unary_opsMartin Odersky2007-02-165-54/+24
* Added unary_ primitivesIulian Dragos2007-02-153-6/+12
* deprecated [...] attribute syntax. Martin Odersky2007-02-154-198/+222
* Added support for unary_+/-/!/~ primitives.Iulian Dragos2007-02-152-2/+39
* more changes to make tuples (...)Martin Odersky2007-02-145-35/+39
* changed tuple syntax to (...)Martin Odersky2007-02-1329-500/+394
* Fixed transformer/CleanUp crash with -target:msilmihaylov2007-02-131-9/+11
* fixed problem with bug640Martin Odersky2007-02-122-3/+4
* Added support for compileLate in icode phases.Iulian Dragos2007-02-127-28/+39
* small fixes to newline behavior.Martin Odersky2007-02-124-48/+67
* Generate SYNTHETIC attribute for methods and fi...Iulian Dragos2007-02-121-0/+1
* Fixed crash in resident modeIulian Dragos2007-02-121-7/+0
* Generate direct reference to the TYPE field of ...mihaylov2007-02-111-1/+15
* Fixed GenMSIL for the new SCOPE_ENTER/SCOPE_EXI...mihaylov2007-02-111-0/+2
* Fixed local variable table scopingIulian Dragos2007-02-095-49/+173
* renamed attributes to annotations; added @syntax.Martin Odersky2007-02-0912-127/+134
* Made scalac ant task accept .NET-related settingsmihaylov2007-02-091-0/+14
* Forgot to remove some useless code.Iulian Dragos2007-02-091-5/+6
* minor changes in reporters/*.scalamichelou2007-02-093-104/+103
* Fixed 'throws' attribute when used with 'uniqid'.Iulian Dragos2007-02-091-6/+15
* made subtyping decidable.Martin Odersky2007-02-095-18/+185
* reinstantiated TreePrintersMartin Odersky2007-02-081-0/+386
* Disabled stability testMartin Odersky2007-02-081-383/+0
* changed exhaustivity check suppression to attri...Martin Odersky2007-02-084-11/+18
* changed non-exhaustivity to attributesMartin Odersky2007-02-0720-97/+222
* moved encoding value to object Propertiesmichelou2007-02-074-10/+16
* updated deprecated methodsmichelou2007-02-072-6/+6
* Replaced the deprecated Seq.concat with Seq.++ ...mihaylov2007-02-061-47/+37
* clean up, unapply disables any form of exhausti...Burak Emir2007-02-062-17/+14
* Fixed references to the deprecated ListMap.Emptymihaylov2007-02-063-4/+4
* Added a reference to Settings in AbstractReportermihaylov2007-02-0610-47/+50
* Use tuple syntax instead of Pair/Triple in the ...mihaylov2007-02-062-62/+63
* Fixed some svn propertiesmihaylov2007-02-062-4/+4
* Merged the dotnet-scala branchmihaylov2007-02-0617-106/+3605
* clean upBurak Emir2007-02-062-136/+127
* exhaustivity reworkedBurak Emir2007-02-054-23/+64
* changed pair(...) to {...}Martin Odersky2007-02-0513-117/+103
* Honour the -nowarn flagmihaylov2007-02-051-1/+2
* fixed compilation error in CopyPropagation.scalamichelou2007-02-052-97/+116
* Fixed some deprecated and pattern matching warn...Iulian Dragos2007-02-053-5/+8