summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* added comment.michelou2008-12-161-1/+3
* splitted BigDecimal class for Java 1.4michelou2008-12-162-4/+271
* Use Thread.getState() instead of timestamps to ...Philipp Haller2008-12-165-150/+10
* Remove obsolete TickedScheduler class.Philipp Haller2008-12-161-175/+0
* Avoid collecting race in memory leak fixPhilipp Haller2008-12-151-4/+9
* Remove race condition when linking/unlinking.Philipp Haller2008-12-151-4/+8
* frames can be centered on screen nowIngo Maier2008-12-132-1/+7
* Compilation of ApplyDynamic to reflective metho...Gilles Dubochet2008-12-125-115/+366
* Fix memory leak in ActorGCPhilipp Haller2008-12-121-4/+3
* One more thing: The JVM backend updates for inv...Iulian Dragos2008-12-111-0/+5
* Added experimental invoke dynamic support (JSR2...Iulian Dragos2008-12-113-0/+11
* switch to new initialization semantics.Martin Odersky2008-12-112-2/+3
* fixed #1364 (overeriding vals in traits)Martin Odersky2008-12-101-10/+23
* updates to scalax collections and standard libr...Martin Odersky2008-12-0939-612/+1454
* added comments; better errror messages; trace u...Martin Odersky2008-12-089-51/+173
* Fixed #1358.Iulian Dragos2008-12-032-2/+2
* Added example for List.flatten (see #909).Iulian Dragos2008-11-271-1/+7
* removing Marshal and dependency on java.io in s...Lukas Rytz2008-11-272-0/+1200
* Fixed 1541.Iulian Dragos2008-11-261-2/+6
* fix for occasional fsc silent quittingAntonio Cunei2008-11-261-1/+12
* Unchecked stable should have been in annotation...nielsen2008-11-261-13/+0
* Fix #1514Philipp Haller2008-11-261-1/+1
* ant: use copy instead of copyfileLukas Rytz2008-11-261-2/+2
* Merging everything from the 2.8.x development b...Antonio Cunei2008-11-2571-68/+7963
* added manifest tests and util.Marshalmichelou2008-11-253-20/+80
* added uncheckedvarianceclassMartin Odersky2008-11-251-1/+2
* fixed #1438Adriaan Moors2008-11-251-11/+7
* Adds language and country settings forcing them...Philipp Haller2008-11-241-0/+1
* added uncheckedVariance annotationMartin Odersky2008-11-241-0/+13
* Fix for #1371.Geoffrey Washburn2008-11-221-3/+1
* Fixed #1440 and generally cleaned up things a bit.Geoffrey Washburn2008-11-213-62/+72
* Applied patch from #1505, modified supplied exa...Geoffrey Washburn2008-11-181-0/+15
* Fixed #1453.Iulian Dragos2008-11-182-4/+2
* scaladoc now correclty links to swing sourcesLukas Rytz2008-11-171-0/+2
* Fixed parallel matching with check init.David MacIver2008-11-151-1/+1
* Fix and test for #1513Geoffrey Washburn2008-11-141-1/+1
* Applied Paul's patch for #1380, moved test out ...Geoffrey Washburn2008-11-131-2/+3
* Starting on improving the abstraction level of ...David MacIver2008-11-135-471/+605
* Fixed bug in partest that prevented setting per...Philipp Haller2008-11-132-17/+20
* Converted conpountType to infixType in legal cl...Martin Odersky2008-11-131-2/+4
* minor cleanups (leading tabs, Unit, etc.)michelou2008-11-111-61/+59
* fixed #1500 and #1501Tiark Rompf2008-11-102-1/+22
* Reversion of the changes to targetParams which ...David MacIver2008-11-102-11/+7
* Separating out a single Binding from a collecti...David MacIver2008-11-093-49/+29
* General tidying from paul (mostly concerning us...David MacIver2008-11-093-94/+63
* Some code cleanups from Paul.David MacIver2008-11-083-72/+84
* Paul's fix for bug #889.David MacIver2008-11-081-11/+17
* Fixed partes to run on 'quick' classes (was ass...Iulian Dragos2008-11-061-1/+1
* Fixed optimiser bugs, now all tests pass when u...Iulian Dragos2008-11-064-4/+25
* Flattening the hierarchy in parallel matching a...David MacIver2008-11-051-83/+61