summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* fixed flathashtable.Martin Odersky2007-01-302-0/+51
|
* fixed bug in FlatHashTable; intern Symbols; rem...Martin Odersky2007-01-301-1/+1
| | | | | | fixed bug in FlatHashTable; intern Symbols; removed view bound in Set.empty
* Fixed the bugfix for returns inside finallyIulian Dragos2007-01-292-0/+50
|
* 1.Martin Odersky2007-01-257-2/+36
| | | | | | 2. More detailed error messages for ambiguous implicits. 3. Relaxed rules for necessary overlap in pattern matching
* fsee message for 9732Martin Odersky2007-01-252-0/+17
|
* method Source::getLinesBurak Emir2007-01-241-0/+30
|
* test case for unapply gadt evaluatorBurak Emir2007-01-241-0/+35
|
* forgot check file and removed flags fileBurak Emir2007-01-242-1/+0
|
* moved working tests to filesBurak Emir2007-01-2415-0/+0
|
* (no commit message)Lex Spoon2007-01-241-0/+35
|
* new testsMartin Odersky2007-01-236-0/+184
|
* Changed back the paths for --quickLex Spoon2007-01-231-2/+2
|
* Enable -deprecation while running testsLex Spoon2007-01-231-2/+2
|
* updated check fileMartin Odersky2007-01-221-2/+2
|
* Moved collection test to pendingIulian Dragos2007-01-193-2/+2
|
* updated check files for cli testsmichelou2007-01-196-54/+21
|
* Added tests for HashTreeSet and HashTreeMapLex Spoon2007-01-192-0/+10
|
* Fixed test/files/jvm/serialization.check due to...mihaylov2007-01-171-10/+10
| | | | | | Fixed test/files/jvm/serialization.check due to change in collection.Set.toString()
* enabled -Xunapply.Martin Odersky2007-01-163-2/+32
| | | | | | | | fixed bug contrib 291. Added Map/Set types to Predef. Option no longer inherits from Iterable, but there's an implicit conversion. various other small things.
* libBurak Emir2007-01-141-0/+11
| | | | | | | | | | Seq.scala: fixed unapply method nsc Trees.scala: Transformer is homomorphism for UnApply ExplOuter: removed System.exit for debug (oops, this annoys Eclipse users) TransM: case UnApply for isRegularPattern GenICode: error msg gives compilation unit, too
* (no commit message)Martin Odersky2007-01-102-0/+26
|
* fixed bug877Martin Odersky2007-01-101-1/+1
|
* fixed bug875Martin Odersky2007-01-109-0/+94
|
* added colon to check files in pendingBurak Emir2007-01-085-5/+5
|
* added test case in neg/scopes.scalamichelou2007-01-082-7/+12
|
* added one test, changed to check files.Martin Odersky2007-01-083-1/+19
|
* added colonBurak Emir2007-01-0782-125/+125
|
* Added `:' to after line in error messages; chan...Martin Odersky2007-01-061-1/+1
| | | | | | Added `:' to after line in error messages; changed unapply pattern matching. Changed TreeSet collection class.
* removed Xkilloption from ExplicitOuterBurak Emir2007-01-052-4/+13
| | | | | | | tab->whitespace in PatternMatcher modified test case unapplySeq new test case unapplyGeneric
* Changed the checkfile to match old field initia...Iulian Dragos2007-01-051-6/+6
| | | | | Changed the checkfile to match old field initialization order
* Fixed serialization throughout RedBlack hierarchyIulian Dragos2007-01-051-6/+6
|
* changed collection librariesMartin Odersky2007-01-042-1/+2
|
* 1.Martin Odersky2007-01-0312-10/+201
|
* * TupleN extends ProductN, again (genprod updated)Burak Emir2007-01-021-0/+2
| | | | | | | | | | * better comments and parameter names in scala.xml.MetaData typechecker * now handles special cases (n=0, n=1) for unapply correctly * * even if one returns a Option[Product1[T]] * typechecker now handles unapply return types correctly * * e.g. when returning Option[{A,B}] instead of Option[Product2[A,B]]
* caseclasses implement Product directlyBurak Emir2006-12-251-55/+0
| | | | | caseclasses do not implement ProductN anymore
* test case, unapply <-> as in "Matching with Obj...Burak Emir2006-12-252-0/+85
| | | | | test case, unapply <-> as in "Matching with Objects"
* unapply <-> as in "Matching with Objects"Burak Emir2006-12-252-3/+37
|
* fixed test case + strict checking for atomBurak Emir2006-12-222-6/+10
|
* added test in neg/scopes.scalamichelou2006-12-142-12/+19
|
* moved from pendingmichelou2006-12-132-36/+0
|
* moved from pendingmichelou2006-12-132-0/+36
|
* (no commit message)michelou2006-12-131-4/+7
|
* updated check files with new tuple syntaxmichelou2006-12-135-33/+36
|
* added test for already defined valuesmichelou2006-12-122-0/+33
|
* Fixed bug 853, protected accessors crash with p...Iulian Dragos2006-12-121-0/+22
| | | | | Fixed bug 853, protected accessors crash with path dependent types.
* added check files for cli tests with '--javac'michelou2006-12-073-0/+72
|
* updated check files for cli testsmichelou2006-12-0712-35/+177
|
* updated test files to avoid illegal null assign...Martin Odersky2006-12-054-5/+4
| | | | | updated test files to avoid illegal null assignments
* added infix type constructorsMartin Odersky2006-12-042-0/+20
| | | | | | added &: infix constructor for pairs optimization to remove redudant outer pointers
* (no commit message)Martin Odersky2006-12-031-16/+0
|