summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixed inliner to work with local variable scope...Iulian Dragos2007-02-219-40/+68
| | | | | | Fixed inliner to work with local variable scopes and fixed some warnings.
* Removed obsolete fields in ScalaRunTimemihaylov2007-02-201-11/+0
|
* Made Boxed{Byte,Short,Char,Int}.cannonical finalmihaylov2007-02-204-4/+4
|
* suppressed exhaustivity warnings; fixed bug957 ...Martin Odersky2007-02-205-9/+13
| | | | | suppressed exhaustivity warnings; fixed bug957 (attributes)
* now allows & for by-name params and parameters ...Martin Odersky2007-02-203-70/+99
| | | | | now allows & for by-name params and parameters methods.
* regenerated TupleN classes so that their toStri...Adriaan Moors2007-02-2023-59/+59
| | | | | | regenerated TupleN classes so that their toString matches the (...) tuple syntax update .check files that contained tuple toString output
* (no commit message)Philipp Haller2007-02-201-6/+5
|
* updated annotations in Scala librarymichelou2007-02-2071-365/+413
|
* fixed problem with serializationMartin Odersky2007-02-203-3/+6
|
* fixed slice methodMartin Odersky2007-02-2013-11/+77
|
* fixed bugs 954/958/957, plus problem with the i...Martin Odersky2007-02-195-94/+47
| | | | | fixed bugs 954/958/957, plus problem with the interpreter.
* Fixed bug #953mihaylov2007-02-195-12/+13
|
* 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
* 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
* 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-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-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-145-35/+39
|
* changed tuple syntax to (...)Martin Odersky2007-02-1377-734/+636
|
* 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-125-54/+74
|
* 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-0925-143/+220
|
* 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
|
* 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-096-19/+186
|
* 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-081-383/+0
|
* changed exhaustivity check suppression to attri...Martin Odersky2007-02-084-11/+18
| | | | | changed exhaustivity check suppression to attribute.