aboutsummaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2280 from dotty-staging/fix-tests-logs-overwrittenHEADmasterFelix Mulder2017-04-201-4/+6
|\
| * Add seconds to log timestamps to avoid log name clashes.Nicolas Stucki2017-04-201-4/+6
* | Join tests to increase CI parallelism.Nicolas Stucki2017-04-201-46/+21
|/
* Merge pull request #2267 from dotty-staging/fix-constant-lazy-valsDmitry Petrashko2017-04-194-7/+40
|\
| * Pruning branch of constant type condition.Nicolas Stucki2017-04-171-5/+12
| * Only allow constant type vals to be inlined.Nicolas Stucki2017-04-171-2/+3
| * Fix constant type val value inline in constructors.Nicolas Stucki2017-04-163-2/+27
| * Fix #2266: Do not replace constant type lazy vals with constant.Nicolas Stucki2017-04-151-1/+1
* | 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
| |/
* | Alternative fixMartin Odersky2017-04-181-2/+6
* | Dealias before type erasingMartin Odersky2017-04-181-2/+2
* | Render line and col in error message for clickabilityFelix Mulder2017-04-161-1/+1
|/
* Recurse into refined type when exposing membersAleksander Boruch-Gruszecki2017-04-131-1/+6
* Merge pull request #2260 from dotty-staging/backend-submoduleGuillaume Martres2017-04-137-32/+71
|\
| * Fix #2184: Hyper Bootstrap! Integrate the backend as a git submoduleGuillaume Martres2017-04-137-32/+71
* | Merge pull request #2251 from dotty-staging/fix-#2220Felix Mulder2017-04-131-1/+1
|\ \
| * | Fix #2220: disable benchmarks, set run timeout to 30 secondsFelix Mulder2017-04-131-1/+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 branch 'master' into fix-2253liu fengyun2017-04-1313-43/+84
|\ \
| * \ Merge pull request #2256 from dotty-staging/fix-2254liu fengyun2017-04-131-2/+2
| |\ \
| * \ \ 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-131-0/+1
| |\ \ \
| | * | | Fix #2230: Add regression test.Nicolas Stucki2017-04-121-0/+1
| * | | | Merge pull request #2209 from dotty-staging/fix-#2152odersky2017-04-134-11/+17
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Alternative fixMartin Odersky2017-04-111-4/+5
| | * | | Fix #2152: Instantiate dependent result type parametersMartin Odersky2017-04-114-10/+15
| * | | | Merge pull request #2249 from dotty-staging/revert-productodersky2017-04-134-8/+7
| |\ \ \ \
| | * | | | Revert <: Product requierment in pattern matchingOlivier Blanvillain2017-04-134-8/+7
| * | | | | 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
| |/ / / /
| * | | | TestReporter: Avoid a global lazy valGuillaume Martres2017-04-121-1/+1
* | | | | fix #2253: avoid exception with refinement typesliu fengyun2017-04-131-0/+1
| |_|_|/ |/| | |
* | | | fix #2254: dealias types in decomposition of spacesliu fengyun2017-04-131-2/+2
|/ / /
* | | 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-124-16/+49
* | | Implement meta tests suggested by @DarkDimiusFelix Mulder2017-04-121-0/+15
* | | Fix interactive mode in eclipseFelix Mulder2017-04-121-1/+3
* | | Add `Properties` object for dotty testing props and envFelix Mulder2017-04-124-14/+64
* | | Only complete tests after run has been performedFelix Mulder2017-04-121-24/+28
* | | Add vulpix docstrings and change definesFelix Mulder2017-04-123-4/+14