summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #4770 from SethTisue/windows-testing-fixesLukas Rytz2015-10-054-4/+20
|\ \ \
| * | | add missing newline at eof in Scala sourceSeth Tisue2015-09-251-1/+1
| * | | fix bug in partest-extras causing test failures on WindowsSeth Tisue2015-09-251-2/+7
| * | | fix bug where -Xprint-icode leaked an InputStream and a file handleSeth Tisue2015-09-251-1/+4
| * | | add comments warning of InputStream leaks in scala.io.reflectSeth Tisue2015-09-251-0/+8
* | | | Merge pull request #4777 from retronym/ticket/ide-1002552Lukas Rytz2015-10-051-1/+6
|\ \ \ \
| * | | | Improve implicits wildcard imports in the IDEJason Zaugg2015-09-301-1/+6
| | |/ / | |/| |
* / | | Use InternalCallbackExecutor in Future.sequencePaul Draper2015-10-021-1/+1
|/ / /
* | | Fix typo in Process.scalaRyan Zhang2015-09-291-2/+2
* | | 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
* | | | Merge pull request #4768 from SethTisue/fix-indentationSeth Tisue2015-09-241-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix indentationSeth Tisue2015-09-241-1/+1
* | | | Improve presentation compilation of annotationsJason Zaugg2015-09-245-5/+18
* | | | Support completion in erroneous string interpolation.Jason Zaugg2015-09-241-1/+1
|/ / /
* | | 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-2117-154/+596
|\ \ \
| * | | Remove used param and document positionDeltaJason Zaugg2015-09-213-8/+9
| * | | Merge remote-tracking branch 'origin/2.11.x' into topic/completely-2.11Jason Zaugg2015-09-1771-118/+281
| |\ \ \
| * | | | Workaround JLine bug for mid-line tab completionJason Zaugg2015-09-111-1/+23
| * | | | Fix REPL completion of symbolic identifiersJason Zaugg2015-09-101-2/+1
| * | | | Fix completion for synthetic case modules and methodsJason Zaugg2015-09-101-1/+1
| * | | | Hide some completion candidates on the first TABJason Zaugg2015-09-091-4/+15
| * | | | Fix completion for multi-line entriesJason Zaugg2015-09-093-16/+20
| * | | | More liberal matching in REPL autocompletionJason Zaugg2015-09-091-9/+22
| * | | | Exclude <byname> and friends from REPL completionJason Zaugg2015-09-092-2/+4
| * | | | Camel Case and JavaBean completionJason Zaugg2015-09-082-15/+42
| * | | | Sort completion proposalsJason Zaugg2015-09-031-1/+1
| * | | | Don't offer `asInstanceOf` et al as completions in a fresh REPLJason Zaugg2015-09-031-1/+3
| * | | | Add the prefix the autocompletion results (Scope-, TypeMember)Jason Zaugg2015-09-033-13/+21
| * | | | Remove unneeded codeJason Zaugg2015-09-031-5/+3
| * | | | Use the presentation compiler to drive REPL tab completionJason Zaugg2015-09-0211-53/+317
| * | | | Add a convenience method to Symbol to "resugar" fieldsJason Zaugg2015-09-021-0/+13
| * | | | Publicize method in the presentation compilerJason Zaugg2015-09-021-1/+1
| * | | | Add a higher level completion API to the pres compilerJason Zaugg2015-09-021-1/+77
| * | | | Add an option to let pres compiler user manage threadingJason Zaugg2015-09-022-3/+4
| * | | | SI-5408 Prompt after incomplete script pasteSom Snytt2015-09-022-66/+65
| * | | | Update power mode bannerSom Snytt2015-09-022-24/+26
| * | | | SI-4438 FindAll implicits after errorJason Zaugg2015-09-011-1/+1
* | | | | Merge pull request #4716 from Ichoran/issue/9388Lukas Rytz2015-09-212-42/+73
|\ \ \ \ \
| * | | | | SI-9388 Fix Range behavior around Int.MaxValueRex Kerr2015-09-192-42/+73
* | | | | | Merge pull request #4736 from gourlaysama/ticket/t9429Lukas Rytz2015-09-211-1/+11
|\ \ \ \ \ \
| * | | | | | SI-9429 fix filtering in scaladoc after focusing on a packageAntoine Gourlay2015-09-151-1/+11