summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move all macros in build.xml to build-support.xml.Adriaan Moors2013-11-253-538/+550
* 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
| * | | | | | | SI-7983 Fix regression in implicit divergence checkingJason Zaugg2013-11-192-1/+32
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #3171 from adriaanm/starr-m7Adriaan Moors2013-11-222-8/+9
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | 2.11.0-M7 starr, 1.11.1 scalacheck, bump modules.Adriaan Moors2013-11-202-8/+9
* | | | | | | Merge pull request #3162 from retronym/ticket/7985Jason Zaugg2013-11-223-3/+13
|\ \ \ \ \ \ \
| * | | | | | | SI-7985 Refactor parsing of pattern type argsJason Zaugg2013-11-191-3/+5
| * | | | | | | SI-7985 Allow projection of lower-cased prefix as pattern type argJason Zaugg2013-11-192-1/+6
| * | | | | | | SI-7985 Allow qualified type argument in patternsJason Zaugg2013-11-192-1/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #3154 from huitseeker/issue/SI-7221-PRJason Zaugg2013-11-221-72/+79
|\ \ \ \ \ \ \
| * | | | | | | SI-7221 rewrites pollForWork non-recursivelyFrançois Garillot2013-11-201-72/+79
* | | | | | | | Merge pull request #3134 from xeno-by/topic/is-term-macroJason Zaugg2013-11-221-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | more precise isMacroApplication checkEugene Burmako2013-11-131-1/+1
* | | | | | | | | Merge pull request #3156 from JamesIry/remove_deprecated_migration_constructorJason Zaugg2013-11-221-4/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove deprecated constructor from the migration annotationJames Iry2013-11-181-4/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #3138 from densh/pr/fresh-name-extractorJason Zaugg2013-11-227-33/+96
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | use more specific cake dependenciesDen Shabalin2013-11-201-1/+1
| * | | | | | | | | refactor out fresh name prefix extraction logicDen Shabalin2013-11-177-33/+96
* | | | | | | | | | Merge pull request #3152 from paulp/pr/deprecationsJason Zaugg2013-11-2225-657/+35
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Removing deprecated code.Paul Phillips2013-11-1825-657/+35
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #3131 from densh/pr/deprecate-pair-and-tripleJason Zaugg2013-11-2280-462/+468
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | deprecate Pair and TripleDen Shabalin2013-11-2080-462/+468
| |/ / / / / / / /