summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* SI-9425 Fix a residual bug with multi-param-list case classesJason Zaugg2016-03-041-3/+10
* SI-9546 Fix regression in rewrite of case apply to constructor callJason Zaugg2016-03-021-4/+3
* Refactor transform of case apply in refchecksJason Zaugg2016-03-021-28/+30
* Merge pull request #4928 from szeiger/wip/document-e-ncLukas Rytz2016-02-101-1/+5
|\
| * Document when the `scala` command starts/uses a compilation daemonStefan Zeiger2016-02-011-1/+5
* | SI-9572 Check for illegal tuple sizes in the parserStefan Zeiger2016-01-283-35/+58
|/
* Merge pull request #4899 from som-snytt/issue/9616Jason Zaugg2016-01-191-12/+15
|\
| * [backport] SI-9616 False positive in unused import warningSom Snytt2016-01-071-12/+15
* | Fix some simple extra wordsEitan Adler2016-01-177-7/+7
|/
* SI-9567 Fix pattern match on 23+ param, method local case classJason Zaugg2015-11-251-1/+1
* SI-9567 Fix latent bugs in patmat's reasoning about mutabilityJason Zaugg2015-11-251-3/+15
* Merge pull request #4839 from SethTisue/reword-dependent-type-errorSeth Tisue2015-11-141-1/+1
|\
| * less confusing wording for a dependent method type errorSeth Tisue2015-11-071-1/+1
* | Merge pull request #4809 from wpopielarski/delambdafy-multiple-outputsJason Zaugg2015-11-132-5/+5
|\ \
| * | Sets source for newly created lambda classwpopielarski2015-11-051-0/+1
| * | Allows to propagate fatal errors when output folder not found.wpopielarski2015-11-052-23/+8
| * | Multi output problem with delambdafied compilationwpopielarski2015-11-042-9/+23
| |/
* / it's Scaladoc, not "ScalaDoc" or "Scala doc"Seth Tisue2015-11-124-6/+6
|/
* Merge pull request #4770 from SethTisue/windows-testing-fixesLukas Rytz2015-10-052-2/+5
|\
| * add missing newline at eof in Scala sourceSeth Tisue2015-09-251-1/+1
| * fix bug where -Xprint-icode leaked an InputStream and a file handleSeth Tisue2015-09-251-1/+4
* | Improve implicits wildcard imports in the IDEJason Zaugg2015-09-301-1/+6
* | Merge pull request #4720 from retronym/ticket/9029Jason Zaugg2015-09-293-31/+44
|\ \
| * | SI-9029 Remove unused methodJason Zaugg2015-09-221-5/+0
| * | SI-8127 Remove dead code in UncurryJason Zaugg2015-09-211-7/+0
| * | SI-8989 Better error message for invalid extractor patternJason Zaugg2015-09-211-3/+8
| * | SI-9029 Fix regression in extractor patternsJason Zaugg2015-09-212-16/+36
* | | Merge pull request #4674 from kirillkh/2.11.xSeth Tisue2015-09-251-4/+9
|\ \ \ | |_|/ |/| |
| * | tool-unix: support environments with TERM=cygwinkirillkh2015-08-091-1/+1
| * | add support for MSys2 to bin/scala shell scriptKirill Khazan2015-07-311-3/+8
* | | Improve presentation compilation of annotationsJason Zaugg2015-09-242-2/+9
* | | Merge pull request #4757 from lrytz/t9375-2.11Lukas Rytz2015-09-222-2/+15
|\ \ \
| * | | [backport] SI-9375 add synthetic readResolve only for static modulesLukas Rytz2015-09-222-2/+15
| | |/ | |/|
* | | Merge pull request #4725 from retronym/topic/completely-2.11Lukas Rytz2015-09-212-3/+4
|\ \ \ | |/ / |/| |
| * | Merge remote-tracking branch 'origin/2.11.x' into topic/completely-2.11Jason Zaugg2015-09-1715-12/+60
| |\ \
| * | | Use the presentation compiler to drive REPL tab completionJason Zaugg2015-09-021-0/+1
| * | | Add an option to let pres compiler user manage threadingJason Zaugg2015-09-021-2/+2
| * | | SI-4438 FindAll implicits after errorJason Zaugg2015-09-011-1/+1
* | | | Merge pull request #4724 from retronym/topic/positioned-errorsLukas Rytz2015-09-181-8/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | Try harder to avoid reporting unpositioned errorsJason Zaugg2015-09-021-8/+12
| |/ /
* | | Merge pull request #4738 from janekdb/2.11.x-urls-driftedSeth Tisue2015-09-151-1/+1
|\ \ \
| * | | Improve drifted URLsJanek Bogucki2015-09-091-1/+1
* | | | Merge pull request #4727 from SethTisue/unset-stray-execute-bitsSeth Tisue2015-09-145-0/+0
|\ \ \ \
| * | | | unset inappropriate execute bitsSeth Tisue2015-09-025-0/+0
* | | | | SI-9369 Fix pattern matcher warnings for diamond shaped inheritance.Gerard Basler2015-09-121-1/+5
| |/ / / |/| | |
* | | | Merge pull request #4713 from SethTisue/batch-of-typosJason Zaugg2015-09-083-4/+4
|\ \ \ \
| * | | | fix assorted typosSeth Tisue2015-08-283-4/+4
| |/ / /
* | | | Merge pull request #4706 from VladUreche/issue/tree-checkerJason Zaugg2015-09-061-1/+8
|\ \ \ \
| * | | | Re-enable tree checkersVlad Ureche2015-08-241-1/+8
| |/ / /
* | | | Merge pull request #4704 from VladUreche/issue/9442Jason Zaugg2015-09-061-2/+39
|\ \ \ \