aboutsummaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2025 from dotty-staging/fix-2024Nicolas Stucki2017-04-053-7/+20
|\
| * Change -XemitTasty to -YemitTastyDmitry Petrashko2017-04-041-1/+1
| * Fix #2024: TypeApply can be a final apply of a recursive method.Dmitry Petrashko2017-03-081-0/+4
| * Add support for `-XemitTasty`.Dmitry Petrashko2017-03-082-7/+16
* | Merge pull request #2190 from dotty-staging/fix-robust-avoidanceGuillaume Martres2017-04-041-2/+8
|\ \
| * | Make leak avoidance more robustMartin Odersky2017-04-041-2/+8
* | | checkNoPrivateLeaks: Do not allow types to refer to leaky aliasesGuillaume Martres2017-04-042-7/+20
* | | Merge pull request #2168 from allanrenucci/warningsGuillaume Martres2017-04-045-11/+10
|\ \ \ | |/ / |/| |
| * | Addresses review commentsAllan Renucci2017-04-044-10/+9
| * | Use `mapConserve` in `UntypedTreeMap`Allan Renucci2017-04-031-1/+1
| * | Fixes @unchecked warningsAllan Renucci2017-04-034-6/+6
* | | 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-0210-86/+125
| |\ \ \ \
| * | | | | 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-317-61/+112
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix deadlock in `runAll`Felix Mulder2017-03-313-49/+51
| * | | | Improve summary report by dumping all to stdout on CIFelix Mulder2017-03-314-8/+40
| * | | | Make DiffUtil's rendering readable in logsFelix Mulder2017-03-313-3/+20
| * | | | Fix #2151: don't die for wrong number of typeargs appliedFelix Mulder2017-03-311-1/+1
| |/ / /
* | | | Avoid NPE in ParallelTesting on junk filesMartin Odersky2017-03-311-3/+2
* | | | 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
|/ / /
* | | Fix typo in `ParallelTesting.scala`Felix Mulder2017-03-301-1/+1
* | | Fix #2147: redirect both java and scala std out/errFelix Mulder2017-03-293-4/+22
|/ /
* | Make summary report come at the end of test suiteFelix Mulder2017-03-294-21/+84
* | Fix test reporting for exceptions in compilerFelix Mulder2017-03-291-40/+45
* | Preserve stack trace when invoking main in run testsFelix Mulder2017-03-291-4/+8
* | Add test to check failure of non-tail recursiveFelix Mulder2017-03-291-1/+5
* | Make run tests run even if there isn't a check fileFelix Mulder2017-03-291-38/+46
* | Address reviewer feedback on #2125Felix Mulder2017-03-295-251/+234
* | Add documentation to ParallelTestingFelix Mulder2017-03-291-2/+247
* | Add test filtering via `filterTest <regex>`Felix Mulder2017-03-294-23/+49
* | Restore partest and enable it to run alongside new partestFelix Mulder2017-03-296-0/+1478
* | Add testing of new test frameworkFelix Mulder2017-03-292-49/+132
* | Add summary report to pos tests and run testsFelix Mulder2017-03-292-133/+264
* | Consolidate test reporters in `TestReporter` always dumping log fileFelix Mulder2017-03-296-63/+108
* | Throw on timeoutFelix Mulder2017-03-291-2/+3