summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-053-1/+221
* Cleanup and refactoring - semicolons, unused or commented out codempociecha2014-12-0522-61/+75
* Create possibility to skip flat classpath cachingmpociecha2014-12-053-5/+14
* Integrate flat classpath with the compilermpociecha2014-12-0517-68/+440
* Refactor scalap's mainmpociecha2014-12-012-87/+89
* Create dedicated path resolver for the flat classpath representationmpociecha2014-11-302-11/+195
* 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-305-6/+170
* Add flat classpath implementation for directoriesmpociecha2014-11-304-1/+189
* Add the flat classpath type aggregating flat classpath instancesmpociecha2014-11-303-0/+339
* 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-306-42/+88
* Abstract over ClassPath and ClassRepmpociecha2014-11-288-32/+83
* Merge pull request #4149 from Ichoran/issue/8754Grzegorz Kossakowski2014-11-283-17/+26
|\
| * SI-8754 linear seqs aren'tRex Kerr2014-11-263-17/+26
* | Merge pull request #4112 from retronym/ticket/8502Grzegorz Kossakowski2014-11-286-13/+74
|\ \
| * | SI-8502 Improve resiliance to absent packagesJason Zaugg2014-11-286-13/+74
|/ /
* | Merge pull request #4170 from retronym/ticket/disable-8946Jason Zaugg2014-11-281-0/+0
|\ \
| * | SI-8946 Disable flaky test for reflection memory leakJason Zaugg2014-11-281-0/+0
|/ /
* | 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 #4130 from mpociecha/let-specify-build-repos-homeGrzegorz Kossakowski2014-11-262-2/+5
|\ \ \
| * | | Let users specify a different location for build repos than user homempociecha2014-11-122-2/+5
* | | | Merge pull request #4148 from SpinGo/issue/SI-8946Jason Zaugg2014-11-263-2/+40
|\ \ \ \
| * | | | Fixes memory leak when using reflectionTim Harper2014-11-223-2/+40
| | |_|/ | |/| |
* | | | Merge pull request #4151 from som-snytt/issue/5205Adriaan Moors2014-11-241-3/+1
|\ \ \ \ | |/ / / |/| | |
| * | | SI-5205 Finish applying octal deletionSom Snytt2014-11-231-3/+1
* | | | Merge pull request #4084 from vigdorchik/usecase_sigsGrzegorz Kossakowski2014-11-2117-12/+33
|\ \ \ \
| * | | | Correct collections variable definitions to avoid many scaladoc warnings.Eugene Vigdorchik2014-11-0617-12/+33
* | | | | Merge pull request #4121 from retronym/ticket/5938Grzegorz Kossakowski2014-11-211-0/+35
|\ \ \ \ \
| * | | | | SI-5938 Test for a FSC bug with mixin, duplicate static forwardersJason Zaugg2014-11-091-0/+35
* | | | | | Merge pull request #4099 from retronym/ticket/7596Grzegorz Kossakowski2014-11-217-1/+66
|\ \ \ \ \ \
| * | | | | | SI-7596 Curtail overloaded symbols during unpicklingJason Zaugg2014-11-067-1/+66
* | | | | | | 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-219-6/+137
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | SI-8597 Expand documentation of CheckabilityCheckerJason Zaugg2014-11-181-1/+22
| * | | | | | SI-8597 Improved pattern unchecked warningsJason Zaugg2014-11-099-5/+115
* | | | | | | Merge pull request #4123 from retronym/ticket/8253Jason Zaugg2014-11-204-1/+58
|\ \ \ \ \ \ \
| * | | | | | | SI-8253 Fix incorrect parsing of <elem xmlns={f("a")}/>Jason Zaugg2014-11-104-1/+58
| |/ / / / / /
* | | | | | | Merge pull request #4132 from phaller/ticket/7444Jason Zaugg2014-11-191-8/+10
|\ \ \ \ \ \ \
| * | | | | | | SI-7444 docs: null Executor allowed in ExecutionContext factoriesPhilipp Haller2014-11-141-8/+10
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #4118 from retronym/ticket/5639Jason Zaugg2014-11-1913-15/+185
|\ \ \ \ \ \ \
| * | | | | | | SI-5639 Predicate bug fix on -Xsource:2.12Jason Zaugg2014-11-185-1/+34
| * | | | | | | SI-5639 Fix spurious discarding of implicit importJason Zaugg2014-11-099-15/+152
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #4051 from heathermiller/repl-cp-fix2Jason Zaugg2014-11-188-18/+354
|\ \ \ \ \ \ \
| * | | | | | | SI-6502 Refactorings suggested by reviewHeather Miller2014-11-103-33/+28
| * | | | | | | SI-6502 Moving methods concerned with the state of Global from IMain to GlobalHeather Miller2014-11-052-33/+36