summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Collapse)AuthorAgeFilesLines
* fixed bug845Martin Odersky2006-12-011-0/+16
|
* updated tests.Martin Odersky2006-12-016-32/+46
|
* fixed bug 856Martin Odersky2006-11-302-0/+15
|
* added test files for bug835/bug836Martin Odersky2006-11-304-0/+28
|
* 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
* fixed bug851Martin Odersky2006-11-293-0/+58
| | | | | added "Function" module to library/scala
* renamed directory 'resident' to match '--res' o...michelou2006-11-2929-0/+0
| | | | | renamed directory 'resident' to match '--res' option
* more fun with positions, and updated docBurak Emir2006-11-281-3/+3
|
* Fixed bug with calls in tail position with fina...Iulian Dragos2006-11-272-0/+43
| | | | | Fixed bug with calls in tail position with final handlers.
* Blah, SVN is evil.Sean McDirmid2006-11-252-0/+37
|
* (no commit message)Sean McDirmid2006-11-253-47/+0
|
* Adding passing resident tests.Sean McDirmid2006-11-2527-0/+179
|
* (no commit message)Lex Spoon2006-11-242-24/+0
|
* Fixed the test to be clearerLex Spoon2006-11-242-5/+6
|
* *** empty log message ***Lex Spoon2006-11-241-1/+1
|
* (no commit message)Lex Spoon2006-11-242-0/+23
|
* removed unchecked test.Martin Odersky2006-11-232-13/+0
|
* 1.Martin Odersky2006-11-222-0/+13
| | | | | | 2. Modified ambiguous check for implicits. 3. Cleanup of AddInterfaces
* fixed syntax error in InferMartin Odersky2006-11-171-0/+45
|
* fixed bugs 802 and 807 (recursive lub problems).Martin Odersky2006-11-174-0/+83
| | | | | Changes system so that now an approximation of lub/glb is computed.
* fixed bug 798Martin Odersky2006-11-162-5/+4
|
* fixed bug798, 800Martin Odersky2006-11-164-0/+43
|
* (no commit message)Martin Odersky2006-11-167-0/+80
|
* Fixed test/files/run/richs.scala according to t...mihaylov2006-11-141-2/+2
| | | | | Fixed test/files/run/richs.scala according to the latest RichChar
* Improved the fix and test case for bug #819mihaylov2006-11-132-7/+11
|
* Added test for bug 891 (unboxing and promotion)Iulian Dragos2006-11-132-0/+14
|
* Removed java.io._ imports from the test suitemihaylov2006-11-115-21/+13
|
* Fixed test/files/neg/constrs.check according to...mihaylov2006-11-101-2/+2
| | | | | Fixed test/files/neg/constrs.check according to the new error message
* Fixed bugs in protected accessors.Iulian Dragos2006-11-092-10/+51
|
* added ant task "FastScalac" and updated test su...michelou2006-11-088-32/+98
| | | | | added ant task "FastScalac" and updated test suite accordingly
* Improved class-level value initializationmihaylov2006-11-061-6/+6
|
* caseclass->productBurak Emir2006-11-052-7/+7
|
* Compiled with java 1.4Iulian Dragos2006-11-041-1/+1
|
* Added a value for Java static inner classes to ...Iulian Dragos2006-11-024-0/+38
| | | | | | Added a value for Java static inner classes to allow access to static members.
* added tests for rich charactersmichelou2006-11-022-6/+44
|
* - added runtime.RichException with a getStackTr...mihaylov2006-11-022-2/+2
| | | | | | | - added runtime.RichException with a getStackTraceString method (the - .NET version will be more extensive) added a split(c: Char) method to - RichString
* Refactored portability supportmihaylov2006-11-0154-121/+115
|
* allows intersection type patternsMartin Odersky2006-11-011-0/+32
|
* fix^2 of bug758 (last one broke the build)Martin Odersky2006-11-011-0/+7
|
* fixed bug758Martin Odersky2006-11-011-0/+2
|
* fixed bug756Martin Odersky2006-10-311-0/+11
|
* fixed bugs 729, 752Martin Odersky2006-10-315-2/+45
|
* Fixed bug 694Martin Odersky2006-10-311-0/+10
|
* fixed bugs 599 and 757Martin Odersky2006-10-313-0/+33
|
* fixed bug421Martin Odersky2006-10-301-3/+4
|
* fixed bugs 54, 415Martin Odersky2006-10-304-13/+39
| | | | | Improved avoidance of MalformedType's
* added healing for escaping singleton types.Martin Odersky2006-10-303-0/+49
| | | | | fixed bug 397
* moved bug779.scala from pos to negmichelou2006-10-272-2/+6
|
* More tests for protected accessors.Iulian Dragos2006-10-262-1/+4
|
* Fixed accessors for functions which access prot...Iulian Dragos2006-10-262-0/+4
| | | | | Fixed accessors for functions which access protected members.