summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4769 from retronym/topic/anyrefmap-serializableLukas Rytz2015-10-051-0/+2
|\
| * Make AnyRefMap serializableJason Zaugg2015-09-251-0/+2
* | Merge pull request #4772 from vjovanov/documentation/universalLukas Rytz2015-10-052-17/+8
|\ \
| * | Fixing signatures of universal methods on `Any` and `AnyRef`.Vojin Jovanovic2015-09-292-17/+8
* | | SI-9498 Centralize and bolster TypeRef cache invalidationJason Zaugg2015-09-302-18/+55
* | | SI-9498 Avoid caching bug with pattern type variablesJason Zaugg2015-09-303-15/+20
* | | Merge pull request #4762 from retronym/topic/completely-2.12Jason Zaugg2015-09-298-522/+8
|\ \ \ | |_|/ |/| |
| * | Remove the old REPL tab completion implementationJason Zaugg2015-09-238-522/+8
* | | Merge pull request #4764 from lrytz/sd-33Jason Zaugg2015-09-242-1/+4
|\ \ \
| * | | SD-33 Consider methods annotated @CallerSensitive not safe to inlineLukas Rytz2015-09-232-1/+4
| |/ /
* | | Add $deserializeLambda$ when inlining an indyLambda into a classLukas Rytz2015-09-236-29/+55
* | | Move addLambdaDeserialize into the BTypes assemblyLukas Rytz2015-09-234-62/+65
* | | Rename the Analyzers backend component to BackendUtilsLukas Rytz2015-09-238-15/+18
|/ /
* | Merge commit '03aaf05' into merge-2.11-to-2.12-sep-22Lukas Rytz2015-09-2222-201/+684
|\ \
| * \ 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
| * | | | | | Merge pull request #4758 from lrytz/pagedSeqNpeSeth Tisue2015-09-211-2/+2
| |\ \ \ \ \ \
| | * | | | | | Fix NPE in PagedSeq.slice at end of seqTomas Janousek2015-09-211-2/+2
| * | | | | | | Merge pull request #4751 from SethTisue/scala-dash-versionLukas Rytz2015-09-211-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | bump copyright year in `scala -version`Seth Tisue2015-09-181-2/+2
| * | | | | | | | Merge pull request #4752 from alexeyr/topic/errornonexistentfield-messageLukas Rytz2015-09-211-3/+3
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | [backport] Include owner in ErrorNonExistentField messageAlexey Romanov2015-09-181-3/+3
| | | |_|/ / / / | | |/| | | | |
* | | | | | | | Merge commit 'a170c99' into 2.12.xLukas Rytz2015-09-2255-97/+204
|\| | | | | | |
| * | | | | | | Merge pull request #4754 from SethTisue/bump-partest-versionSeth Tisue2015-09-201-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | use latest partest (1.0.9)Seth Tisue2015-09-181-1/+1
| | |/ / / / /