aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Super accessor refactoringMartin Odersky2015-04-225-185/+254
| * | Make currentClass available from SymbolsMartin Odersky2015-04-222-7/+6
| * | Be smarter about validity of ownersMartin Odersky2015-04-222-33/+30
| * | Drop restriction that SuperAccessors should not touch patternsMartin Odersky2015-04-222-5/+7
| * | Move checkCompanionNameClashes from SuperAccessors to RefChecksMartin Odersky2015-04-222-64/+15
| * | Breakout and re-enable forward param accessors code.Martin Odersky2015-04-222-75/+82
| * | New utility method in TypeUtils: ensureMethodicMartin Odersky2015-04-223-12/+12
* | | Merge pull request #498 from dotty-staging/save-tastyDmitry Petrashko2015-04-2814-33/+154
|\ \ \
| * | | Update .gitignoreMartin Odersky2015-04-251-0/+1
| * | | Allow separate compilation of Dotty using TASTYMartin Odersky2015-04-256-7/+74
| * | | Better error message constructor applicationsMartin Odersky2015-04-251-1/+1
| * | | Change name of TASTY attribute to TASTYMartin Odersky2015-04-252-2/+2
| * | | Produce one TASTY pickling per top-level class.Martin Odersky2015-04-244-32/+73
| * | | Save TASTY in attribute of classfiles.Dmitry Petrashko2015-04-243-1/+13
| |/ /
* | | Merge pull request #501 from smarter/fix/arrayCloneDmitry Petrashko2015-04-281-1/+7
|\ \ \
| * | | TypeAssigner: fix return type of clone() for arraysGuillaume Martres2015-04-271-1/+7
| | |/ | |/|
* | | Merge pull request #491 from smarter/simplify/makeBridgeDefDmitry Petrashko2015-04-271-0/+8
|\ \ \ | |/ / |/| |
| * | Erasure#Typer: Document makeBridgeDefGuillaume Martres2015-04-271-0/+8
| |/
* | Merge pull request #497 from dotty-staging/fix-bin-dotcDmitry Petrashko2015-04-241-3/+3
|\ \
| * | Fix quadratic running type of bin/dotc bash script.Dmitry Petrashko2015-04-231-3/+3
| |/
* | Merge pull request #475 from dotty-staging/fix/pickle-homogenizationodersky2015-04-233-12/+32
|\ \
| * | All package refs should use TERMREFpkg for picklingMartin Odersky2015-04-201-6/+12
| * | Always pickle package references as TERMREFpkgMartin Odersky2015-04-141-2/+8
| * | Better homogenization.Martin Odersky2015-04-142-8/+16
* | | Merge pull request #496 from dotty-staging/fix-sams-staticDmitry Petrashko2015-04-235-7/+32
|\ \ \
| * | | Add a neg test for SAMs.Dmitry Petrashko2015-04-232-0/+2
| * | | Fix #492. Traits that require an outer pointer are not SAMs.Dmitry Petrashko2015-04-234-7/+30
| | |/ | |/|
* | | Merge pull request #488 from dotty-staging/functionalInterfacesDmitry Petrashko2015-04-23140-901/+2261
|\ \ \ | |/ / |/| |
| * | Make var fields of FunctionalInterfaces private.Dmitry Petrashko2015-04-231-2/+2
| * | Discover present java8-compat classes during compilation.Dmitry Petrashko2015-04-201-3/+5
| * | Implement getClassIfDefined.Dmitry Petrashko2015-04-202-5/+16
| * | FunctionInterfaces: more specific filters for FunctionX signaturesDmitry Petrashko2015-04-201-2/+15
| * | Load functions duringTyper in FunctionalInterfaces.Dmitry Petrashko2015-04-201-1/+1
| * | New phase: FunctionalInterfaces.Dmitry Petrashko2015-04-202-1/+65
| * | Specialization-specific names.Dmitry Petrashko2015-04-202-2/+40
| * | Add specialized versions of Function SAM'sDmitry Petrashko2015-04-20134-893/+2125
* | | Merge pull request #474 from dotty-staging/alt/instantiation-checksDmitry Petrashko2015-04-2016-43/+233
|\ \ \
| * | | Allow future defs when printing with i"...".Martin Odersky2015-04-132-2/+4
| * | | Tweaks relative to error reportingMartin Odersky2015-04-132-2/+2
| * | | Print supressed error message if it comes first.Martin Odersky2015-04-131-1/+1
| * | | Drop Java compilation units after TyperMartin Odersky2015-04-132-19/+17
| * | | Added phase to check `New` nodes for instantiability.Martin Odersky2015-04-135-1/+134
| * | | Self type inheritance checkMartin Odersky2015-04-133-0/+41
| * | | New method on types: givenSelfTypeMartin Odersky2015-04-132-18/+33
| * | | Better printing of anonymous classes.Martin Odersky2015-04-131-1/+2
| | |/ | |/|
* | | Merge pull request #482 from vsalvis/vsalvis-partest2Dmitry Petrashko2015-04-209-82/+620
|\ \ \ | |_|/ |/| |
| * | trigger travis, update .gitignorevsalvis2015-04-201-1/+0
| * | Robuster FileLock test to prevent exception if fork in Test is ever disabledvsalvis2015-04-202-6/+13
| * | Using FileLock to distinguish between test and partest modevsalvis2015-04-203-9/+21
| * | Partest for Dotty with pos tests and neg tests with error countvsalvis2015-04-178-82/+602