aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2270 from dotty-staging/topic/enum-repl-parserFelix Mulder2017-04-192-2/+2
|\
| * Fix infinite loop in parser when parsing enumsFelix Mulder2017-04-171-1/+1
| * Make sure `enum` is correctly highlightedFelix Mulder2017-04-171-1/+1
* | Merge pull request #2236 from dotty-staging/fix-#2234Felix Mulder2017-04-182-0/+17
|\ \
| * | Add testMartin Odersky2017-04-181-0/+13
| * | Alternative fixMartin Odersky2017-04-181-2/+6
| * | Dealias before type erasingMartin Odersky2017-04-181-2/+2
|/ /
* | Merge pull request #2268 from dotty-staging/topic/add-line-colFelix Mulder2017-04-164-17/+17
|\ \ | |/ |/|
| * Render line and col in error message for clickabilityFelix Mulder2017-04-164-17/+17
|/
* Merge pull request #2261 from AleksanderBG/fix-2253liu fengyun2017-04-143-4/+35
|\
| * Recurse into refined type when exposing membersAleksander Boruch-Gruszecki2017-04-133-4/+35
|/
* Merge pull request #2260 from dotty-staging/backend-submoduleGuillaume Martres2017-04-1316-68/+177
|\
| * Fix #2184: Hyper Bootstrap! Integrate the backend as a git submoduleGuillaume Martres2017-04-1316-68/+177
* | Merge pull request #2251 from dotty-staging/fix-#2220Felix Mulder2017-04-1311-36/+1
|\ \
| * | Fix #2220: disable benchmarks, set run timeout to 30 secondsFelix Mulder2017-04-1311-36/+1
| |/
* | Merge pull request #2259 from dotty-staging/fix-#2245Guillaume Martres2017-04-132-14/+6
|\ \ | |/ |/|
| * Fix #2245: strip colors from strings before writing to fileFelix Mulder2017-04-132-14/+6
* | Merge pull request #2257 from dotty-staging/fix-2253liu fengyun2017-04-132-0/+8
|\ \
| * \ Merge branch 'master' into fix-2253liu fengyun2017-04-1321-63/+167
| |\ \ | |/ / |/| |
* | | Merge pull request #2256 from dotty-staging/fix-2254liu fengyun2017-04-132-2/+8
|\ \ \
* \ \ \ Merge pull request #2252 from dotty-staging/fix/npe-in-cleanup-hookNicolas Stucki2017-04-131-2/+3
|\ \ \ \
| * | | | Fix NPE when adding cleanup hookFelix Mulder2017-04-131-2/+3
| | |_|/ | |/| |
* | | | Merge pull request #2231 from dotty-staging/fix-#2230Guillaume Martres2017-04-132-0/+23
|\ \ \ \
| * | | | Fix #2230: Add regression test.Nicolas Stucki2017-04-122-0/+23
* | | | | Merge pull request #2209 from dotty-staging/fix-#2152odersky2017-04-135-11/+24
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Alternative fixMartin Odersky2017-04-111-4/+5
| * | | | Fix #2152: Instantiate dependent result type parametersMartin Odersky2017-04-115-10/+22
* | | | | Merge pull request #2249 from dotty-staging/revert-productodersky2017-04-135-8/+44
|\ \ \ \ \
| * | | | | Revert <: Product requierment in pattern matchingOlivier Blanvillain2017-04-135-8/+44
* | | | | | Merge pull request #2248 from dotty-staging/topic/vulpix-fixes1Felix Mulder2017-04-134-22/+56
|\ \ \ \ \ \
| * | | | | | Fix #2241: print failing test title instead of outdirFelix Mulder2017-04-131-1/+1
| * | | | | | Fix #2244: make sure logging goes through appropriate interfaceFelix Mulder2017-04-132-5/+18
| * | | | | | Fix #2242: let user know which file got logged toFelix Mulder2017-04-132-10/+29
| * | | | | | Fix #2243: improve failing test outputFelix Mulder2017-04-133-6/+8
| |/ / / / /
* | | | | | Merge pull request #2247 from dotty-staging/update-filterTest-name-in-docOlivier Blanvillain2017-04-132-14/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Update intructions to run a single testOlivier Blanvillain2017-04-132-14/+8
|/ / / / /
* | | | | Merge pull request #2238 from dotty-staging/ci-fixesFelix Mulder2017-04-124-7/+10
|\ \ \ \ \
| * | | | | TestReporter: Avoid a global lazy valGuillaume Martres2017-04-121-1/+1
| * | | | | Replace test alias by test commandGuillaume Martres2017-04-121-3/+6
| * | | | | .drone.yml: Reorder testGuillaume Martres2017-04-122-3/+3
|/ / / / /
| | | | * fix #2253: avoid exception with refinement typesliu fengyun2017-04-132-0/+8
| | | |/
| | | * fix #2254: dealias types in decomposition of spacesliu fengyun2017-04-132-2/+8
| |_|/ |/| |
* | | Merge pull request #2194 from dotty-staging/topic/hydra-part-2Felix Mulder2017-04-1234-1131/+912
|\ \ \
| * | | Add docs to SummaryReport.scalaFelix Mulder2017-04-121-0/+25
| * | | Remove duplication with run test output verificationFelix Mulder2017-04-121-19/+7
| * | | Make vulpix test filter work on substring instead of regexpFelix Mulder2017-04-122-16/+17
| * | | Remove need for java written summary reporterFelix Mulder2017-04-1210-205/+222
| * | | Make sure that everything is dumped to log filesFelix Mulder2017-04-123-57/+120
| * | | Add ability to only compile run testsFelix Mulder2017-04-125-23/+49
| * | | Implement meta tests suggested by @DarkDimiusFelix Mulder2017-04-126-0/+91