summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added test for already defined valuesmichelou2006-12-122-0/+33
|
* added comma in generated Tuple1.toString methodmichelou2006-12-122-17/+34
|
* Added values for floating point NaN, Infinity, ...mihaylov2006-12-123-3/+26
| | | | | | Added values for floating point NaN, Infinity, Min, Max, Eps to scala.compat.Math
* 1. allow trailing commas in tuples; fix of bug 857Martin Odersky2006-12-125-34/+43
|
* Fixed bug 853, protected accessors crash with p...Iulian Dragos2006-12-122-4/+47
| | | | | Fixed bug 853, protected accessors crash with path dependent types.
* more tuplesBurak Emir2006-12-1256-87/+433
|
* fixed #855Burak Emir2006-12-112-16/+18
|
* minor changesmichelou2006-12-111-36/+38
|
* added infix types and {...} syntax for tuples.Martin Odersky2006-12-118-70/+134
| | | | | changed a confusing error message "value this is not a member of T".
* fixed bug when matching chars and intBurak Emir2006-12-101-0/+14
|
* fixed indexBurak Emir2006-12-101-1/+1
|
* run benchmarks with a multiplierBurak Emir2006-12-091-3/+11
|
* updated genprod.scala (Function1)michelou2006-12-0841-288/+456
|
* implemented infix type operatorsMartin Odersky2006-12-082-23/+63
|
* added check files for cli tests with '--javac'michelou2006-12-073-0/+72
|
* updated check files for cli testsmichelou2006-12-0712-35/+177
|
* update STARR to Scala 2.3.1michelou2006-12-062-2/+2
|
* released Scala version 2.3.1v2.3.1michelou2006-12-061-2/+2
|
* added test for ANT_HOME in build.xmlmichelou2006-12-061-2/+2
|
* fixed bug 833Martin Odersky2006-12-064-28/+34
|
* Fixed type error in ChannelPhilipp Haller2006-12-051-14/+14
|
* updated test files to avoid illegal null assign...Martin Odersky2006-12-054-5/+4
| | | | | updated test files to avoid illegal null assignments
* (no commit message)Martin Odersky2006-12-051-1/+1
|
* fixed bug 846.Martin Odersky2006-12-052-3/+7
| | | | | added debug output to unapply problem.
* added infix type constructorsMartin Odersky2006-12-049-41/+83
| | | | | | added &: infix constructor for pairs optimization to remove redudant outer pointers
* removed leading/trailing tabs/blanks in backend...michelou2006-12-048-314/+363
| | | | | removed leading/trailing tabs/blanks in backend/icode/*.scala
* Fixed non-terminating iteration in data flow an...Iulian Dragos2006-12-043-13/+17
| | | | | Fixed non-terminating iteration in data flow analysis framework.
* fixed case columnNullableUnknownBurak Emir2006-12-031-1/+1
|
* reverted testing change in DocUtil.scalamichelou2006-12-031-3/+1
|
* (no commit message)Martin Odersky2006-12-031-16/+0
|
* more on Xkilloption, and a PM fixBurak Emir2006-12-039-93/+333
|
* added alphabetic ordered links in navigation framemichelou2006-12-023-19/+54
|
* fixed incorrect tag in navigation framemichelou2006-12-022-6/+6
|
* replaced tables by lists in generated API docum...michelou2006-12-022-27/+25
| | | | | replaced tables by lists in generated API documentation
* fixed bug845Martin Odersky2006-12-013-4/+20
|
* fixed validation error in generated API documen...michelou2006-12-012-6/+8
| | | | | fixed validation error in generated API documentation
* updated tests.Martin Odersky2006-12-016-32/+46
|
* added navigation frame in generated API documen...michelou2006-12-013-7/+42
| | | | | added navigation frame in generated API documentation
* fixed problem with protectedMartin Odersky2006-12-012-6/+6
|
* fixed bugs 857, 838, 836Martin Odersky2006-12-013-11/+16
|
* Fixed a bug with processing the SCALA_HOME envi...Lex Spoon2006-12-012-2/+6
| | | | | | Fixed a bug with processing the SCALA_HOME environment variable, as suggested by Keith Hodel
* fixed bug 856Martin Odersky2006-11-303-1/+16
|
* added test files for bug835/bug836Martin Odersky2006-11-304-0/+28
|
* fixed bugs 835 and 836.Martin Odersky2006-11-303-20/+27
|
* corrected bug in unapply test caseBurak Emir2006-11-301-2/+2
|
* added cancel capability to nscMartin Odersky2006-11-307-48/+34
|
* fixed encoding in Scala commentmichelou2006-11-301-10/+14
|
* Removed a DOS-style new line character from tes...mihaylov2006-11-301-1/+1
| | | | | Removed a DOS-style new line character from test/neg/implicits.check
* more test cases for -XkilloptionBurak Emir2006-11-291-7/+28
|
* more functionality for -XkilloptionBurak Emir2006-11-293-13/+17
|