aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #334 from olhotak/pr-annotatedtypevarsDmitry Petrashko2015-01-262-1/+2
|\
| * make TypeMap also map over types in the annotation tree of AnnotatedTypeOndrej Lhotak2015-01-221-1/+1
| * fix widenForMatchSelector to transparently handle annotated typesOndrej Lhotak2015-01-211-0/+1
| * fix TypeMap.mapOver to not drop type annotationsOndrej Lhotak2015-01-211-1/+1
|/
* Merge pull request #333 from olhotak/pr-addcommentsodersky2015-01-151-3/+7
|\
| * add comment for ExprTypeOndrej Lhotak2015-01-141-0/+1
| * clarify comment about TypeVarOndrej Lhotak2015-01-141-3/+6
|/
* Merge pull request #313 from dotty-staging/more-testsDmitry Petrashko2015-01-0928-58/+147
|\
| * tests reorgsMartin Odersky2014-12-216-0/+35
| * Don't emit copy method for case classes with repeated parameters.Martin Odersky2014-12-202-1/+5
| * New passing tests.Martin Odersky2014-12-192-0/+31
| * Harden implicit scope computation against CyclicReference errors.Martin Odersky2014-12-194-33/+6
| * Removed dead code.Martin Odersky2014-12-191-5/+1
| * Fix isUnboundedGeneric for alias types.Martin Odersky2014-12-192-3/+55
| * Avoid name clashes when generating synthetic companion objects.Martin Odersky2014-12-195-7/+31
| * Eliminate unused method from RefChecks.Martin Odersky2014-12-191-6/+0
| * Test re-org.Martin Odersky2014-12-196-23/+3
| * Fix NoCyclicReference testMartin Odersky2014-12-192-11/+11
* | Merge pull request #317 from dotty-staging/fix/java-varargsDmitry Petrashko2015-01-087-29/+71
|\ \
| * | Fix passing : _* arguments to Java methodsMartin Odersky2014-12-215-28/+69
| * | Fix printing of Class constantsMartin Odersky2014-12-211-1/+1
| * | Create the right method type for Java DefDefsMartin Odersky2014-12-211-0/+1
* | | Merge pull request #328 from olhotak/pr-nosymbol-associatedfileDmitry Petrashko2015-01-081-1/+3
|\ \ \
| * | | make NoSymbol.associatedFile return NoSource.fileOndrej Lhotak2015-01-081-1/+3
* | | | Merge pull request #327 from olhotak/pr-bindotcDmitry Petrashko2015-01-081-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | unset CDPATH in bin/dotc to make ( cd && pwd ) work correctlyOndrej Lhotak2015-01-081-1/+1
|/ / /
* | | Merge pull request #309 from dotty-staging/fix/#306-avoidance-problemDmitry Petrashko2014-12-312-1/+18
|\ \ \
| * | | Added testMartin Odersky2014-12-181-0/+17
| * | | Avpid returning ExprTypes from blocks.Martin Odersky2014-12-181-1/+1
* | | | Merge pull request #310 from dotty-staging/fix/#305-annot-bootstrapDmitry Petrashko2014-12-3120-46/+65
|\ \ \ \
| * | | | New method on scopes: openForMutationsMartin Odersky2014-12-186-13/+17
| * | | | Better encapsulation and naming for preDecls.Martin Odersky2014-12-183-7/+6
| * | | | More careful usage of unforced decls in classes.Martin Odersky2014-12-1816-29/+45
* | | | | Merge pull request #312 from dotty-staging/disable-context-escapeDmitry Petrashko2014-12-211-2/+3
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Disable context escape detectionMartin Odersky2014-12-191-2/+3
| | |_|/ | |/| |
* | | | Merge pull request #315 from dotty-staging/fix/annot-vararg-constrDmitry Petrashko2014-12-213-20/+30
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed testMartin Odersky2014-12-191-3/+1
| * | | Allow for varargs passed to Java annotation constructors.Martin Odersky2014-12-193-20/+32
|/ / /
* | | Merge pull request #271 from dotty-staging/fix/i268-gadtsodersky2014-12-196-45/+67
|\ \ \
| * | | Made gadt map better encapsulated.Martin Odersky2014-12-163-3/+8
| * | | Fixed #264 - failure to typecheck GADTsMartin Odersky2014-12-166-45/+62
* | | | Merge pull request #308 from smarter/change/Ylog-2odersky2014-12-183-18/+23
|\ \ \ \
| * | | | -Ylog:X now only log phase X, use -Ylog:X+ to also log phase X+1Guillaume Martres2014-12-183-18/+23
| | |_|/ | |/| |
* | | | Merge pull request #307 from smarter/simplify/TypeAlias-unapplyodersky2014-12-181-4/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Simplify TypeAlias#unapplyGuillaume Martres2014-12-171-4/+1
| |/ /
* | | Merge pull request #303 from dotty-staging/fix-packageObjects-members-erasureDmitry Petrashko2014-12-184-18/+25
|\ \ \ | |/ / |/| |
| * | Simplified and commented makePackageObjPrefixExplicitMartin Odersky2014-12-173-4/+9
| * | Refactored common behavior from TypeAssigner and TypeErasureMartin Odersky2014-12-173-22/+19
| * | Treat i0239 specially. It shows some problems that could be of interest.Dmitry Petrashko2014-12-171-0/+1
| * | Make erasure insert `.package` in refernecesDmitry Petrashko2014-12-171-0/+4
|/ /