summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge pull request #4738 from janekdb/2.11.x-urls-driftedSeth Tisue2015-09-157-10/+9
| |\
| | * Improve drifted URLsJanek Bogucki2015-09-097-10/+9
| * | Merge pull request #4728 from janekdb/2.11.x-urls-docs-codehaus-citeseerSeth Tisue2015-09-158-8/+11
| |\ \
| | * | Update links to docs, codehaus and citeseerJanek Bogucki2015-09-048-8/+11
| * | | Merge pull request #4742 from janekdb/2.11.x-scaladoc-in-context-ListSeth Tisue2015-09-151-1/+1
| |\ \ \
| | * | | Restore missing element type to List class documentationJanek Bogucki2015-09-111-1/+1
| | | |/ | | |/|
| * | | Merge pull request #4727 from SethTisue/unset-stray-execute-bitsSeth Tisue2015-09-1434-0/+0
| |\ \ \
| | * | | unset inappropriate execute bitsSeth Tisue2015-09-0234-0/+0
| * | | | SI-9369 Fix pattern matcher warnings for diamond shaped inheritance.Gerard Basler2015-09-121-1/+5
| | |/ / | |/| |
| * | | Merge pull request #4714 from Ichoran/issue/9407Seth Tisue2015-09-081-10/+1
| |\ \ \
| | * | | SI-9407 Vector implementation bit-shift bugfixRex Kerr2015-08-291-10/+1
| | |/ /
| * | | Merge pull request #4333 from Ichoran/opt-Iterator-2.11.xSeth Tisue2015-09-081-59/+162
| |\ \ \
| | * | | Performance optimization - Iterator span, collect, dropWhileRex Kerr2015-08-071-35/+138
| | * | | Performance optimization - Iterator flatMap, find, indexWhere, indexOfRex Kerr2015-08-071-24/+24
| * | | | Merge pull request #4713 from SethTisue/batch-of-typosJason Zaugg2015-09-086-8/+8
| |\ \ \ \
| | * | | | fix assorted typosSeth Tisue2015-08-286-8/+8
| | | |/ / | | |/| |
| * | | | Merge pull request #4722 from janekdb/2.11.x-scaladoc-in-context-AnyValDick Wall2015-09-062-2/+2
| |\ \ \ \
| | * | | | Link to completed value classes SIP page instead of pending versionJanek Bogucki2015-09-012-2/+2
| * | | | | 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-063-10/+55
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | SI-9442 Fix the uncurry-erasure typesVlad Ureche2015-08-233-10/+55
| * | | | | | Merge pull request #4726 from janekdb/2.11.x-now-Oracle-urlsSeth Tisue2015-09-037-7/+7
| |\ \ \ \ \ \
| | * | | | | | Update Java and Sun URLs to replacement Java and Oracle URLsJanek Bogucki2015-09-027-7/+7
| * | | | | | | Merge pull request #4715 from Ichoran/issue/9424Seth Tisue2015-09-021-2/+13
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | SI-9424 Clarify behavior of PriorityQueue toStringRex Kerr2015-08-291-2/+13
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge pull request #4701 from janekdb/2.11.x-scaladoc-in-context-OptionSeth Tisue2015-09-021-1/+1
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Improve implementation comments in Option.collect exampleJanek Bogucki2015-08-311-1/+1
| | | |/ / / | | |/| | |
* | | | | | 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
|/ / / / /