summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc
Commit message (Expand)AuthorAgeFilesLines
* Pushed Symbol/Type creation partitioning further.Paul Phillips2012-04-016-17/+12
* More principled unwrapping of types.Paul Phillips2012-04-011-32/+36
* Cleaned up "isTupleTypeOrSubtype".Paul Phillips2012-04-014-19/+8
* Merge remote-tracking branch 'adriaanm/topic/partialfun' into developPaul Phillips2012-03-305-133/+169
|\
| * specialization: see outer contexts to fix symbolsAdriaan Moors2012-03-302-2/+16
| * virtpatmat support for the new partialfunctionAdriaan Moors2012-03-301-13/+54
| * old patmat support for the applyOrElse partial funAdriaan Moors2012-03-302-115/+95
| * a fast, functional PartialFunction implementationPavel Pavlov2012-03-303-4/+5
* | Fix for string bug in genjvm.Paul Phillips2012-03-301-4/+16
|/
* Cleaning up logging in specialization.Paul Phillips2012-03-291-63/+78
* Never write final fields outside of constructors.Paul Phillips2012-03-285-19/+41
* Workaround for "package is not a value".Paul Phillips2012-03-271-24/+29
*-----. Merge remote-tracking branches 'manojo/issue/4488', 'leifwickland/patch-3', '...Paul Phillips2012-03-277-55/+77
|\ \ \ \
| | | | * Fixes SI-5373Vlad Ureche2012-03-273-8/+17
| | | |/ | | |/|
| | | * [vpm] suppress refchecks in matchesAdriaan Moors2012-03-271-0/+6
| | | * Merge remote-tracking branch 'main/master' into topic/virtpatmatAdriaan Moors2012-03-273-68/+43
| | | |\ | |_|_|/ |/| | |
| | | * [vpm] error message on missing parameter typeAdriaan Moors2012-03-262-38/+41
| | | * [vpm] skolemize result type in translateMatchAdriaan Moors2012-03-262-10/+14
| | |/
* | / Syntactic/organizational optimizations in Settings.Paul Phillips2012-03-263-68/+43
| |/ |/|
* | Removing some foolishness.Paul Phillips2012-03-241-8/+4
* | Scaladoc is now pointing to sources in githubVlad Ureche2012-03-251-1/+1
|/
* Broke up def bridgeDefs.Paul Phillips2012-03-241-85/+99
* Merge remote-tracking branch 'adriaanm/topic/virtpatmat' into developPaul Phillips2012-03-233-20/+29
|\
| * [vpm] defend against null in erroneous type patsAdriaan Moors2012-03-231-4/+4
| * further tweaking packing magicAdriaan Moors2012-03-231-4/+4
| * splice in typed, dup'ed, trees for TRUE and FALSEAdriaan Moors2012-03-233-5/+10
| * less invasive packing of types in branches/casesAdriaan Moors2012-03-231-12/+13
| * [vpm] need cast in one for GADT magicAdriaan Moors2012-03-231-3/+3
| * typedMatchAnonFun's missingCase call use apply's argAdriaan Moors2012-03-231-1/+4
| * [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-234-114/+99
* | Merge remote-tracking branch 'adriaanm/topic/virtpatmat' into developPaul Phillips2012-03-237-127/+134
|\ \
| * | [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-234-114/+99
| |/
* / Changing URLs for svn and issue tracking.Vojin Jovanovic2012-03-231-2/+2
|/
*-------. Merge remote-tracking branches 'axel22/feature/pc-execution-contexts', 'VladU...Paul Phillips2012-03-2239-990/+1389
|\ \ \ \ \
| | | | | * Scaladoc: improved usecases, display full signature. Closes #5291Heather Miller2012-03-222-1/+36
| | | |_|/ | | |/| |
| | | | * minimalist refactoring to allow annotating treesAdriaan Moors2012-03-222-1/+21
| | | |/ | | |/|
| | | * Fixed SI-5599Vlad Ureche2012-03-221-26/+33
| | |/
| | * Merge branch 'issue/SI-5580' of /scala/trunk into developPaul Phillips2012-03-213-20/+86
| | |\
| | | * 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-213-4/+6
| | |/