summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Add the flat classpath type aggregating flat classpath instancesmpociecha2014-11-302-0/+131
* Define interface for flat classpath and add package loader using itmpociecha2014-11-303-0/+143
* Use new asClassPathString method and create FileUtils for classpathmpociecha2014-11-304-37/+83
* Abstract over ClassPath and ClassRepmpociecha2014-11-287-30/+81
* Merge pull request #3934 from teemulehtinen/fsc-port-argGrzegorz Kossakowski2014-11-265-27/+54
|\
| * Add option -port to fscTeemu Lehtinen2014-10-135-27/+54
* | Merge pull request #4138 from stevegury/patch-1Grzegorz Kossakowski2014-11-211-1/+1
|\ \
| * | Fix one typo in the scaladoc of InlinersSteve Gury2014-11-201-1/+1
* | | Merge pull request #4115 from retronym/ticket/8597Grzegorz Kossakowski2014-11-211-5/+43
|\ \ \ | |/ / |/| |
| * | SI-8597 Expand documentation of CheckabilityCheckerJason Zaugg2014-11-181-1/+22
| * | SI-8597 Improved pattern unchecked warningsJason Zaugg2014-11-091-4/+21
* | | Merge pull request #4123 from retronym/ticket/8253Jason Zaugg2014-11-201-1/+2
|\ \ \
| * | | SI-8253 Fix incorrect parsing of <elem xmlns={f("a")}/>Jason Zaugg2014-11-101-1/+2
| |/ /
* | | Merge pull request #4118 from retronym/ticket/5639Jason Zaugg2014-11-191-1/+1
|\ \ \
| * | | SI-5639 Predicate bug fix on -Xsource:2.12Jason Zaugg2014-11-181-1/+1
| * | | SI-5639 Fix spurious discarding of implicit importJason Zaugg2014-11-091-1/+1
| |/ /
* | | Merge pull request #4051 from heathermiller/repl-cp-fix2Jason Zaugg2014-11-183-3/+165
|\ \ \
| * | | SI-6502 Refactorings suggested by reviewHeather Miller2014-11-102-26/+19
| * | | SI-6502 Moving methods concerned with the state of Global from IMain to GlobalHeather Miller2014-11-051-0/+35
| * | | Addresses review commentsHeather Miller2014-11-051-1/+1
| * | | SI-6502 Addressing review commentsHeather Miller2014-11-051-14/+7
| * | | SI-6502 Reenables loading jars into the running REPL (regression in 2.10)Heather Miller2014-11-052-2/+143
* | | | Merge pull request #4117 from retronym/ticket/8449Adriaan Moors2014-11-171-2/+2
|\ \ \ \
| * | | | SI-8449 Fix spurious error with Java raw type over a Scala classJason Zaugg2014-11-091-2/+2
| | |/ / | |/| |
* | | | Merge pull request #4114 from retronym/ticket/8534Adriaan Moors2014-11-171-5/+8
|\ \ \ \
| * | | | SI-8534 Avoid crash in erroneous SelectFromTypeTreeJason Zaugg2014-11-091-5/+8
| |/ / /
* | | | Merge pull request #4113 from retronym/ticket/8967Adriaan Moors2014-11-172-5/+9
|\ \ \ \
| * | | | SI-8967 Only add JARs and dirs from $SCALA_HOME/lib to classpathJason Zaugg2014-11-082-5/+9
| | |/ / | |/| |
* | | | Merge pull request #4106 from retronym/ticket/6856Lukas Rytz2014-11-101-1/+1
|\ \ \ \
| * | | | SI-6856 Fix incorrect EBNF in comment in ParsersJason Zaugg2014-11-071-1/+1
| |/ / /
* | | | Merge pull request #4104 from retronym/ticket/8966Lukas Rytz2014-11-101-1/+1
|\ \ \ \
| * | | | SI-8966 Allow use of jvm-1.8 via the Ant scalac taskJason Zaugg2014-11-071-1/+1
| |/ / /
* | | | Merge pull request #4102 from retronym/ticket/8965Lukas Rytz2014-11-101-1/+1
|\ \ \ \
| * | | | SI-8965 Account for corner case in "unrelated types" warningJason Zaugg2014-11-071-1/+1
| |/ / /
* | | | Merge pull request #4101 from adriaanm/sam-exLukas Rytz2014-11-102-14/+68
|\ \ \ \
| * | | | [sammy] support repeated paramsAdriaan Moors2014-11-071-15/+2
| * | | | [sammy] use correct type for method to overrideAdriaan Moors2014-11-071-3/+48
| * | | | [sammy] eta-expansion, overloading (SI-8310)Adriaan Moors2014-11-062-10/+32
* | | | | Merge pull request #4100 from gourlaysama/wip/lint-buildLukas Rytz2014-11-102-3/+4
|\ \ \ \ \
| * | | | | SI-8954 Make @deprecated{Overriding,Inheritance} aware of @deprecated.Antoine Gourlay2014-11-062-3/+4
* | | | | | Merge pull request #4095 from retronym/ticket/8933Lukas Rytz2014-11-101-1/+3
|\ \ \ \ \ \
| * | | | | | SI-7974 Fix over-eager optimization of Symbol literalsJason Zaugg2014-11-071-1/+3
| * | | | | | SI-8933 Disable static Symbol literal cache in traitsJason Zaugg2014-11-071-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #4088 from lrytz/opt/cleanupOptimizationsLukas Rytz2014-11-106-87/+655
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Address review commentsLukas Rytz2014-11-072-9/+14
| * | | | | GenBCode: Compact local variable slotsLukas Rytz2014-11-043-18/+111
| * | | | | GenBCode: Command-line flags for enabling cleanup optimizationsLukas Rytz2014-11-044-76/+155
| * | | | | GenBCode: Eliminate redundant labels and line number nodesLukas Rytz2014-11-042-0/+100
| * | | | | GenBCode: Simplify branching instructionsLukas Rytz2014-11-042-0/+286
| * | | | | Debugging utility to print ASM instructionsLukas Rytz2014-11-041-1/+6