summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make AnyRefMap serializableJason Zaugg2015-09-252-2/+5
* Merge pull request #4764 from lrytz/sd-33Jason Zaugg2015-09-243-26/+47
|\
| * SD-33 Consider methods annotated @CallerSensitive not safe to inlineLukas Rytz2015-09-233-26/+47
* | Merge pull request #4763 from lrytz/inlineDeserializeLambdaJason Zaugg2015-09-2417-151/+203
|\ \ | |/ |/|
| * Add $deserializeLambda$ when inlining an indyLambda into a classLukas Rytz2015-09-237-29/+75
| * Move addLambdaDeserialize into the BTypes assemblyLukas Rytz2015-09-234-62/+65
| * Rename the Analyzers backend component to BackendUtilsLukas Rytz2015-09-2311-18/+21
|/
* Merge pull request #4761 from lrytz/merge-2.11-to-2.12-sep-22Lukas Rytz2015-09-22176-457/+1203
|\
| * Merge commit 'a6c1687' into merge-2.11-to-2.12-sep-22Lukas Rytz2015-09-220-0/+0
| |\
| | * 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 commit '03aaf05' into merge-2.11-to-2.12-sep-22Lukas Rytz2015-09-2243-355/+945
| |\| |
| | * | 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
| | * | | | | 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-212-2/+8
| | |\ \ \ \ \ \
| | | * | | | | | Fix NPE in PagedSeq.slice at end of seqTomas Janousek2015-09-212-2/+8
| | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | Merge pull request #4750 from SethTisue/windows-partestLukas Rytz2015-09-212-105/+0
| | |\ \ \ \ \ \
| | | * | | | | | remove old partest.bat batch fileSeth Tisue2015-09-171-104/+0
| | | * | | | | | fix partest to work on CygwinSeth Tisue2015-09-171-1/+0
| | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | 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 commit '27aada2' into merge-2.11-to-2.12-sep-22Lukas Rytz2015-09-220-0/+0
| |\| | | | | | |