summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Separating out a single Binding from a collecti...David MacIver2008-11-093-49/+29
| | | | | Separating out a single Binding from a collection of Bindings.
* General tidying from paul (mostly concerning us...David MacIver2008-11-094-103/+63
| | | | | General tidying from paul (mostly concerning use of setType).
* Some code cleanups from Paul.David MacIver2008-11-083-72/+84
|
* Paul's fix for bug #889.David MacIver2008-11-083-11/+27
|
* Fixed partes to run on 'quick' classes (was ass...Iulian Dragos2008-11-061-1/+1
| | | | | | Fixed partes to run on 'quick' classes (was assuming the old directory structure).
* Fixed optimiser bugs, now all tests pass when u...Iulian Dragos2008-11-068-4/+61
| | | | | | Fixed optimiser bugs, now all tests pass when using the optimised compiler.
* Fixed issue #1193 that created an incomplete “l...Gilles Dubochet2008-11-061-14/+14
| | | | | | Fixed issue #1193 that created an incomplete “latest” distributions on Windows.
* fixed two more errors in README.michelou2008-11-061-7/+8
|
* (no commit message)Antonio Cunei2008-11-061-1/+1
|
* Updated READMEAntonio Cunei2008-11-061-4/+41
|
* Flattening the hierarchy in parallel matching a...David MacIver2008-11-051-83/+61
| | | | | Flattening the hierarchy in parallel matching a bit. (Courtesy of Paul).
* Deprecate jolib in preperation for removal.Geoffrey Washburn2008-11-051-1/+1
| | | | | could go ahead and remove it since it is apparently useless.
* - make "latest" symlink in dists/mavenLukas Rytz2008-11-052-148/+161
| | | | | | - maven-deploy.xml takes parameter settings.file (ant deploy.snapshot -Dsettings.file=/path/to/settings.xml)
* Reverting my previous changes as they seem to b...David MacIver2008-11-044-13/+111
| | | | | | Reverting my previous changes as they seem to break things massively and I can't pinpoint how at the moment.
* Removed Ysqueeze as it was another dubious opti...David MacIver2008-11-044-111/+13
| | | | | | Removed Ysqueeze as it was another dubious optimisation which was off by default.
* Fixed the test that broke because of the Geoffrey Washburn2008-11-042-2/+2
| | | | | | | | change in the error message. Adjusted the error message slightly because saying that a "def needs to be stable" does not make much sense because you can't make defs stable.
* Created a pending test for #1380.Geoffrey Washburn2008-11-043-0/+5
| | | | | | but I can't seem to get it to add gnujaxp.jar to the classpath using the .flags file.
* Clarify that the condition/problem is really ab...Geoffrey Washburn2008-11-041-2/+2
| | | | | | | Clarify that the condition/problem is really about stability, not immutability (given that stability implies immutability, but not vice versa).
* Stripping out casetags.David MacIver2008-11-043-59/+0
|
* General code cleanliness. Nothing too exciting.David MacIver2008-11-044-51/+16
|
* Large iamount of tidying up, mostly from paul. David MacIver2008-11-034-704/+625
|
* added location and icon methods to Frame, impli...Ingo Maier2008-11-022-1/+12
| | | | | | added location and icon methods to Frame, implicit conversion for pairs to Dimension and Point
* fixed "script" tests on Windows (Cygwin+DOS)michelou2008-11-017-2/+68
|
* Merged new test set code from 2.7.2 branch.Philipp Haller2008-11-011-93/+70
|
* Added jar for ScalaCheck tests.Philipp Haller2008-11-011-0/+1
|
* propagating to trunk fix for #1463Antonio Cunei2008-10-311-1/+1
|
* Test from some of Ismael's tickets. David MacIver2008-10-313-0/+35
|
* Fixed multi-file jvm5 tests.Philipp Haller2008-10-312-1/+30
|
* Moved jvm5/t1464 and pos5/ilya2 from pending.Philipp Haller2008-10-316-0/+1
|
* .dll generated with Visual C++ 9.0 Express Edit...michelou2008-10-311-0/+0
| | | | | .dll generated with Visual C++ 9.0 Express Edition.
* fixed #1460, #1467Martin Odersky2008-10-311-7/+15
|
* Java parser handles final modifier for types.Philipp Haller2008-10-311-1/+2
|
* merged work from maven2 branch into trunkLukas Rytz2008-10-317-5/+309
|
* Applied Paul's patch for #1467.Iulian Dragos2008-10-312-6/+24
|
* Martin's tests for mixed Scala/Java.David MacIver2008-10-3036-0/+124
| | | | | | | A couple things are in pending because of partest weirdness. As far as I can tell they work but partest is doing the wrong thing with them. I'll open a ticket.
* Test cases for some of Martin's fixes.David MacIver2008-10-304-0/+30
|
* fixed #1461,#1464Martin Odersky2008-10-302-5/+13
|
* updated ScalacFork ant task to accept arbitry a...Lukas Rytz2008-10-305-24/+27
| | | | | | updated ScalacFork ant task to accept arbitry arguments forwarded to the forked jvm.
* Added a test for a variant on ticket #425, as i...David MacIver2008-10-301-0/+10
| | | | | | Added a test for a variant on ticket #425, as it gives a completely different compile error.
* Improved 'optimised' target.Iulian Dragos2008-10-301-2/+91
|
* Fixed annoying dead-code elimination bug.Iulian Dragos2008-10-301-4/+5
|
* Minor control flow tinkering.David MacIver2008-10-301-15/+8
|
* Make ParallelMatching's indentation not be a lie.David MacIver2008-10-301-79/+79
|
* Apparently this test *hasn't* been fixed.David MacIver2008-10-302-0/+0
|
* Added a test for #1107.David MacIver2008-10-292-0/+19
|
* Minor cleanup of my last change.David MacIver2008-10-292-2/+5
|
* Fix for ticket #1087.David MacIver2008-10-292-1/+2
|
* Another test case emerging from paul playing wi...David MacIver2008-10-291-0/+4
| | | | | | Another test case emerging from paul playing with the compiler's constant propagation.
* Test case extracted from Paul's broken patch fo...David MacIver2008-10-291-0/+8
| | | | | | | Test case extracted from Paul's broken patch for #1458 Essentially one needs to make sure Base { val changesBaseClasses = true } doesn't infer the refinement type Base { val changesBaseClasses : Boolean(true) = true }
* Made anonymous classes non-synthetic.Iulian Dragos2008-10-291-1/+1
|