summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* SI-9245 Fresher name in Try and testSom Snytt2016-06-071-1/+1
* Merge pull request #4998 from som-snytt/issue/7898-iLukas Rytz2016-06-012-1/+8
|\
| * SI-7898 Read user input during REPL warmupSom Snytt2016-05-202-1/+8
* | Merge pull request #5169 from som-snytt/issue/4625Lukas Rytz2016-05-231-44/+64
|\ \ | |/ |/|
| * SI-4625 Warn on first non-toplevel onlySom Snytt2016-05-171-42/+46
| * SI-4625 Warn when discarding script objectSom Snytt2016-05-171-4/+11
| * SI-4625 Permit arbitrary top-level in scriptSom Snytt2016-05-161-1/+3
| * SI-4625 App is a thingSom Snytt2016-05-161-1/+4
| * SI-4625 Recognize App in scriptSom Snytt2016-05-161-1/+5
* | Remove default value for sourcepath in scalac (ant version). (#5166)Krzysztof Romanowski2016-05-171-2/+0
|/
* 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
| |/ /