summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Sequence->SeqMartin Odersky2009-10-0266-244/+248
* Commented out some position assertions which ar...Paul Phillips2009-10-021-2/+6
* Fixed issue #2427: ListBuffer.update wrongly ch...Gilles Dubochet2009-10-021-2/+0
* Bit by bit, the ad hoc tests and transformation...Paul Phillips2009-10-026-41/+75
* Fixed #1939,plus some moving things around.Martin Odersky2009-10-025-41/+50
* Patch from Mirko Stoker to add positions to Mod...Miles Sabin2009-10-027-43/+44
* Most of this big patch is organizational, but t...Paul Phillips2009-10-029-356/+503
* Misc.Paul Phillips2009-10-013-104/+130
* Fix and test case for #2075.Paul Phillips2009-10-014-7/+7
* Actors waiting in receive search for messages o...Philipp Haller2009-10-012-74/+45
* Fix and tests for positions issues with context...Miles Sabin2009-10-011-50/+57
* Merge branch 'fixed/2101'Adriaan Moors2009-10-011-4/+25
* fixed #2208Adriaan Moors2009-10-012-2/+19
* fixed #2101Adriaan Moors2009-10-011-4/+23
* Removed spurious commentsIulian Dragos2009-10-011-5/+0
* Fixed thread-visibility issues causing scala-ni...Philipp Haller2009-10-013-0/+9
* Enabled 1.6 optimizations in ForkJoinPool.Philipp Haller2009-09-303-14/+8
* Yet further encapsulation in the pattern matcher.Paul Phillips2009-09-306-57/+69
* Copied 1.5 backport of ForkJoinPool to jvm15-li...Philipp Haller2009-09-309-0/+5092
* Removed LightReaction. Simplified ActorTask.Philipp Haller2009-09-306-115/+39
* Fixed 'finally'.Iulian Dragos2009-09-301-50/+44
* improved documentationLukas Rytz2009-09-305-15/+20
* fix #1484Lukas Rytz2009-09-301-0/+4
* fixed #2311.Martin Odersky2009-09-307-47/+93
* The sort of pattern matcher commit which makes ...Paul Phillips2009-09-302-98/+73
* improved annotations copying (documentation, mo...Lukas Rytz2009-09-2914-67/+221
* More pattern matcher massaging.Paul Phillips2009-09-292-28/+31
* Removing Tree => Pattern crutch implicits as pa...Paul Phillips2009-09-291-41/+36
* minor cleanup of fix for #2316 (by retronym)Adriaan Moors2009-09-292-2/+1
* fixed #2316: No longer cache entire SearchResul...Adriaan Moors2009-09-293-57/+17
* Equality tests emerging from the pattern matche...Paul Phillips2009-09-292-5/+18
* A couple minor tweaks I missed in the last patch.Paul Phillips2009-09-292-7/+3
* Back to work on the pattern matcher.Paul Phillips2009-09-293-102/+137
* Lazy fields null out fields that are used only ...Iulian Dragos2009-09-282-12/+85
* refined implicit resolution.Martin Odersky2009-09-284-25/+57
* My workaround for the negative chars didn't work.Paul Phillips2009-09-271-3/+13
* For for an XML bug I accidentally introduced in...Paul Phillips2009-09-263-6/+13
* Changed OffsetPositions to say something useful...Paul Phillips2009-09-261-6/+4
* add @since annotationsstepancheg2009-09-26109-4/+227
* fix typo in tag namestepancheg2009-09-261-1/+1
* more @since annotationsstepancheg2009-09-2670-2/+129
* add @since scaladoc tag to scala.annotation.*stepancheg2009-09-266-0/+14
* Fixed another array problemMartin Odersky2009-09-252-3/+14
* More accumulated XML work, including removing s...Paul Phillips2009-09-2515-419/+127
* Short/Byte/Char/Int scrutinees will now be comp...Paul Phillips2009-09-254-5/+7
* reverted 'doArg' change made in r18738, removed...michelou2009-09-2518-64/+93
* Reverted r18215 at martin's request.Paul Phillips2009-09-251-4/+1
* Collections refactoring.Martin Odersky2009-09-25193-1077/+914
* Small adjustment to Directory.Paul Phillips2009-09-251-2/+6
* Some more XML work as I prepare to deal with th...Paul Phillips2009-09-2511-157/+46