summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Create possibility to skip flat classpath cachingmpociecha2014-12-052-4/+10
| * | | | | Integrate flat classpath with the compilermpociecha2014-12-0511-50/+133
| * | | | | Create dedicated path resolver for the flat classpath representationmpociecha2014-11-301-11/+36
| * | | | | Create base classpath factory and an implementation for the flat cpmpociecha2014-11-304-26/+103
| * | | | | Add flat classpath implementation using ManifestResourcesmpociecha2014-11-301-4/+97
| * | | | | Add flat classpath implementation for zip and jar filesmpociecha2014-11-303-0/+154
| * | | | | Add flat classpath implementation for directoriesmpociecha2014-11-304-1/+189
| * | | | | 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 #4180 from som-snytt/issue/7683Lukas Rytz2014-12-041-3/+2
|\ \ \ \ \
| * | | | | SI-7683 Enable -Ystop-before:typerSom Snytt2014-12-011-3/+2
* | | | | | Merge pull request #4185 from som-snytt/issue/9027Grzegorz Kossakowski2014-12-041-4/+3
|\ \ \ \ \ \
| * | | | | | SI-9027 Parser eagerly consumes space on multi XML elementsSom Snytt2014-12-031-4/+3
| |/ / / / /
* | | | | | Merge pull request #4164 from retronym/ticket/9003Adriaan Moors2014-12-032-1/+9
|\ \ \ \ \ \
| * | | | | | SI-9003 Eagerly capture more potentially mutable bindersJason Zaugg2014-11-262-1/+9
* | | | | | | SI-8995: Fix broken link in error messageDenton Cockburn2014-11-301-1/+1
| |_|/ / / / |/| | | | |
* | | | | | 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