aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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-2910-1205/+34
| * | 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-299-92/+142
| * | 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-293-4/+47
| * | Parallelize compilation runs for ParallelTesting infraFelix Mulder2017-03-291-27/+92
| * | Prefix out directory with name of testFelix Mulder2017-03-291-1/+6
| * | Fix i851.java not being valid javaFelix Mulder2017-03-291-1/+1
| * | 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-286-3/+39
|\ \
| * | 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-235-0/+36
| * | Revert "sbt.ExtractDependencies: avoid false dependencies"Guillaume Martres2017-03-231-1/+1
* | | Merge pull request #2144 from dotty-staging/remove/sbt-bridge-depDmitry Petrashko2017-03-281-4/+0
|\ \ \
| * | | sbt-bridge: Remove unused imports from scala-compilerGuillaume Martres2017-03-281-4/+0
* | | | Merge pull request #2127 from dotty-staging/fix/variable-pattern-accessGuillaume Martres2017-03-283-2/+26
|\ \ \ \
| * | | | Fix desugaring of variable pattern leaking into APIGuillaume Martres2017-03-213-2/+26
* | | | | Merge pull request #2138 from dotty-staging/add-warning-on-missin-scala-scalaDmitry Petrashko2017-03-281-0/+13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add a warning and instructions for new users.Nicolas Stucki2017-03-231-0/+13
* | | | | Merge pull request #2101 from dotty-staging/upgrade/sbt0.13.14Guillaume Martres2017-03-248-54/+201
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Switch to build.sbtGuillaume Martres2017-03-242-23/+41
| * | | | sbt-bridge: Synchronize unit tests with sbt 0.13.14Guillaume Martres2017-03-244-20/+148
| * | | | Upgrade sbt plugins, remove unused scalastyle pluginGuillaume Martres2017-03-241-5/+3
| * | | | Upgrade to sbt 0.13.14-RC2Guillaume Martres2017-03-242-6/+9
|/ / / /
* | | | Fix varargs in methods and constructors (#2135)Igor Mielientiev2017-03-2210-1/+57
* | | | Merge pull request #2134 from dotty-staging/fix/incremental-compilation-restartFelix Mulder2017-03-221-4/+64
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix incremental compilation not working after restarting sbtGuillaume Martres2017-03-211-4/+64
|/ / /
* | | Merge pull request #2133 from dotty-staging/fix/refinedtype-incrementalFelix Mulder2017-03-211-6/+42
|\ \ \
| * | | incremental compilation: Fix unstable name hashing for refined membersGuillaume Martres2017-03-211-6/+42
|/ / /
* | | Merge pull request #2129 from dotty-staging/topic/dottydoc-subprojectDmitry Petrashko2017-03-212-56/+60
|\ \ \
| * | | Fix IntellliJ support by making dotty-doc its own subprojectFelix Mulder2017-03-212-56/+60
|/ / /
* | | Merge pull request #2124 from dotty-staging/fix-param-fwdGuillaume Martres2017-03-2010-13/+101
|\ \ \ | |/ / |/| |
| * | Update check fileMartin Odersky2017-03-202-4/+4
| * | Only use shadowed when necessaryMartin Odersky2017-03-201-7/+8
| * | Add test casesMartin Odersky2017-03-206-3/+80
| * | Use shadowing to reference inherited accessors.Martin Odersky2017-03-201-3/+9
| * | Handle shadowed for TermRefWithSigMartin Odersky2017-03-201-4/+8
|/ /
* | doc-tool/test: Workaround #2112Guillaume Martres2017-03-201-1/+2