summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | | Addresses review commentsHeather Miller2014-11-052-28/+9
| * | | | | | | Adds tests that programatically generate jarsHeather Miller2014-11-052-0/+109
| * | | | | | | SI-6502 Addresses comments by @som-snyttHeather Miller2014-11-051-9/+3
| * | | | | | | SI-6502 Addresses @som-snytt's feedbackHeather Miller2014-11-051-4/+3
| * | | | | | | SI-6502 Addressing review commentsHeather Miller2014-11-052-23/+26
| * | | | | | | SI-6502 Reenables loading jars into the running REPL (regression in 2.10)Heather Miller2014-11-054-10/+262
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #4068 from lrytz/t8925Jason Zaugg2014-11-184-1/+35
|\ \ \ \ \ \ \
| * | | | | | | SI-8925, SI-7407 test cases, fixed in new backendLukas Rytz2014-11-044-1/+35
* | | | | | | | Merge pull request #4129 from gourlaysama/wip/t8977-scalap-decoder-propertiesJason Zaugg2014-11-181-2/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8977 remove duplicate decoder.properties from scalapAntoine Gourlay2014-11-111-2/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #4075 from som-snytt/issue/8835-junitGrzegorz Kossakowski2014-11-1710-227/+152
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8835 Update iterator testsSom Snytt2014-11-131-50/+35
| * | | | | | | | SI-8835 Iterator tests can be junitSom Snytt2014-11-1110-227/+167
| |/ / / / / / /
* | | | | | | | Merge pull request #4128 from ruippeixotog/issue/8932Grzegorz Kossakowski2014-11-178-8/+81
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8932 Fix dropRight/takeRight implementationsRui Gonçalves2014-11-118-8/+81
* | | | | | | | | Merge pull request #4135 from soc/patch-1Grzegorz Kossakowski2014-11-171-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add curly brace (zero-or-more) in grammar for Bindingssoc2014-11-161-1/+1