summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* changed non-exhaustivity to attributesMartin Odersky2007-02-0721-97/+240
|
* moved encoding value to object Propertiesmichelou2007-02-074-10/+16
|
* small portability fixes to the librarymihaylov2007-02-074-3/+5
|
* added missing file headersmichelou2007-02-079-50/+122
|
* updated deprecated methodsmichelou2007-02-073-8/+18
|
* Adding wrappers around Java's reference classes.Sean McDirmid2007-02-076-0/+60
|
* Created src/dotnet-library from r9912 of src/li...mihaylov2007-02-07363-0/+32237
| | | | | Created src/dotnet-library from r9912 of src/library
* Replaced the deprecated Seq.concat with Seq.++ ...mihaylov2007-02-061-47/+37
| | | | | Replaced the deprecated Seq.concat with Seq.++ in DocGenerator
* clean up, unapply disables any form of exhausti...Burak Emir2007-02-062-17/+14
| | | | | clean up, unapply disables any form of exhaustivity checking
* Fixed references to the deprecated ListMap.Emptymihaylov2007-02-065-6/+6
|
* Added a reference to Settings in AbstractReportermihaylov2007-02-0610-47/+50
|
* Removed the PrintStream version of Stream.printmihaylov2007-02-061-6/+4
|
* Use tuple syntax instead of Pair/Triple in the ...mihaylov2007-02-062-62/+63
| | | | | Use tuple syntax instead of Pair/Triple in the backend
* Fixed some svn propertiesmihaylov2007-02-062-4/+4
|
* Merged the dotnet-scala branchmihaylov2007-02-0622-121/+3616
|
* clean upBurak Emir2007-02-062-136/+127
|
* scala.actors: removed ugly flow control.Philipp Haller2007-02-051-18/+13
|
* exhaustivity reworkedBurak Emir2007-02-054-23/+64
|
* changed pair(...) to {...}Martin Odersky2007-02-0561-351/+336
|
* Honour the -nowarn flagmihaylov2007-02-051-1/+2
|
* fixed compilation error in CopyPropagation.scalamichelou2007-02-054-112/+129
|
* Fixed some deprecated and pattern matching warn...Iulian Dragos2007-02-053-5/+8
| | | | | Fixed some deprecated and pattern matching warnings
* scala.actors: removed Exit class.Philipp Haller2007-02-044-33/+36
|
* (no commit message)Martin Odersky2007-02-0323-174/+183
|
* hacking matcher to death 4 exhaustivityBurak Emir2007-02-032-16/+68
|
* rewrote list patterns to avoid exhaustivity war...Burak Emir2007-02-031-6/+12
| | | | | rewrote list patterns to avoid exhaustivity warnings
* added comment & test caseMartin Odersky2007-02-021-1/+1
|
* deprecated checks moved to refchecks.Martin Odersky2007-02-0222-77/+162
|
* scala.actors: exit now works inside loop.Philipp Haller2007-02-022-17/+10
|
* refined exhaustivity checkBurak Emir2007-02-022-11/+62
|