summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | reify ScalaPackage symbol with the help of ScalaDotDen Shabalin2013-09-054-0/+22
| * | | | | | | | refine block and applied/typeapplied splicing/matching semanticsDen Shabalin2013-09-058-55/+70
| * | | | | | | | SI-7196 add support for refineStat splicing and extractionDen Shabalin2013-09-057-25/+57
| * | | | | | | | reduce amount of clutter on -Yquasiquote-debugDen Shabalin2013-09-051-3/+3
| * | | | | | | | minor changes to TreeGen.mkTemplateDen Shabalin2013-09-051-8/+9
| * | | | | | | | move mkNew from tools.nsc.ast.TreeGen to reflect.internal.TreeGenDen Shabalin2013-09-052-36/+35
| * | | | | | | | use NoMods and NoFlags for reification of empty valuesDen Shabalin2013-09-053-41/+49
| * | | | | | | | merge flagsFromBits and FlagsAsBits into FlagsReprDen Shabalin2013-09-058-22/+30
| * | | | | | | | rename mkAnnotationCtor into mkAnnotationDen Shabalin2013-09-054-5/+5
| * | | | | | | | add missing copyTypeDef utility functionDen Shabalin2013-09-051-0/+16
* | | | | | | | | Merge pull request #2904 from som-snytt/issue/reflect-priv-ctorJason Zaugg2013-09-101-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-7810 Reflect private constructorSom Snytt2013-09-031-1/+1
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2926 from paulp/pr/treecheckersJason Zaugg2013-09-103-121/+245
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Avoid spurious tree checker warning for higher order type paramsJason Zaugg2013-09-101-1/+1
| * | | | | | | | | Noise reduction + minor enhance in TreeCheckers.Paul Phillips2013-09-093-121/+245
* | | | | | | | | | Merge pull request #2915 from retronym/ticket/7817Jason Zaugg2013-09-101-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-7817 Fix regression in structural typesJason Zaugg2013-09-091-1/+1
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Avoid needless Type stringification when logging is disabled.Jason Zaugg2013-09-091-1/+1
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #2907 from paulp/pr/typetree-original-rangeposJason Zaugg2013-09-092-24/+15
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Eliminate TypeTrees with null original.Paul Phillips2013-09-042-24/+15
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #2885 from som-snytt/issue/7791-script-linenumsJason Zaugg2013-09-084-14/+48
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7791 Line number table reflects underlying fileSom Snytt2013-09-054-14/+48
* | | | | | | | | Merge pull request #2865 from folone/trampolinesGrzegorz Kossakowski2013-09-071-9/+54
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Stackless implementation of TailRec in constant memory.Runar Bjarnason2013-08-241-24/+34
| * | | | | | | | | Alter TailRec to have map and flatMapGeorge Leontiev2013-08-241-7/+42
* | | | | | | | | | Merge pull request #2900 from nermin/masterGrzegorz Kossakowski2013-09-074-4/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Correcting scaladoc for all classes defining withDefaultValue method.nermin2013-08-304-4/+4
* | | | | | | | | | | Merge pull request #2917 from som-snytt/issue/7805-repl-iGrzegorz Kossakowski2013-09-072-4/+22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | SI-7805 REPL -i startupSom Snytt2013-09-062-4/+22
* | | | | | | | | | | | Merge pull request #2912 from retronym/ticket/7643Grzegorz Kossakowski2013-09-073-10/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | SI-7643 Enable newPatternMatching in interactive.Jason Zaugg2013-09-063-10/+3
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #2855 from adriaanm/modularize-xml-parsersv2.11.0-M5Grzegorz Kossakowski2013-09-06115-10766/+21
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Fix dbuild meta info: remove scaladoc projectJosh Suereth2013-09-061-4/+8
| * | | | | | | | | | | Remove scala-xml and scala-parser-combinatorsAdriaan Moors2013-08-27115-10762/+13
* | | | | | | | | | | | Merge remote-tracking branch 'scala/2.10.x' into merge-2.10.xGrzegorz Kossakowski2013-09-056-5/+31
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | / / / / | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #2888 from xeno-by/topic/typed-annotatedJason Zaugg2013-09-041-1/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | typedAnnotated no longer emits nullsEugene Burmako2013-08-291-1/+1
| * | | | | | | | | | | Merge pull request #2901 from gkossakowski/backport-uniques-memory-fixGrzegorz Kossakowski2013-09-043-54/+416
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Modify perRunCaches to not leak WeakReferencesJames Iry2013-09-031-10/+3
| | * | | | | | | | | | | SI-7149 Use a WeakHashSet for type uniquenessGrzegorz Kossakowski2013-09-031-2/+2
| | * | | | | | | | | | | SI-7150 Replace scala.reflect.internal.WeakHashSetGrzegorz Kossakowski2013-09-031-42/+411
| | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge pull request #2876 from retronym/ticket/7782Jason Zaugg2013-09-041-1/+8
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | SI-7782 Derive type skolems at the ground levelJason Zaugg2013-08-271-1/+8
| | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | |
| * | | | | | | | | | | SI-4760 Parser handles block-ending importSom Snytt2013-08-301-1/+1
| | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #2868 from retronym/ticket/7775Jason Zaugg2013-08-291-2/+6
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | SI-7775 Harden against the shifting sands of System.getPropertiesJason Zaugg2013-08-261-2/+6
| | |/ / / / / / / / /
| * | | | | | | | | | Merge pull request #2871 from retronym/ticket/7779Jason Zaugg2013-08-292-0/+15
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | SI-7779 Account for class name compactification in reflectionJason Zaugg2013-08-232-0/+15
| | |/ / / / / / / /
* | | | | | | | | | SI-7781 Comments to SessionTestSom Snytt2013-09-021-5/+16
* | | | | | | | | | SI-7781 Improve test and add commentSom Snytt2013-09-021-0/+5