summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Collapse)AuthorAgeFilesLines
* Correcting equality behaviour on IntMap.empty a...David MacIver2009-03-262-0/+12
| | | | | Correcting equality behaviour on IntMap.empty and LongMap.empty
* Fixed #1675Iulian Dragos2009-03-241-0/+11
|
* Added test files for #1789 and #1761Iulian Dragos2009-03-242-0/+15
|
* fixed ticket #1813 (BigDecimal implicits)michelou2009-03-232-47/+60
|
* reimplemented list union/intersect/diff as mult...michelou2009-03-201-17/+72
| | | | | reimplemented list union/intersect/diff as multiset ops
* chyanged implicits so that implicit Builder pat...Martin Odersky2009-03-174-6/+72
| | | | | chyanged implicits so that implicit Builder pattern works.
* The birth of the @switch and @tailrec annotations.Paul Phillips2009-03-164-0/+139
| | | | | | | | | | | | They are located in package scala.annotation. Also in this patch: * numerous test cases for both annotations * addition of @tailrec and @switch in a few strategic locations * fixes for critical section NewScanners methods which were not being compiled into switches, immediately proving the value of @switch * tail recursive implementations for Iterator.{ dropWhile, drop} and List.dropWhile tagged with @tailrec, closing bug #1376
* Better inference for implicits; some preparatio...Martin Odersky2009-03-151-2/+3
| | | | | Better inference for implicits; some preparations for new collections.
* Modifies try/catch/finally to allow arbitrary e...Paul Phillips2009-03-131-0/+10
| | | | | | | | | Modifies try/catch/finally to allow arbitrary expressions for try. Formerly { ... } was required for try. Now expressions like: val x = try Integer.parseInt("xx") catch { case e => 10 } work as one would hope.
* Reverted a small parser change which had the un...Paul Phillips2009-03-061-1/+1
| | | | | | Reverted a small parser change which had the unfortunate side effect of making it much harder to enter code into the interpreter.
* Fix and test case for #1392.Paul Phillips2009-03-022-0/+5
|
* Fix and test case for #1107, many long days in ...Paul Phillips2009-03-022-0/+20
| | | | | | | Fix and test case for #1107, many long days in the making. If you fully understand why this change causes #1107 to work I implore you to add a comment or two to Symbols.scala.
* Fix for ticket #1718David MacIver2009-02-282-0/+11
|
* Test cases for #1745.Paul Phillips2009-02-272-0/+17
|
* Moved *withinZero tests to pendingPhilipp Haller2009-02-274-40/+0
|
* Reverting last commit as it seems to have cause...Paul Phillips2009-02-262-5/+0
| | | | | Reverting last commit as it seems to have caused breakage.
* Fix and test case for #1392.Paul Phillips2009-02-262-0/+5
|
* Fix and test case for #1747.Paul Phillips2009-02-241-0/+6
|
* fixed several problems with cyclic references u...Martin Odersky2009-02-236-10/+22
| | | | | | fixed several problems with cyclic references uncovered by experimenting with collections. Added early type definitions.
* Continuation of r17177 to also check type annot...Paul Phillips2009-02-232-1/+10
| | | | | | Continuation of r17177 to also check type annotations; test case broadened accordingly.
* Fix and test case for #935; added test in RefCh...Paul Phillips2009-02-232-0/+10
| | | | | | Fix and test case for #935; added test in RefChecks to confirm that parameterized annotations conform to type bounds.
* When inferring a type is scala.Whatever, have t...Paul Phillips2009-02-221-0/+34
| | | | | | When inferring a type is scala.Whatever, have to take care to _root_ qualify it so a package named scala doesn't subvert it. Fixes #430.
* Fix and test for #1659Antonio Cunei2009-02-192-0/+9
|
* Look for main method in companion object and ad...Paul Phillips2009-02-192-0/+10
| | | | | | Look for main method in companion object and add a static forwarder to companion class if possible + test case; fixes bug #363.
* Improved error messages for certain illegal ove...Paul Phillips2009-02-192-0/+12
| | | | | | Improved error messages for certain illegal overriding situations, plus test cases. Resolves bug #276.
* Issue warning when attempting to refine Unit, p...Paul Phillips2009-02-183-0/+19
| | | | | Issue warning when attempting to refine Unit, plus test case; bug #284.
* Fix and test case for #1565; an anonymous funct...Paul Phillips2009-02-182-1/+19
| | | | | | | Fix and test case for #1565; an anonymous function can now be used as a statement (primarily for use in the interpreter) unless it cannot be distinguished from a self-type declaration.
* Fix for #460 (and its duplicate #1413) plus tes...Paul Phillips2009-02-181-0/+9
| | | | | | Fix for #460 (and its duplicate #1413) plus test case. Method f can now be invoked via (f _)(x) without requiring .apply(x).
* fix for #1721Lukas Rytz2009-02-171-1/+15
|
* Test for #1711Antonio Cunei2009-02-172-0/+18
|
* Fix and test case for #1623.Paul Phillips2009-02-162-0/+16
|
* Began evaluation of the tests in pending, and m...Paul Phillips2009-02-1613-0/+73
| | | | | | Began evaluation of the tests in pending, and moved/updated/removed .scala and .check files as warranted.
* Fix for bug #473 and test case.Paul Phillips2009-02-162-0/+7
|
* hopefully fixed the build by fixing deSkolemize...Martin Odersky2009-02-163-11/+30
| | | | | | hopefully fixed the build by fixing deSkolemize, and adapting the new collection libraries to stricter override checking.
* Fixed an ambiguity problem with implcits, and a...Martin Odersky2009-02-151-0/+7
| | | | | | | Fixed an ambiguity problem with implcits, and a spurious cyclic reference error mentioned by Jorge. Tightened overriding checks (test case is new collection libraries).
* Fix for #1185Antonio Cunei2009-02-121-0/+15
|
* test case for #278Paul Phillips2009-02-122-0/+13
|
* widened access check for readResolve to include...Paul Phillips2009-02-121-0/+3
| | | | | | widened access check for readResolve to include all access modifiers; fixes bug #1385
* fixed bug #1535, added test casePaul Phillips2009-02-112-0/+17
|
* managed to move timeout.scala the whole way int...Paul Phillips2009-02-111-38/+0
| | | | | managed to move timeout.scala the whole way into pending
* moved timeout.scala back to pending and documen...Paul Phillips2009-02-112-1/+5
| | | | | moved timeout.scala back to pending and documented why it's there
* moved most of the passing tests from pending to...Paul Phillips2009-02-1013-0/+282
| | | | | | moved most of the passing tests from pending to files ; reunited inner.scala with inner.check
* Fixes and test cases for #944 and #1523.Paul Phillips2009-02-104-0/+19
|
* Removes underscore from the list of characters ...Paul Phillips2009-02-102-1/+7
| | | | | | | Removes underscore from the list of characters used during semicolon inference which it believes cannot start a statement on a new line, fixing bug #756; adds 1 test case, updates 1.
* map page updatedilyas2009-02-101-0/+0
| | | | | scalap flags adjusted according to man page
* added test for 1691Lukas Rytz2009-02-101-1/+22
|
* Remove type annotations as part of SIP 00002 an...nielsen2009-02-091-2/+2
| | | | | | Remove type annotations as part of SIP 00002 and removed function from Global that is not used any more
* Adds Interpreter.reset(), a fast method for res...Lex Spoon2009-02-062-0/+13
| | | | | | Adds Interpreter.reset(), a fast method for resetting an existing interpreter instance to a clean slate.
* Missed some files.... but how ?nielsen2009-02-0517-0/+82
|
* Test that make sure the implementation in SIP 0...nielsen2009-02-0525-0/+292
| | | | | Test that make sure the implementation in SIP 00002 behaves correctly