summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug #953mihaylov2007-02-195-12/+13
|
* changes to build.xmlPhilipp Haller2007-02-192-3/+6
|
* added explicit self defsMartin Odersky2007-02-1921-139/+212
|
* scaladoc handles secondary ctors as defs for co...michelou2007-02-191-1/+1
| | | | | scaladoc handles secondary ctors as defs for comments
* Included FJ files in build.xmlPhilipp Haller2007-02-191-0/+12
|
* scala.actors: integrated FJ. added futures.Philipp Haller2007-02-1912-36/+2758
|
* Reverted to the old attribute syntax for mutabl...mihaylov2007-02-181-1/+1
| | | | | | Reverted to the old attribute syntax for mutable.Queue to satisfy the STARR compiler
* Improved annotations testmihaylov2007-02-186-7/+20
|
* Fixed bug contribution #338 in mutable.Queuemihaylov2007-02-181-16/+20
|
* scala.actors: Fixed small bug in andThen.Philipp Haller2007-02-171-2/+2
|
* generates scaladoc attributes for primary const...michelou2007-02-161-11/+24
| | | | | generates scaladoc attributes for primary constructor
* (no commit message)Martin Odersky2007-02-161-1/+1
|
* re-enabled stability test; added sections.Martin Odersky2007-02-167-52/+82
|
* fixed unary_opsMartin Odersky2007-02-165-54/+24
|
* Improved ping pong actor example.Philipp Haller2007-02-151-36/+28
|
* Added unary_ primitivesIulian Dragos2007-02-153-6/+12
|
* fixed testsMartin Odersky2007-02-156-60/+61
|
* deprecated [...] attribute syntax. Martin Odersky2007-02-156-199/+227
| | | | | allowed non-K&R style braces.
* Added support for unary_+/-/!/~ primitives.Iulian Dragos2007-02-152-2/+39
|
* more changes to make tuples (...)Martin Odersky2007-02-1415-58/+87
|
* changed tuple syntax to (...)Martin Odersky2007-02-1380-747/+649
|
* - renamed msil.predef build target to msilmihaylov2007-02-131-2/+6
| | | | | - added clean.msil target
* 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
|
* updated testsMartin Odersky2007-02-122-3/+2
|
* small fixes to newline behavior.Martin Odersky2007-02-127-56/+77
|
* Fixed exhaustiveness warningIulian Dragos2007-02-121-0/+1
|
* Generate SYNTHETIC attribute for methods and fi...Iulian Dragos2007-02-121-0/+1
| | | | | Generate SYNTHETIC attribute for methods and fields.
* Fixed Iterable.drop according to contribution #332mihaylov2007-02-121-1/+1
|
* Fixed crash in resident modeIulian Dragos2007-02-121-7/+0
|
* Fixed contribution #322 concerning RichStringmihaylov2007-02-111-1/+1
|
* Generate direct reference to the TYPE field of ...mihaylov2007-02-113-33/+48
| | | | | | Generate direct reference to the TYPE field of the Java box classes for classOf[PrimitiveType]
* Fixed GenMSIL for the new SCOPE_ENTER/SCOPE_EXI...mihaylov2007-02-111-0/+2
| | | | | Fixed GenMSIL for the new SCOPE_ENTER/SCOPE_EXIT icodes
* Fixed local variable table scopingIulian Dragos2007-02-095-49/+173
|
* renamed attributes to annotations; added @syntax.Martin Odersky2007-02-0927-150/+227
|
* Preliminary support for building .NET version o...mihaylov2007-02-093-1/+45
| | | | | Preliminary support for building .NET version of the Scala library
* Added the C# files to src/dotnet-library/scala/...mihaylov2007-02-0913-0/+300
| | | | | Added the C# files to src/dotnet-library/scala/runtime
* Made scalac ant task accept .NET-related settingsmihaylov2007-02-091-0/+14
|
* Forgot to remove some useless code.Iulian Dragos2007-02-091-5/+6
|
* removed -nowarn option in scalatest (excepted f...michelou2007-02-091-2/+2
| | | | | removed -nowarn option in scalatest (excepted for .NET tests)
* minor changes in reporters/*.scalamichelou2007-02-093-104/+103
|
* Fixed 'throws' attribute when used with 'uniqid'.Iulian Dragos2007-02-091-6/+15
|
* Removed some platform-agnostic files from src/d...mihaylov2007-02-095-124/+0
| | | | | Removed some platform-agnostic files from src/dotnet-library
* made subtyping decidable.Martin Odersky2007-02-098-23/+190
|
* leave only .NET-specific files in src/dotnet-li...mihaylov2007-02-09358-31017/+340
| | | | | leave only .NET-specific files in src/dotnet-library
* reinstantiated TreePrintersMartin Odersky2007-02-081-0/+386
|
* Disabled stability testMartin Odersky2007-02-082-383/+2
|
* changed exhaustivity check suppression to attri...Martin Odersky2007-02-084-11/+18
| | | | | changed exhaustivity check suppression to attribute.
* changed non-exhaustivity to attributesMartin Odersky2007-02-0721-97/+240
|