summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'adriaanm/topic/virtpatmat' into developPaul Phillips2012-03-238-127/+136
|\ \ \
| * | | [vpm] be more careful about swatchesAdriaan Moors2012-03-231-3/+5
| * | | do nothing when closing closed block in ignoremodeAdriaan Moors2012-03-232-4/+17
| * | | [vpm] avoid verifyerror: leave jump to tail-pos labelAdriaan Moors2012-03-231-2/+7
| * | | don't throw error in setError when -YdebugAdriaan Moors2012-03-231-4/+6
| * | | [vpm] typeMatchAnonFun improvementsAdriaan Moors2012-03-235-114/+101
| |/ /
* | | Changing URLs for svn and issue tracking.Vojin Jovanovic2012-03-2311-52/+42
* | | Document regex replacement strings behavior.Daniel C. Sobral2012-03-231-2/+33
* | | Regex improvementsDaniel C. Sobral2012-03-232-4/+34
|/ /
* | Undo the revert.Lukas Rytz2012-03-231-4/+8
* | Revert "Made changeOwner more robust; now also deals with return expressions."Paul Phillips2012-03-221-8/+4
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge remote-tracking branches 'axel22/feature/pc-execution-contexts', 'VladU...Paul Phillips2012-03-22123-3861/+4872
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| | | | | * Scaladoc: improved usecases, display full signature. Closes #5291Heather Miller2012-03-222-1/+36
| | | |_|/ | | |/| |
| | | | * minimalist refactoring to allow annotating treesAdriaan Moors2012-03-225-10/+54
| | | |/ | | |/|
| | | * Fixed SI-5599Vlad Ureche2012-03-221-26/+33
| | |/
| | * Merge branch 'issue/SI-5580' of /scala/trunk into developPaul Phillips2012-03-2113-1323/+1575
| | |\
| | | * Overhaul of JavaConver{sions,ters}.Paul Phillips2012-03-2110-1303/+1489
| | | * Fix for SI-5580.Paul Phillips2012-03-211-11/+37
| | | * Clarifying MethodSynthesis.Paul Phillips2012-03-212-9/+49
| | * | Fixed SI-5063.Martin Odersky2012-03-211-6/+2
| | * | Allows now private primary constructors in value classes.Martin Odersky2012-03-214-5/+8
| | |/
| * / Fixes SI-5593Vlad Ureche2012-03-224-4/+17
| |/
| * Overhauling mixin.Paul Phillips2012-03-211-146/+140
| * Restore irrefutability commits.Paul Phillips2012-03-203-21/+35
| * Fix for stability failure.Paul Phillips2012-03-201-1/+1
| * Lots of tedious warning and tree printing work.Paul Phillips2012-03-2021-120/+182
| * Tweak to string coloring.Paul Phillips2012-03-203-13/+22
| * Revert irrefutability commits.Paul Phillips2012-03-203-35/+21
| *-. Merge remote-tracking branches 'vjovanov/duration-cleanup', 'adriaanm/topic/v...Paul Phillips2012-03-2068-1709/+2241
| |\ \
| | | * Prepared actors hierarchy for migration.Vojin Jovanovic2012-03-2014-646/+702
| | * | [vpm] pack types of if branches before lubbingAdriaan Moors2012-03-201-1/+9
| | * | [vpm] fix half of my existential troublesAdriaan Moors2012-03-203-15/+10
| | * | [vpm] typer synths Function{} for empty-sel matchAdriaan Moors2012-03-204-161/+281
| | * | specialize symbols for labeldef paramsAdriaan Moors2012-03-201-2/+10
| | * | [vpm] tailcalls support for jumpy vpmAdriaan Moors2012-03-202-12/+119
| | * | [vpm] label-based translation of matchesAdriaan Moors2012-03-201-185/+173
| | * | [vpm] TODO note: make unapply type list stricterAdriaan Moors2012-03-201-0/+5
| | |/
| | *-. Merge remote-tracking branches 'hubertp/topic/buildinfo', 'VladUreche/issue/5...Paul Phillips2012-03-2020-265/+457
| | |\ \
| | | | * Merge branch 'issue/5054-usecase-cleanup'Vlad Ureche2012-03-2017-261/+435
| | | |/| | | |/| |
| | | | * Adapted usecases to full signature displayVlad Ureche2012-03-2014-243/+359
| | | | * Adapted indentation in scaladoc code blocksVlad Ureche2012-03-203-18/+76
| | | * | Fixes SI-5248Vlad Ureche2012-03-203-4/+22
| | |/ /
| | * | Discovered filter was still being generated.Paul Phillips2012-03-192-2/+2
| | * | Finally did something about broken irrefutability.Paul Phillips2012-03-192-20/+34
| | * | Merge remote-tracking branch 'vjovanov/actors-move' into developPaul Phillips2012-03-1911-19/+115
| | |\ \
| | | * | Separating Scala Actors from the Scala Library.Vojin Jovanovic2012-03-1911-19/+115
| | * | | Merge remote-tracking branch 'adriaanm/ticket/5189' into developPaul Phillips2012-03-196-29/+53
| | |\ \ \
| | | * | | SI-5189: refined GADT soundness fixAdriaan Moors2012-03-196-29/+53
| | | |/ /
| | * | | Chill out repl ctrl-char filter.Paul Phillips2012-03-191-9/+11
| | * | | Overhaul of NodePrinters.Paul Phillips2012-03-192-384/+287