summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Better error messages for common Function/Tuple mistakesJason Zaugg2013-12-0110-8/+119
* Merge pull request #3197 from retronym/merge/2.10.x-positions-to-masterJason Zaugg2013-11-2610-8/+178
|\
| * Merge remote-tracking branch 'origin/pr/3196' into merge/2.10.x-positions-to-...Jason Zaugg2013-11-2610-8/+178
| |\
| | * SI-8005 Fixes NoPositon error for updateDynamic callsSimon Schaefer2013-11-263-1/+45
| | * SI-8004 Resolve NoPosition error for applyDynamicNamed method callSimon Schaefer2013-11-263-2/+47
| | * SI-7463,SI-8003 Correct wrong position for {select,apply}Dynamic callsSimon Schaefer2013-11-266-5/+86
| * | Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-positions-to-m...Jason Zaugg2013-11-260-0/+0
| |\|
| | * Merge pull request #3166 from skyluc/issue/completion-import-object-7280-210Jason Zaugg2013-11-2229-53/+1031
| | |\
| | | * [nomaster] SI-7280 Scope completion not returning members provided by importsLuc Bourlier2013-11-214-25/+248
| | | * [nomaster] Adds test cases for scope completionLuc Bourlier2013-11-2112-0/+707
| | | * [nomaster] Test infrastructure for scope completionJason Zaugg2013-11-2113-28/+76
| | * | Merge pull request #3157 from dotta/backport/2.10.x/si-7915Jason Zaugg2013-11-214-3/+34
| | |\ \ | | | |/ | | |/|
| | | * SI-7915 Corrected range positions created during default args expansionMirco Dotta2013-11-194-3/+34
| | |/
* | | Merge pull request #3189 from retronym/ticket/8002Jason Zaugg2013-11-264-1/+50
|\ \ \
| * | | SI-8002 private access for local companionsJason Zaugg2013-11-244-1/+50
* | | | Merge pull request #3192 from retronym/ticket/4332Jason Zaugg2013-11-267-0/+142
|\ \ \ \
| * | | | SI-4332 Plugs the gaps in viewsJason Zaugg2013-11-267-0/+142
* | | | | Merge pull request #3161 from retronym/ticket/7984Jason Zaugg2013-11-268-14/+30
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | SI-7984 Issue unchecked warning for type aliasesJason Zaugg2013-11-268-14/+30
|/ / / /
* | | | Merge pull request #3195 from retronym/ticket/8011Jason Zaugg2013-11-261-0/+8
|\ \ \ \
| * | | | SI-8011 Test case for recently fixed value class bugJason Zaugg2013-11-261-0/+8
|/ / / /
* | | | Merge pull request #3147 from som-snytt/issue/repl-columnsAdriaan Moors2013-11-256-14/+212
|\ \ \ \
| * | | | SI-7969 REPL variable columnar outputSom Snytt2013-11-183-10/+108
| * | | | SI-7969 Refactor to trait with testSom Snytt2013-11-154-20/+73
| * | | | SI-7969 REPL -C columnar outputSom Snytt2013-11-144-11/+58
* | | | | Merge pull request #3178 from retronym/ticket/7872Adriaan Moors2013-11-259-1/+84
|\ \ \ \ \
| * | | | | SI-7872 Plug a variance exploit in refinement typesJason Zaugg2013-11-239-1/+84
| | |_|/ / | |/| | |
* | | | | Merge pull request #3183 from xeno-by/topic/pure-expression-does-nothingAdriaan Moors2013-11-256-7/+17
|\ \ \ \ \
| * | | | | SI-8001 spurious "pure expression does nothing" warningEugene Burmako2013-11-236-7/+17
* | | | | | Merge pull request #3130 from retronym/ticket/7967-2Adriaan Moors2013-11-253-2/+21
|\ \ \ \ \ \
| * | | | | | SI-7967 Account for type aliases in self-type checksJason Zaugg2013-11-223-2/+21
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #3165 from retronym/ticket/uncurry-tidy-2Adriaan Moors2013-11-258-96/+134
|\ \ \ \ \ \
| * | | | | | Special treatment for local symbols in TypeTreeMemberTypeJason Zaugg2013-11-231-1/+1
| * | | | | | Refactor away duplication between -Ydelambdafy:{inline,method}Jason Zaugg2013-11-232-64/+47
| * | | | | | Substitute new parameter symbols into lambda bodyJason Zaugg2013-11-234-3/+44
| * | | | | | Symbol substutition must consider ClassInfoType#parentsJason Zaugg2013-11-232-0/+30
| * | | | | | Tidy up the Uncurry component of delambdafyJason Zaugg2013-11-172-42/+26
* | | | | | | Merge pull request #3187 from som-snytt/issue/test-suite-quickAdriaan Moors2013-11-252-1/+19
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Test in quick mode for ant buildSom Snytt2013-11-232-1/+19
* | | | | | | Merge pull request #3185 from sschaef/update-eclipse-classpathAdriaan Moors2013-11-222-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Update Eclipse classpath filesSimon Schaefer2013-11-232-4/+4
* | | | | | | | Merge pull request #3186 from Blaisorblade/patch-1Adriaan Moors2013-11-221-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Revise paragraph (a revised #3164)Paolo G. Giarrusso2013-11-231-3/+3
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #3137 from xeno-by/topic/implicit-macros-invalidate-on-errorAdriaan Moors2013-11-223-0/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | correctly fails implicit search for invalid implicit macrosEugene Burmako2013-11-143-0/+30
* | | | | | | | | Merge pull request #3182 from soc/SI-7999Adriaan Moors2013-11-222-5/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-7999 s.u.c.NonFatal: StackOverflowError is fatalSimon Ochsenreither2013-11-222-5/+3
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #3160 from retronym/ticket/7983Adriaan Moors2013-11-222-17/+43
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Account for a variation of package types in Implicit Divergence.Jason Zaugg2013-11-191-0/+1
| * | | | | | | | Code reformatting in ImplicitsJason Zaugg2013-11-191-16/+10