aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Add Id's to types.Dmitry Petrashko2014-11-221-0/+9
| * Fix elimRepeated not transforming annotations.Dmitry Petrashko2014-11-221-0/+29
| * Testcase that shows bug in ElimRepeated.Dmitry Petrashko2014-11-221-0/+3
| * Add the right constructor to Java annotationsMartin Odersky2014-11-224-2/+53
|/
* Merge pull request #236 from smarter/fix/overridingodersky2014-11-183-1/+22
|\
| * Add tests for the overriding of typesGuillaume Martres2014-11-183-1/+21
| * Enable pos/overrides.scala in testsGuillaume Martres2014-11-181-0/+1
|/
* Merge pull request #228 from dotty-staging/fix/overridingodersky2014-11-1814-77/+202
|\
| * Check that overriding members refine the types of overridden ones.Martin Odersky2014-11-185-22/+40
| * Fixes of reviewers comments.Martin Odersky2014-11-171-6/+2
| * Some fixes to override checking in RefChecks.Martin Odersky2014-11-152-10/+13
| * Fixes for type argument handling.Martin Odersky2014-11-153-8/+13
| * Fine-tuning override errors for syntehtic companion objectsMartin Odersky2014-11-142-10/+16
| * Refactored OverridingPairsMartin Odersky2014-11-141-36/+43
| * Fix OverridingPairsMartin Odersky2014-11-149-20/+99
| * Refine merge of nullary and parameterless denotations.Martin Odersky2014-11-141-1/+12
* | Merge pull request #230 from dotty-staging/fix/and-or-subtypingodersky2014-11-182-2/+74
|\ \
| * | Fixed typosMartin Odersky2014-11-182-4/+1
| * | Restored accidentally deleted test code.Martin Odersky2014-11-181-0/+6
| * | Try to avoid overconstraining when comparing and/or typesMartin Odersky2014-11-163-19/+76
* | | Merge pull request #229 from dotty-staging/change/typevar-printingDmitry Petrashko2014-11-171-2/+5
|\ \ \
| * | | When printing uninstantiated type variables, include their bounds.Martin Odersky2014-11-161-2/+5
| |/ /
* | | Merge pull request #233 from dotty-staging/cleanup/testsDmitry Petrashko2014-11-1711-35/+3
|\ \ \
| * | | Moved pending tests that work into pos and neg.Martin Odersky2014-11-1711-35/+3
* | | | Merge pull request #234 from smarter/try/jvm-tuningDmitry Petrashko2014-11-172-1/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Add option to optimize the JVM for short-runnning applicationsGuillaume Martres2014-11-172-1/+11
* | | | Merge pull request #227 from dotty-staging/patmatch/productArityDmitry Petrashko2014-11-171-16/+16
|\ \ \ \ | | |_|/ | |/| |
| * | | Rename productArity in pattern matcher to prodArityMartin Odersky2014-11-141-16/+16
* | | | Merge pull request #223 from dotty-staging/fix/elimRepeatedTransformSymDmitry Petrashko2014-11-157-14/+39
|\ \ \ \ | |_|_|/ |/| | |
| * | | Avoid computing info of TypeRefs for Object <-> Any comversions in ClassfileP...Martin Odersky2014-11-132-8/+17
| * | | Setting travis to use oracle jdk8Dmitry Petrashko2014-11-121-1/+1
| * | | Avoid forcing infos of some symbols in InfoTransformsMartin Odersky2014-11-124-5/+21
| | |/ | |/|
* | | Merge pull request #225 from dotty-staging/fix/ensuringDmitry Petrashko2014-11-143-3/+12
|\ \ \ | | |/ | |/|
| * | Fixes problem exhibited by ensuring.scalaMartin Odersky2014-11-133-3/+12
|/ /
* | Merge pull request #224 from dotty-staging/refactor/treeTransformInitsDmitry Petrashko2014-11-137-392/+420
|\ \ | |/ |/|
| * Eliminate global state in LambdaLiftMartin Odersky2014-11-121-314/+311
| * Make CapturedVars a functional transform.Martin Odersky2014-11-121-69/+72
| * Remove init method from TreeTransformMartin Odersky2014-11-121-6/+1
| * Make CaptguredVars use prepareForUnit instead of init.Martin Odersky2014-11-121-10/+15
| * Replaced overridden init methods with prepareForUnit.Martin Odersky2014-11-124-10/+19
| * Added methods to prepare-for and transform a complete compilation unit tree.Martin Odersky2014-11-122-9/+28
|/
* Merge pull request #220 from dotty-staging/refactor/DefTreesDmitry Petrashko2014-11-1132-556/+433
|\
| * Factored out Positioned into separate file.Martin Odersky2014-11-114-131/+136
| * Make withMods produce Untyped treesMartin Odersky2014-11-101-7/+4
| * Drop modifiers as separate data from MemberDef treesMartin Odersky2014-11-1029-424/+299
| * Align phase name of FirstTransform with class nameMartin Odersky2014-11-101-1/+1
* | Merge pull request #192 from smarter/fix/ThisType-subtypingodersky2014-11-113-1/+8
|\ \
| * | Fix subtyping checks involving ThisType and PolyParamGuillaume Martres2014-11-113-1/+8
| |/
* | Merge pull request #221 from smarter/fix/Scopes-indexingodersky2014-11-111-2/+4
|\ \ | |/ |/|
| * Scopes: make sure every bucket of the hash table is usedGuillaume Martres2014-11-111-2/+4
|/