summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Compiler implementation of SIP 00002 and fixes ...nielsen2009-02-051-0/+5
| | | | | | Compiler implementation of SIP 00002 and fixes for tests and other tools like scaladoc
* Fix and test for #1689.Miles Sabin2009-02-032-0/+24
|
* Fix for #1589.Iulian Dragos2009-01-151-0/+8
|
* Added a test for #1618Geoffrey Washburn2009-01-131-0/+11
|
* fixed ticket #1620michelou2009-01-062-0/+22
|
* fixed #1364 (overeriding vals in traits)Martin Odersky2008-12-101-0/+9
|
* Fixed #1358.Iulian Dragos2008-12-032-0/+7
|
* Fixed 1541.Iulian Dragos2008-11-262-0/+12
|
* Merging everything from the 2.8.x development b...Antonio Cunei2008-11-252-0/+8
| | | | | | | | Merging everything from the 2.8.x development branch back to trunk. - If you were working on trunk, please keep working on trunk If you were - working on 2.8-devel, please switch to trunk now
* Added back test for #1453.Iulian Dragos2008-11-192-0/+14
|
* Moved failing test to pending for now.Geoffrey Washburn2008-11-192-14/+0
|
* Interpreter test now only works on 1.5 or above...Geoffrey Washburn2008-11-192-384/+0
| | | | | Interpreter test now only works on 1.5 or above JVMs.
* Applied patch from #1505, modified supplied exa...Geoffrey Washburn2008-11-181-0/+25
| | | | | Applied patch from #1505, modified supplied example to be a test.
* Fixed #1453.Iulian Dragos2008-11-182-0/+14
|
* Fix and test for #1513Geoffrey Washburn2008-11-142-0/+5
|
* fixed #1500 and #1501Tiark Rompf2008-11-104-0/+105
|
* Reversion of the changes to targetParams which ...David MacIver2008-11-102-37/+0
| | | | | | | | | Reversion of the changes to targetParams which I made to fix #1260 as they caused problems (specifically #1480). This code is wrong but it's the old wrong behaviour, which is less broken than the new wrong behaviour.
* Paul's fix for bug #889.David MacIver2008-11-082-0/+10
|
* Fixed optimiser bugs, now all tests pass when u...Iulian Dragos2008-11-064-0/+36
| | | | | | Fixed optimiser bugs, now all tests pass when using the optimised compiler.
* Added firstKey and lastKey to IntMap.David MacIver2008-10-272-0/+8
|
* Test to check a few combinations of pattern mat...David MacIver2008-10-272-0/+37
| | | | | Test to check a few combinations of pattern matching features.
* Cleaning up a lot of dead code from regular exp...David MacIver2008-10-264-0/+15
| | | | | | Cleaning up a lot of dead code from regular expression patterns. Added a couple tests to verify correctness of cleanup.
* Fix to #1450. Moved test from pending.David MacIver2008-10-262-0/+4
|
* Renamed the tests for ticket #1423 so they have...David MacIver2008-10-252-0/+0
| | | | | | | Renamed the tests for ticket #1423 so they have the right name. Similarly, the last commit was to fix #1423, not #1424.
* Added some more tests to check edge cases of ma...David MacIver2008-10-254-0/+17
| | | | | | Added some more tests to check edge cases of matching on numeric literals.
* Fixed 1424.David MacIver2008-10-252-0/+9
|
* Added stringOf to ScalaRunTime.Geoffrey Washburn2008-10-185-22/+32
| | | | | | | | | Fixed deepToString to put spaces after commas (like regular Array toString, and List, etc.). Fixed all the test cases depending on this. Fixed the interpreter to keep my mind from wandering.
* Reverting fix/test for #1404.Geoffrey Washburn2008-10-182-5/+10
| | | | | Added test for array pretty-printing.
* Fix for #547 and #1404.Geoffrey Washburn2008-10-082-0/+15
|
* Removes varargs version of immutable.Queue.enqu...Lex Spoon2008-09-161-4/+4
| | | | | | | Removes varargs version of immutable.Queue.enqueue . Review by: odersky
* Bugfix and tests for #1323.Geoffrey Washburn2008-09-082-0/+43
|
* And forgot to commit check file for the t0508 t...David MacIver2008-09-041-0/+1
| | | | | And forgot to commit check file for the t0508 test. Sorry.
* Fixed RefChecks to not replace unapplies with c...David MacIver2008-09-041-0/+13
| | | | | | Fixed RefChecks to not replace unapplies with constructors (ticket 0508). Moved test for this from pending to main tests.
* Fixed spellingAntonio Cunei2008-08-314-5/+5
|
* Added test files for #1297Philipp Haller2008-08-282-0/+14
|
* Fixed test fileMartin Odersky2008-08-151-0/+2
|
* Buffer gets vararg +, += methods; small fixes.Martin Odersky2008-08-151-0/+4
|
* Forgot to update the flags for the test.Geoffrey Washburn2008-08-141-1/+1
|
* Fixed tail-call related issues.Iulian Dragos2008-08-082-18/+0
|
* fixed #828, #1120, subtyping problem with exist...Martin Odersky2008-08-071-0/+4
| | | | | fixed #828, #1120, subtyping problem with existentials.
* All these tests in pending currently pass for me.Geoffrey Washburn2008-08-052-0/+7
| | | | | Lets see what happens with the commit and nightly builds.
* Changed "," to ", " in Queue.toString.Martin Odersky2008-08-011-2/+2
|
* Made -Xcheckinit imply -Xfuture, and added -Xfu...Iulian Dragos2008-07-291-1/+1
| | | | | | Made -Xcheckinit imply -Xfuture, and added -Xfuture to enable future language features (right now, only the new initialization order).
* Added -nowarn so that scalatest and partest beh...Iulian Dragos2008-07-292-22/+1
| | | | | Added -nowarn so that scalatest and partest behave similarly
* Added -Ycheckinit, which causes all getters to ...Iulian Dragos2008-07-283-0/+151
| | | | | | | | Added -Ycheckinit, which causes all getters to check that fields are initialized before being used. It reuses the same machinery (and bitmaps) as lazy values. For now it requires the new initialization order (-Xexperimental) to work.
* Increased stack size for run/bridges test.Philipp Haller2008-07-221-1/+1
|
* Move the sync-var test into the correct directory.Geoffrey Washburn2008-07-102-54/+0
|
* Seq.apply, RandomAccessSeq.applystepancheg2008-06-252-0/+16
|
* lazy vals cannot override strict vals and vice ...Martin Odersky2008-06-242-7/+4
| | | | | | lazy vals cannot override strict vals and vice versa; fixed initialization bugs that caused scala and fsc to fail.