summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3147 from som-snytt/issue/repl-columnsAdriaan Moors2013-11-251-0/+85
|\
| * SI-7969 REPL variable columnar outputSom Snytt2013-11-181-0/+44
| * SI-7969 Refactor to trait with testSom Snytt2013-11-151-0/+41
* | Merge pull request #3178 from retronym/ticket/7872Adriaan Moors2013-11-257-1/+72
|\ \
| * | SI-7872 Plug a variance exploit in refinement typesJason Zaugg2013-11-237-1/+72
* | | Merge pull request #3183 from xeno-by/topic/pure-expression-does-nothingAdriaan Moors2013-11-255-6/+15
|\ \ \
| * | | SI-8001 spurious "pure expression does nothing" warningEugene Burmako2013-11-235-6/+15
* | | | Merge pull request #3130 from retronym/ticket/7967-2Adriaan Moors2013-11-252-0/+18
|\ \ \ \
| * | | | SI-7967 Account for type aliases in self-type checksJason Zaugg2013-11-222-0/+18
| | |_|/ | |/| |
* | | | Merge pull request #3165 from retronym/ticket/uncurry-tidy-2Adriaan Moors2013-11-254-0/+65
|\ \ \ \
| * | | | Substitute new parameter symbols into lambda bodyJason Zaugg2013-11-233-0/+41
| * | | | Symbol substutition must consider ClassInfoType#parentsJason Zaugg2013-11-231-0/+24
* | | | | Merge pull request #3187 from som-snytt/issue/test-suite-quickAdriaan Moors2013-11-251-1/+2
|\ \ \ \ \
| * | | | | Test in quick mode for ant buildSom Snytt2013-11-231-1/+2
* | | | | | Merge pull request #3137 from xeno-by/topic/implicit-macros-invalidate-on-errorAdriaan Moors2013-11-222-0/+28
|\ \ \ \ \ \
| * | | | | | correctly fails implicit search for invalid implicit macrosEugene Burmako2013-11-142-0/+28
* | | | | | | Merge pull request #3182 from soc/SI-7999Adriaan Moors2013-11-221-2/+2
|\ \ \ \ \ \ \
| * | | | | | | SI-7999 s.u.c.NonFatal: StackOverflowError is fatalSimon Ochsenreither2013-11-221-2/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #3160 from retronym/ticket/7983Adriaan Moors2013-11-221-0/+31
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | SI-7983 Fix regression in implicit divergence checkingJason Zaugg2013-11-191-0/+31
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #3162 from retronym/ticket/7985Jason Zaugg2013-11-222-0/+8
|\ \ \ \ \ \
| * | | | | | SI-7985 Allow projection of lower-cased prefix as pattern type argJason Zaugg2013-11-191-0/+5
| * | | | | | SI-7985 Allow qualified type argument in patternsJason Zaugg2013-11-191-0/+3
| |/ / / / /
* | | | | | Merge pull request #3138 from densh/pr/fresh-name-extractorJason Zaugg2013-11-222-7/+53
|\ \ \ \ \ \
| * | | | | | refactor out fresh name prefix extraction logicDen Shabalin2013-11-172-7/+53
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3152 from paulp/pr/deprecationsJason Zaugg2013-11-223-3/+3
|\ \ \ \ \ \
| * | | | | | Removing deprecated code.Paul Phillips2013-11-183-3/+3
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3131 from densh/pr/deprecate-pair-and-tripleJason Zaugg2013-11-2246-288/+292
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | deprecate Pair and TripleDen Shabalin2013-11-2046-288/+292
| |/ / / /
* | | | | Merge pull request #3175 from retronym/ticket/6229Eugene Burmako2013-11-224-0/+20
|\ \ \ \ \
| * | | | | SI-6329 Graduation day for pending tests for tag materializationJason Zaugg2013-11-214-0/+20
| |/ / / /
* | | | | Merge pull request #3172 from retronym/ticket/7987Eugene Burmako2013-11-222-0/+18
|\ \ \ \ \
| * | | | | SI-7987 Test case for "macro not expanded" error with implicitsJason Zaugg2013-11-212-0/+18
| |/ / / /
* | | | | Merge pull request #3173 from retronym/topic/classOf-type-applyGrzegorz Kossakowski2013-11-212-0/+7
|\ \ \ \ \
| * | | | | Handle TypeApply(fun, ...) for symbol-less funsJason Zaugg2013-11-212-0/+7
| |/ / / /
* / / / / Prepare upgrade to scalacheck 1.11.Adriaan Moors2013-11-207-31/+9
|/ / / /
* | | | Merge pull request #3140 from skyluc/issue/completion-import-object-7280Jason Zaugg2013-11-1825-22/+937
|\ \ \ \
| * | | | SI-7280 Scope completion not returning members provided by importsLuc Bourlier2013-11-153-0/+208
| * | | | Adds test cases for scope completionLuc Bourlier2013-11-1512-0/+707
| * | | | Test infrastructure for scope completionJason Zaugg2013-11-1510-22/+22
| | |/ / | |/| |
* | | | Merge pull request #3136 from dotta/issue/si-7915Jason Zaugg2013-11-183-0/+28
|\ \ \ \
| * | | | SI-7915 Corrected range positions created during default args expansionMirco Dotta2013-11-153-0/+28
| | |/ / | |/| |
* | | | Merge pull request #3119 from Ichoran/issue/5263James Iry2013-11-182-0/+170
|\ \ \ \
| * | | | New AnyRefMap fixes SI-5263 to the extent practical.Rex Kerr2013-11-181-0/+91
| * | | | New mutable hash map with Long keys: partially solves SI-5263 and is relevantRex Kerr2013-11-181-0/+79
* | | | | Merge pull request #3135 from adriaanm/revive-xml-testsJames Iry2013-11-1815-0/+336
|\ \ \ \ \
| * | | | | Revived tests that once depended on xmlAdriaan Moors2013-11-1415-0/+336
| | |/ / / | |/| | |
* | | | | Merge pull request #3141 from soc/SI-7961Adriaan Moors2013-11-172-8/+14
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | SI-7961 Fix false positive procedure warningsSimon Ochsenreither2013-11-142-8/+14
* | | | | Revert "temporarily disables run/reflection-sync-subtypes"Jason Zaugg2013-11-142-0/+0