summaryrefslogtreecommitdiff
path: root/src/compiler/scala
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4199 from adriaanm/rebase-4193Adriaan Moors2014-12-183-62/+122
|\
| * SI-8999 Reduce memory usage in exhaustivity checkGerard Basler2014-12-123-62/+122
* | Merge pull request #4122 from retronym/ticket/7459-2Adriaan Moors2014-12-185-13/+53
|\ \
| * | SI-7459 Handle pattern binders used as prefixes in TypeTrees.Jason Zaugg2014-11-145-13/+53
* | | Merge pull request #4085 from adriaanm/patmat-suppressLukas Rytz2014-12-183-6/+7
|\ \ \
| * | | Suppress match analysis under -Xno-patmat-analysisAdriaan Moors2014-12-123-6/+7
| | |/ | |/|
* | | Merge pull request #4211 from lrytz/bcode-buildGrzegorz Kossakowski2014-12-182-1/+2
|\ \ \
| * | | Run dead code elimination by default in GenBCodeLukas Rytz2014-12-162-1/+2
* | | | Merge pull request #4196 from lrytz/t9030-2.11Lukas Rytz2014-12-172-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | [nomerge] SI-9030 don't call private BoxesRunTime.equalsNumCharLukas Rytz2014-12-112-2/+2
* | | | Merge pull request #4078 from gbasler/topic/fix-analysis-budgetAdriaan Moors2014-12-124-277/+526
|\ \ \ \ | |_|/ / |/| | |
| * | | Avoid the `CNF budget exceeded` exception via smarter translation into CNF.Gerard Basler2014-10-273-268/+499
| * | | Debug printing for Any, not AnyRef, to include primitivesAdriaan Moors2014-10-261-3/+3
| * | | And, Or take sets of PropsGerard Basler2014-10-263-39/+57
* | | | Merge pull request #4182 from som-snytt/issue/multizeroAdriaan Moors2014-12-091-119/+73
|\ \ \ \
| * | | | SI-9015 Reject 0x and minor parser cleanupSom Snytt2014-12-051-119/+73
* | | | | Merge pull request #4169 from retronym/ticket/9008Adriaan Moors2014-12-052-2/+7
|\ \ \ \ \
| * | | | | SI-9008 Fix regression with higher kinded existentialsJason Zaugg2014-12-032-2/+7
| |/ / / /
* | | | | Merge pull request #4187 from jedesah/patch-1Adriaan Moors2014-12-051-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix typoJean-Remi Desjardins2014-12-041-1/+1
* | | | | Merge pull request #4176 from mpociecha/flat-classpath2Grzegorz Kossakowski2014-12-0529-164/+1235
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Turn off flat classpath by default, mark one of its classes as sealedmpociecha2014-12-052-2/+2
| * | | | Add benchmarks to compare recursive and flat cp representationsmpociecha2014-12-052-1/+78
| * | | | Cleanup and refactoring - semicolons, unused or commented out codempociecha2014-12-057-17/+14
| * | | | 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
|\ \ \ \ \ | |_|_|/ / |/| | | |