aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2267 from dotty-staging/fix-constant-lazy-valsDmitry Petrashko2017-04-193-7/+38
|\
| * 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-162-2/+25
| * 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
* Fix #2184: Hyper Bootstrap! Integrate the backend as a git submoduleGuillaume Martres2017-04-132-5/+3
* Merge branch 'master' into fix-2253liu fengyun2017-04-138-19/+24
|\
| * Merge pull request #2256 from dotty-staging/fix-2254liu fengyun2017-04-131-2/+2
| |\
| * \ 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
| * | | Revert <: Product requierment in pattern matchingOlivier Blanvillain2017-04-134-8/+7
* | | | 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
|/ /
* | Merge pull request #2229 from dotty-staging/sync-classfile-parserodersky2017-04-121-9/+25
|\ \
| * | SI-9915 Utf8_info are modified UTF8Guillaume Martres2017-04-111-2/+6
| * | 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 #2225 from dotty-staging/fix-#2192odersky2017-04-111-26/+22
|\ \ \ | |/ / |/| |
| * | Fix #2212: Avoid imports in the wrong namespaceMartin Odersky2017-04-111-26/+22
* | | Merge pull request #2228 from dotty-staging/fix-#2218odersky2017-04-111-1/+1
|\ \ \
| * | | Add fullyDefinedType for class parent typesMartin Odersky2017-04-111-1/+1
| | |/ | |/|
* | | Merge pull request #2191 from dotty-staging/sync-classpath-scalacGuillaume Martres2017-04-1118-382/+1241
|\ \ \
| * | | DirectoryClassPath: handle directory being removed under usGuillaume Martres2017-04-111-15/+17
| * | | Fix #2186: Synchronize classpath handling with Scala 2.12Guillaume Martres2017-04-1118-382/+1239
* | | | Merge pull request #2216 from dotty-staging/fix-2163odersky2017-04-111-4/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Handle supercalls in inner classes correctlyMartin Odersky2017-04-111-5/+8
| * | | fix #2163: don't narrow liftedOwner if symbol is InSuperCallliu fengyun2017-04-111-0/+1
| |/ /
* / / Fix #2219: Fix type applications on WildcardTypeGuillaume Martres2017-04-111-1/+1
|/ /
* | Fix master compilationOlivier Blanvillain2017-04-111-1/+1
* | Merge pull request #1938 from dotty-staging/named-based-patmatFelix Mulder2017-04-116-51/+73
|\ \
| * | Move isProductSubType to Applications & rename to canProductMatchOlivier Blanvillain2017-04-114-9/+8
| * | 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
* | | 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