aboutsummaryrefslogtreecommitdiff
path: root/compiler/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid assertion failure on neg testMartin Odersky2017-04-041-1/+8
* Support cases with type parameters that extend a non-parameterized baseMartin Odersky2017-04-042-16/+24
* Support comma-separated enum constantsMartin Odersky2017-04-043-26/+46
* Change enumeration members.Martin Odersky2017-04-042-13/+14
* Change return type of `apply`.Martin Odersky2017-04-041-7/+7
* Don't change the return type of the `copy` methodMartin Odersky2017-04-041-1/+1
* Check that cases with type parameters also have an extends clauseMartin Odersky2017-04-041-1/+5
* Fix cheeky comment in nested scopeFelix Mulder2017-04-041-6/+17
* More fine-grained distinctions when flags are defined.Martin Odersky2017-04-043-9/+23
* Fix typoMartin Odersky2017-04-041-1/+1
* Be more systematic about result of apply methodMartin Odersky2017-04-041-8/+18
* Make `getDocComment` referentially transparentFelix Mulder2017-04-041-36/+12
* Fix "closest" computation for docstringsMartin Odersky2017-04-041-1/+3
* Comment out unused method in ContextMartin Odersky2017-04-041-2/+3
* Implement enum desugaringMartin Odersky2017-04-044-36/+189
* Change handling of enum defs.Martin Odersky2017-04-042-15/+34
* Allow value expansion of modules in mergeCompanionDefsMartin Odersky2017-04-041-1/+0
* Simplify syntaxMartin Odersky2017-04-045-14/+14
* Don't pass docstring as a parameter.Martin Odersky2017-04-041-39/+33
* Add enum syntaxMartin Odersky2017-04-043-25/+102
* Fix mal-formatting.Martin Odersky2017-04-042-3/+5
* Merge pull request #2162 from abeln/infix-opDmitry Petrashko2017-04-041-3/+3
|\
| * Fix #1959: infix type operators in the REPLAbel Nieto2017-04-021-3/+3
* | Merge pull request #2149 from dotty-staging/fix/false-companion-2Dmitry Petrashko2017-04-041-5/+16
|\ \
| * | Create dummy companions for classes without a real oneGuillaume Martres2017-03-291-5/+16
* | | fix copy of flags for ModuleDef and refactor codeliu fengyun2017-04-031-19/+19
* | | 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