aboutsummaryrefslogtreecommitdiff
path: root/compiler/src
Commit message (Expand)AuthorAgeFilesLines
* Fixes @unchecked warningsAllan Renucci2017-04-034-6/+6
* Merge pull request #2159 from dotty-staging/fix-hashcodeDmitry Petrashko2017-04-031-2/+3
|\
| * Merge branch 'master' into fix-hashcodeFelix Mulder2017-04-026-25/+31
| |\
| * | Use full name of case classes for hashingMartin Odersky2017-03-311-2/+3
| * | Optimize hashCode computationMartin Odersky2017-03-311-2/+2
| * | Make case class hashCode take class into accountMartin Odersky2017-03-301-2/+2
* | | Merge pull request #2157 from dotty-staging/patmat-dead-codeFelix Mulder2017-04-021-109/+3
|\ \ \ | |_|/ |/| |
| * | Remove unreachable `tupleExtractor` methodOlivier Blanvillain2017-03-301-22/+1
| * | Remove dead code from pattern matcherOlivier Blanvillain2017-03-301-87/+2
| |/
* | Merge pull request #2154 from dotty-staging/topic/fix-#2151Felix Mulder2017-03-313-3/+20
|\ \
| * | Make DiffUtil's rendering readable in logsFelix Mulder2017-03-312-2/+19
| * | Fix #2151: don't die for wrong number of typeargs appliedFelix Mulder2017-03-311-1/+1
| |/
* | Fix ClassfileParserMartin Odersky2017-03-312-11/+4
* | Fix a bug(I guess?) hidden by scalac sometimes not emitting outer checksDmitry Petrashko2017-03-301-2/+3
* | PatMat, Outerchecks: Check outers for selections from singleton type.Dmitry Petrashko2017-03-301-3/+4
* | PatMat: get rid of unnecessary forwarderDmitry Petrashko2017-03-301-8/+2
* | Fix #2165, emit outerChecks on ThisTypeDmitry Petrashko2017-03-301-2/+2
|/
* Consolidate test reporters in `TestReporter` always dumping log fileFelix Mulder2017-03-292-4/+1
* Stylistic changes to `Compiler` and `DPConsoleRunner`Felix Mulder2017-03-291-1/+1
* 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-222-1/+33
* | | 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
* | 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
|\ \ \
| * | | Reduce type lambdas even if variance changesGuillaume Martres2017-03-161-3/+4
| * | | New flag -Ydebug-alias to never follow aliases when printing typesGuillaume Martres2017-03-162-1/+2
| | |/ | |/|
* | | Update periods-related commentsAbel Nieto2017-03-181-3/+4
* | | Merge pull request #2058 from dotty-staging/fix-2054liu fengyun2017-03-183-4/+10
|\ \ \ | |_|/ |/| |
| * | fix typo in commentliu fengyun2017-03-181-1/+1
| * | Fix a stupid error in fix of #2054.Dmitry Petrashko2017-03-132-4/+7
| * | Fix #2054: @Static methods may access synthetic private methods stuffDmitry Petrashko2017-03-072-2/+5
* | | Move 'invalid super qualifier' error to new error format.Abel Nieto2017-03-173-1/+19
| |/ |/|
* | Merge pull request #2106 from dotty-staging/fix/param-forwarder-access-take-2odersky2017-03-161-5/+5
|\ \
| * | Allow going from non-priv to priv denot when run changesGuillaume Martres2017-03-161-11/+6
| * | Don't force denotations in asMemberOfGuillaume Martres2017-03-161-5/+6
| * | Fix #2099: avoid loading a private member when recomputing a NamedType denotGuillaume Martres2017-03-161-2/+6