aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* workaround for ScalaMeter incorrect report pathliu fengyun2016-04-142-9/+54
* Merge pull request #1213 from felixmulder/topic/comment-parsing-fixDmitry Petrashko2016-04-113-4/+34
|\
| * Fix issues with `enterBlock` for comment parsingFelix Mulder2016-04-113-4/+34
|/
* Merge pull request #1151 from felixmulder/topic/wip-docstringsodersky2016-04-0811-46/+605
|\
| * Remove old datastructure for commentsFelix Mulder2016-04-071-7/+0
| * Add commandline argument `-Ykeep-comments` to remove hardcodingFelix Mulder2016-04-073-7/+12
| * Add binding between Symbol and Untyped tree in base contextFelix Mulder2016-04-076-41/+95
| * Implement comments as attachments instead of tree membersFelix Mulder2016-04-074-19/+16
| * Change tests to be based on JUnit, rename comments variableFelix Mulder2016-04-073-515/+463
| * Add docstring support for types, vals, vars and defsFelix Mulder2016-04-072-15/+150
| * Fix association of docstrings based on posisitionFelix Mulder2016-04-073-11/+71
| * Add package object supportFelix Mulder2016-04-072-7/+99
| * Add ability to parse nested classes/traits docstringsFelix Mulder2016-04-073-26/+85
| * Fix traits w/o bodies not getting the correct docstringFelix Mulder2016-04-072-13/+38
| * Add tests for classes and traitsFelix Mulder2016-04-074-4/+163
| * Add initial support for raw docstrings in ASTsFelix Mulder2016-04-073-9/+41
* | Merge pull request #1201 from liufengyun/i972Dmitry Petrashko2016-04-081-0/+74
|\ \ | |/ |/|
| * Check Java classes are not used as objectsliu fengyun2016-04-041-0/+74
* | Merge pull request #1186 from dotty-staging/fix-#1185odersky2016-04-0616-180/+380
|\ \
| * | Domain checking for named type parametersMartin Odersky2016-03-303-10/+18
| * | 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
| * | Test casesMartin Odersky2016-03-302-2/+52
| * | 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 test case.Martin Odersky2016-03-301-4/+4
| * | Fix error message output.Martin Odersky2016-03-301-1/+1
| * | Fix type-shifting problem in vcInlineMethodsMartin Odersky2016-03-301-1/+1
| * | Add test for #1181 to pendingMartin Odersky2016-03-301-0/+12
| * | Simplify and fix avoid logicMartin Odersky2016-03-303-27/+43
| * | Fixes to checkNonCyclicMartin Odersky2016-03-302-20/+49
* | | 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
| |/ /
* | | Merge pull request #1204 from liufengyun/jlineodersky2016-04-063-9/+19
|\ \ \ | |/ / |/| |
| * | simple integration with jlineliu fengyun2016-04-053-9/+19
|/ /
* | Merge pull request #1172 from dotty-staging/compiler-docsodersky2016-04-0135-82/+345
|\ \
| * | Drop Mode.scala from tasty_typer testMartin Odersky2016-04-011-1/+1
| * | PolishingMartin Odersky2016-04-011-10/+11
| * | Better documentation of main classesMartin Odersky2016-04-015-3/+12
| * | Add linksMartin Odersky2016-04-011-6/+14