aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/parsing
Commit message (Expand)AuthorAgeFilesLines
* Add deprecation message on `with` type operatorFelix Mulder2016-10-101-1/+1
* Make relevant parts of compiler conform to new error handlingFelix Mulder2016-10-101-12/+11
* Complete better structure to diagnostic messagesFelix Mulder2016-10-103-8/+7
* Change layout of ErrorMessagesFelix Mulder2016-10-103-4/+7
* Add initial structure for improved explanations of error messagesFelix Mulder2016-10-101-13/+10
* Typecheck usecases in fresh local scopeFelix Mulder2016-10-061-1/+1
* Fix cooking of docstringsFelix Mulder2016-10-061-1/+1
* Add `Comments` object instead of `Scanners.Comment` case classFelix Mulder2016-10-062-6/+2
* Address @smarter's review commentsMartin Odersky2016-10-021-1/+1
* Add inline for valsMartin Odersky2016-10-021-5/+10
* Make inline a keywordMartin Odersky2016-10-023-16/+38
* Eliminate SelectFromTypeTree from docsMartin Odersky2016-09-251-5/+2
* Get rid of Thicket(List(...)) as an expressionMartin Odersky2016-09-251-2/+2
* Get rid of SelectFromType tree node.Martin Odersky2016-09-252-4/+4
* Drop PairMartin Odersky2016-09-251-1/+1
* Address reviewers commentsMartin Odersky2016-09-252-7/+14
* Specially mark functions coming from wildcard expressionsMartin Odersky2016-09-241-1/+1
* Make InterpolatedString conform to ordering requirementMartin Odersky2016-09-241-20/+20
* Swap order of elements in AnnotatedMartin Odersky2016-09-241-4/+4
* Make positions fit for metaMartin Odersky2016-09-243-122/+141
* Fix isWildcardMartin Odersky2016-09-241-1/+1
* Improve error message on empty catch blockFelix Mulder2016-09-151-0/+9
* Allow try expression without catch or finally, issue warningFelix Mulder2016-09-151-2/+7
* Port cooking of strings from NSCFelix Mulder2016-08-192-13/+14
* Error message for illegal self type (#1424)Martin Odersky2016-08-161-1/+1
* Fix #1443: Replace toplevel TypeBounds with AnyClemens Winter2016-08-151-3/+8
* Fix #1403: Reject unbound wildcard typesClemens Winter2016-08-011-9/+27
* Fix #1396: Modify parser to allow wildcard types everywhereClemens Winter2016-08-011-21/+17
* more friendly error message for case traitliu fengyun2016-07-271-1/+4
* Drop restriction to 2nd order hk typesMartin Odersky2016-07-121-4/+2
* Remove special case in parserMartin Odersky2016-07-111-10/+3
* New type lambda scheme for hk typesMartin Odersky2016-07-111-1/+10
* Fix #1292: give position when failing to emit switch on annotated matchFelix Mulder2016-06-021-2/+2
* Fix issues with `enterBlock` for comment parsingFelix Mulder2016-04-112-4/+4
* Remove old datastructure for commentsFelix Mulder2016-04-071-7/+0
* Add commandline argument `-Ykeep-comments` to remove hardcodingFelix Mulder2016-04-071-7/+9
* Implement comments as attachments instead of tree membersFelix Mulder2016-04-072-13/+9
* 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-072-9/+32
* Merge pull request #1184 from liufengyun/error-posodersky2016-03-222-2/+6
|\
| * better positioning of `_*` not last argument errorliu fengyun2016-03-182-2/+6
* | support `xs @ _*` and `_*` in Scala2 modeliu fengyun2016-03-181-5/+34
|/
* Merge pull request #1154 from dotty-staging/add-rewriteodersky2016-03-182-5/+13
|\
| * Address reviewer comments.Martin Odersky2016-03-141-1/+3