aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove old datastructure for commentsFelix Mulder2016-04-071-7/+0
* Add commandline argument `-Ykeep-comments` to remove hardcodingFelix Mulder2016-04-072-7/+10
* Add binding between Symbol and Untyped tree in base contextFelix Mulder2016-04-074-4/+23
* Implement comments as attachments instead of tree membersFelix Mulder2016-04-073-18/+15
* Change tests to be based on JUnit, rename comments variableFelix Mulder2016-04-071-9/+9
* Add docstring support for types, vals, vars and defsFelix Mulder2016-04-071-11/+13
* Fix association of docstrings based on posisitionFelix Mulder2016-04-072-10/+21
* Add package object supportFelix Mulder2016-04-071-5/+6
* Add ability to parse nested classes/traits docstringsFelix Mulder2016-04-072-25/+38
* Fix traits w/o bodies not getting the correct docstringFelix Mulder2016-04-071-9/+6
* Add tests for classes and traitsFelix Mulder2016-04-071-1/+2
* Add initial support for raw docstrings in ASTsFelix Mulder2016-04-073-9/+41
* Merge pull request #1186 from dotty-staging/fix-#1185odersky2016-04-0610-168/+239
|\
| * Domain checking for named type parametersMartin Odersky2016-03-301-0/+5
| * Base deskolemize on ApproximatingTypeMapMartin Odersky2016-03-301-88/+9
| * Add ApproximatingTypeMap classMartin Odersky2016-03-301-22/+94
| * Fix documentation of liftIfHKMartin Odersky2016-03-301-1/+1
| * Fix a case in deskolemize.Martin Odersky2016-03-301-1/+1
| * Simplify widenToParentsMartin Odersky2016-03-301-4/+5
| * Adapt type assignment for AppliedTypeTrees to new named paramsMartin Odersky2016-03-301-6/+4
| * Don't lambda expand and/or types over named type parametersMartin Odersky2016-03-301-2/+16
| * Take named type parameters into account when instantiating variables.Martin Odersky2016-03-301-1/+5
| * Add methods for expressing named type paramsMartin Odersky2016-03-302-0/+75
| * Fix bug in printing New nodesMartin Odersky2016-03-301-1/+1
| * Fix error message output.Martin Odersky2016-03-301-1/+1
| * Fix type-shifting problem in vcInlineMethodsMartin Odersky2016-03-301-1/+1
| * Simplify and fix avoid logicMartin Odersky2016-03-302-27/+10
| * Fixes to checkNonCyclicMartin Odersky2016-03-301-20/+18
* | Merge pull request #1199 from dotty-staging/fix-stale-symodersky2016-04-065-24/+24
|\ \
| * | Fix doc commentMartin Odersky2016-04-031-1/+1
| * | Make erased value type take a TypeRef instead of a ClassSymbolMartin Odersky2016-04-035-23/+23
* | | Merge pull request #1203 from lampepfl/DarkDimius-patch-5odersky2016-04-061-1/+1
|\ \ \
| * | | Fix TermRefWithSignature.newLikeThisDmitry Petrashko2016-04-041-1/+1
| * | | Fix double computation in TermRefWithSignature.newLikeThisDmitry Petrashko2016-04-041-1/+1
| |/ /
* / / simple integration with jlineliu fengyun2016-04-052-8/+18
|/ /
* | Merge pull request #1172 from dotty-staging/compiler-docsodersky2016-04-0130-79/+74
|\ \
| * | Better documentation of main classesMartin Odersky2016-04-015-3/+12
| * | Document phasesMartin Odersky2016-04-013-50/+52
| * | Move Mode to coreMartin Odersky2016-04-0124-26/+10
* | | Temporarilly enable printing of original failure signature to debug failing b...Martin Odersky2016-03-311-1/+1
|/ /
* | Fix #854: Optimize matches on primitive constants as switches.Sébastien Doeraene2016-03-311-2/+133
* | FullParameterization: Fix indentation and a typo.Dmitry Petrashko2016-03-311-2/+2
* | Fix #1089: Special-case local methodsDmitry Petrashko2016-03-311-16/+32
* | Tailrec: drop support for polymorphic recursion.Dmitry Petrashko2016-03-311-1/+3
* | FullParametrization: allow to have $this of ThisType.Dmitry Petrashko2016-03-312-15/+35
* | Merge pull request #1182 from dotty-staging/repl-fixesodersky2016-03-317-62/+55
|\ \ | |/ |/|
| * Move all overridable bits into Config classMartin Odersky2016-03-182-40/+46
| * Get rid of prompt in DriverMartin Odersky2016-03-182-2/+1
| * Get rid of indentCodeMartin Odersky2016-03-181-16/+2
| * Fix handling of imports in REPL.Martin Odersky2016-03-181-2/+2