aboutsummaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Address reviewer feedback on #2125Felix Mulder2017-03-295-251/+234
* Add documentation to ParallelTestingFelix Mulder2017-03-291-2/+247
* Add test filtering via `filterTest <regex>`Felix Mulder2017-03-294-23/+49
* Restore partest and enable it to run alongside new partestFelix Mulder2017-03-296-0/+1478
* Add testing of new test frameworkFelix Mulder2017-03-292-49/+132
* Add summary report to pos tests and run testsFelix Mulder2017-03-292-133/+264
* Consolidate test reporters in `TestReporter` always dumping log fileFelix Mulder2017-03-296-63/+108
* Throw on timeoutFelix Mulder2017-03-291-2/+3
* Disable interactive mode in CIFelix Mulder2017-03-293-1/+7
* Fix tasty bootstrapFelix Mulder2017-03-292-26/+52
* Support copyToDir for tests that mutate original sourceFelix Mulder2017-03-292-8/+18
* Make compileList take test name argFelix Mulder2017-03-293-4/+9
* Fix reflective method lookup to work for both scalac & dottyFelix Mulder2017-03-291-21/+28
* Make tests composableFelix Mulder2017-03-292-414/+360
* Kill partestFelix Mulder2017-03-297-1122/+24
* Remove `tests.scala`Felix Mulder2017-03-293-378/+18
* Move whitelist test out of `tests.scala`Felix Mulder2017-03-292-12/+17
* Move REPL diff tests out of `tests.scala`Felix Mulder2017-03-293-19/+23
* Add all tests from `tests.scala` as is to new infraFelix Mulder2017-03-291-15/+357
* Rewrite testing logic as to not copy filesFelix Mulder2017-03-291-173/+267
* Stylistic changes to `Compiler` and `DPConsoleRunner`Felix Mulder2017-03-292-13/+13
* Add run testing capabilitiesFelix Mulder2017-03-292-19/+137
* Add ability to compile single filesFelix Mulder2017-03-291-1/+16
* Add support for error annotations in neg testsFelix Mulder2017-03-292-42/+188
* Add neg testing capability to ParallelTestingFelix Mulder2017-03-291-2/+45
* Parallelize compilation runs for ParallelTesting infraFelix Mulder2017-03-291-27/+92
* Prefix out directory with name of testFelix Mulder2017-03-291-1/+6
* Add java compilation to `ParallelTesting`Felix Mulder2017-03-291-0/+23
* Add interface for unit tests into `ParallelTesting`Felix Mulder2017-03-291-0/+60
* Add initial compilation functionality to ParallelTesting traitFelix Mulder2017-03-291-0/+41
* Merge pull request #2139 from dotty-staging/fix/false-companionGuillaume Martres2017-03-282-3/+22
|\
| * Namer#createCompanionLinks: avoid using denotNamedGuillaume Martres2017-03-241-4/+4
| * Fix #2137: Create dummy companions for top-level objects without a real oneGuillaume Martres2017-03-231-0/+19
| * Revert "sbt.ExtractDependencies: avoid false dependencies"Guillaume Martres2017-03-231-1/+1
* | Merge pull request #2127 from dotty-staging/fix/variable-pattern-accessGuillaume Martres2017-03-281-2/+3
|\ \
| * | Fix desugaring of variable pattern leaking into APIGuillaume Martres2017-03-211-2/+3
* | | Fix varargs in methods and constructors (#2135)Igor Mielientiev2017-03-223-1/+36
* | | Fix incremental compilation not working after restarting sbtGuillaume Martres2017-03-211-4/+64
| |/ |/|
* | incremental compilation: Fix unstable name hashing for refined membersGuillaume Martres2017-03-211-6/+42
* | Fix IntellliJ support by making dotty-doc its own subprojectFelix Mulder2017-03-211-2/+2
* | Only use shadowed when necessaryMartin Odersky2017-03-201-7/+8
* | Use shadowing to reference inherited accessors.Martin Odersky2017-03-201-3/+9
* | Handle shadowed for TermRefWithSigMartin Odersky2017-03-201-4/+8
|/
* Fix #2084.Dmitry Petrashko2017-03-201-5/+12
* Merge pull request #2114 from dotty-staging/fix/inline-error-posGuillaume Martres2017-03-201-3/+4
|\
| * Fix position of errors in Inliner TreeTypeMapGuillaume Martres2017-03-161-3/+4
* | Merge pull request #2118 from abeln/super-bugDmitry Petrashko2017-03-201-19/+21
|\ \
| * | Fix bug in typechecking super prefix with invalid enclosing classAbel Nieto2017-03-171-19/+21
* | | Better type inference in harmonizeUnionGuillaume Martres2017-03-183-25/+26
* | | Merge pull request #2110 from dotty-staging/fix/reduce-more-lambdasGuillaume Martres2017-03-183-4/+6
|\ \ \