summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enhance scaladoc-diff tool for Ubuntu.Janek Bogucki2015-10-031-27/+73
* Script to compare the current scaladoc with the parent commit's docJanek Bogucki2015-09-301-0/+71
* Merge pull request #4775 from SethTisue/issue/9495Jason Zaugg2015-09-301-0/+4
|\
| * SI-9495 Add note about configuring Ant for HTTP proxiesSeth Tisue2015-09-301-0/+4
* | Merge pull request #4773 from ryanus/process-typoSeth Tisue2015-09-291-2/+2
|\ \
| * | Fix typo in Process.scalaRyan Zhang2015-09-291-2/+2
|/ /
* | Merge pull request #4720 from retronym/ticket/9029Jason Zaugg2015-09-2915-36/+192
|\ \ | |/ |/|
| * SI-9029 Remove unused methodJason Zaugg2015-09-221-5/+0
| * SI-7850 Additional tests for name based patmatJason Zaugg2015-09-212-0/+28
| * SI-8127 Remove dead code in UncurryJason Zaugg2015-09-211-7/+0
| * SI-8989 Better error message for invalid extractor patternJason Zaugg2015-09-216-8/+59
| * SI-9029 Fix regression in extractor patternsJason Zaugg2015-09-217-16/+105
* | 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
* | | | Merge pull request #4766 from retronym/topic/completely-tweaksLukas Rytz2015-09-247-6/+38
|\ \ \ \ | |/ / / |/| | |
| * | | Improve presentation compilation of annotationsJason Zaugg2015-09-246-5/+29
| * | | Support completion in erroneous string interpolation.Jason Zaugg2015-09-242-1/+9
|/ / /
* | | Merge pull request #4757 from lrytz/t9375-2.11Lukas Rytz2015-09-229-9/+371
|\ \ \
| * | | [backport] SI-9375 add synthetic readResolve only for static modulesLukas Rytz2015-09-229-9/+371
| | |/ | |/|
* | | Merge pull request #4759 from SethTisue/bump-ant-version-in-readmeSeth Tisue2015-09-211-1/+1
|\ \ \
| * | | bump required Ant version in README.mdSeth Tisue2015-09-211-1/+1
|/ / /
* | | Merge pull request #4725 from retronym/topic/completely-2.11Lukas Rytz2015-09-2131-199/+796
|\ \ \
| * | | 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-17152-126/+333
| |\ \ \
| * | | | Workaround JLine bug for mid-line tab completionJason Zaugg2015-09-111-1/+23
| * | | | Fix REPL completion of symbolic identifiersJason Zaugg2015-09-102-3/+9
| * | | | Fix completion for synthetic case modules and methodsJason Zaugg2015-09-103-4/+19
| * | | | Hide some completion candidates on the first TABJason Zaugg2015-09-092-4/+24
| * | | | Fix completion for multi-line entriesJason Zaugg2015-09-093-16/+20
| * | | | More liberal matching in REPL autocompletionJason Zaugg2015-09-092-9/+31
| * | | | Exclude <byname> and friends from REPL completionJason Zaugg2015-09-092-2/+4
| * | | | Camel Case and JavaBean completionJason Zaugg2015-09-083-15/+53
| * | | | Sort completion proposalsJason Zaugg2015-09-032-1/+4
| * | | | Don't offer `asInstanceOf` et al as completions in a fresh REPLJason Zaugg2015-09-032-1/+7
| * | | | Add the prefix the autocompletion results (Scope-, TypeMember)Jason Zaugg2015-09-034-13/+24
| * | | | Remove unneeded codeJason Zaugg2015-09-031-5/+3
| * | | | Use the presentation compiler to drive REPL tab completionJason Zaugg2015-09-0212-53/+426
| * | | | Add a convenience method to Symbol to "resugar" fieldsJason Zaugg2015-09-021-0/+13
| * | | | REPL depends on presentation compilerJason Zaugg2015-09-022-2/+3
| * | | | 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-024-68/+67
| * | | | Update power mode bannerSom Snytt2015-09-0210-64/+50
| * | | | SI-4438 FindAll implicits after errorJason Zaugg2015-09-011-1/+1
* | | | | Merge pull request #4716 from Ichoran/issue/9388Lukas Rytz2015-09-216-46/+128
|\ \ \ \ \
| * | | | | SI-9388 Fix Range behavior around Int.MaxValueRex Kerr2015-09-196-46/+128