summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * | | | SI-9442 Fix the uncurry-erasure typesVlad Ureche2015-08-231-2/+39
* | | | | Update Java and Sun URLs to replacement Java and Oracle URLsJanek Bogucki2015-09-023-3/+3
| |_|/ / |/| | |
* | | | Merge pull request #4692 from JanBessai/Fix-SI-6636Adriaan Moors2015-08-312-0/+23
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-6636 Fix macro expansion in toolboxesJan Bessai2015-08-232-0/+23
| |/ /
* | | Fix typo in the name of a private methodMichał Pociecha2015-08-231-5/+5
* | | Fix typos in spec, docs and commentsMichał Pociecha2015-08-2311-15/+15
|/ /
* | Merge pull request #4678 from stusmall/2.11.xLukas Rytz2015-08-101-0/+4
|\ \
| * | SI-3623 Improved error message for "filename too long" build errorsstusmall2015-08-071-0/+4
| |/
* | Merge pull request #4688 from retronym/topic/typer-debug-implicitsLukas Rytz2015-08-102-3/+5
|\ \
| * | Fix tracing of implicit search under -Ytyper-debugJason Zaugg2015-08-062-3/+5
| |/
* | Merge pull request #4672 from janekdb/2.11.x-scaladoc-compilerSeth Tisue2015-08-0610-21/+21
|\ \
| * | ScalaDoc fixes for compilerJanek Bogucki2015-07-2910-21/+21
| |/
* | Merge pull request #4675 from retronym/ticket/9425Seth Tisue2015-08-061-1/+2
|\ \ | |/ |/|
| * SI-9425 Leave Companion.apply if constructor is less accessibleJason Zaugg2015-07-311-1/+2
* | Merge pull request #4670 from retronym/ticket/9422Lukas Rytz2015-07-291-3/+5
|\ \ | |/ |/|
| * SI-9422 Fix incorrect constant propagationJason Zaugg2015-07-291-3/+5
* | Merge pull request #4661 from retronym/ticket/9365Lukas Rytz2015-07-281-1/+1
|\ \
| * | SI-9365 Don't null out dependencies of transient lazy valsJason Zaugg2015-07-271-1/+1
| |/