aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Rename filter shorthand to vulpix and update `drone.yml`Felix Mulder2017-04-124-26/+19
| * | | Remove partest, keeping `dotc.tests` for nowFelix Mulder2017-04-127-781/+49
| * | | Add `RunnerOrchestration` to `ParallelTesting` traitFelix Mulder2017-04-124-88/+149
| * | | Complete subprocess communication protocolFelix Mulder2017-04-123-22/+64
| * | | Fix settings having uninitialized valuesFelix Mulder2017-04-124-8/+20
| * | | Implement inter-VM communication logicFelix Mulder2017-04-121-2/+44
| * | | Add initial RunnerOrchestration interfaceFelix Mulder2017-04-122-0/+91
| * | | Add cleanup hooks to SummaryReporterFelix Mulder2017-04-121-0/+21
| * | | Add reproduction instr for pos separate compilationFelix Mulder2017-04-121-1/+3
| * | | Rename test suite to "vulpix"Felix Mulder2017-04-127-15/+20
|/ / /
* | | Merge pull request #2229 from dotty-staging/sync-classfile-parserodersky2017-04-124-9/+57
|\ \ \
| * | | Disable t5293, benchmarks should not be run as testsGuillaume Martres2017-04-111-0/+0
| * | | SI-9915 Utf8_info are modified UTF8Guillaume Martres2017-04-113-2/+38
| * | | SI-7455 Drop dummy param for synthetic access constructorGuillaume Martres2017-04-111-5/+13
| * | | SI-2464 Resiliance against missing InnerClass attributesGuillaume Martres2017-04-111-2/+6
* | | | Merge pull request #2224 from dotty-staging/explain-how-to-signGuillaume Martres2017-04-112-1/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix #2203: Explain how to re-sign .drone.ymlOlivier Blanvillain2017-04-112-1/+7
* | | | Merge pull request #2225 from dotty-staging/fix-#2192odersky2017-04-113-29/+43
|\ \ \ \ | |_|/ / |/| | |
| * | | Increase time limit for failing testMartin Odersky2017-04-111-3/+2
| * | | Fix #2212: Avoid imports in the wrong namespaceMartin Odersky2017-04-112-26/+41
* | | | Merge pull request #2228 from dotty-staging/fix-#2218odersky2017-04-112-1/+10
|\ \ \ \
| * | | | Add fullyDefinedType for class parent typesMartin Odersky2017-04-112-1/+10
| | |_|/ | |/| |
* | | | Merge pull request #2191 from dotty-staging/sync-classpath-scalacGuillaume Martres2017-04-1120-392/+1256
|\ \ \ \
| * | | | DirectoryClassPath: handle directory being removed under usGuillaume Martres2017-04-111-15/+17
| * | | | Fix #2186: Synchronize classpath handling with Scala 2.12Guillaume Martres2017-04-1120-392/+1254
| | |_|/ | |/| |
* | | | Merge pull request #2216 from dotty-staging/fix-2163odersky2017-04-112-4/+29
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove check fileMartin Odersky2017-04-111-1/+0
| * | | Handle supercalls in inner classes correctlyMartin Odersky2017-04-112-7/+22
| * | | add missing printliu fengyun2017-04-111-1/+1
| * | | fix #2163: don't narrow liftedOwner if symbol is InSuperCallliu fengyun2017-04-113-0/+11
| |/ /
* | | Merge pull request #2222 from dotty-staging/fix/wildcard-applyGuillaume Martres2017-04-112-1/+8
|\ \ \ | |/ / |/| |
| * | Fix #2219: Fix type applications on WildcardTypeGuillaume Martres2017-04-112-1/+8
|/ /
* | Fix master compilationOlivier Blanvillain2017-04-111-1/+1
* | Merge pull request #1938 from dotty-staging/named-based-patmatFelix Mulder2017-04-1113-51/+186
|\ \
| * | Move isProductSubType to Applications & rename to canProductMatchOlivier Blanvillain2017-04-114-9/+8
| * | Add testsOlivier Blanvillain2017-04-066-0/+111
| * | Decouple Product and pattern-matchingOlivier Blanvillain2017-04-064-18/+13
| * | Generate synthetic productElement/productArity methods above 22Olivier Blanvillain2017-04-062-28/+56
| * | Workaround #1932 (bug trigged by desugaring changes)Olivier Blanvillain2017-04-061-1/+1
| * | Add {before,after}-pickling.txt to gitignoreOlivier Blanvillain2017-04-061-0/+2
* | | Merge pull request #2128 from dotty-staging/add-semantic-namesodersky2017-04-1181-1112/+1471
|\ \ \
| * | | Fix type errorMartin Odersky2017-04-111-1/+1
| * | | Better documentation of sharable structures in Names, NameKindsMartin Odersky2017-04-112-1/+5
| * | | Adapt isPackageObject to semantic namingMartin Odersky2017-04-112-3/+4
| * | | Fix pickling/unpickling of namesMartin Odersky2017-04-113-3/+12
| * | | Fix rebase breakageMartin Odersky2017-04-114-22/+6
| * | | Make extension method names semanticMartin Odersky2017-04-113-10/+29
| * | | Lazy entering of names with internal $'s in package scopesMartin Odersky2017-04-1113-66/+113
| * | | Scope refactoringMartin Odersky2017-04-113-56/+31
| * | | Avoid setter in NameMartin Odersky2017-04-112-2/+2