summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ast/parser/Parsers.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5402 from som-snytt/issue/8040-unusedSeth Tisue2017-04-101-16/+18
|\
| * SI-8040 Warn patvars in casedefsSom Snytt2017-03-111-20/+15
| * SI-8040 Warn unused flagsSom Snytt2017-03-111-1/+2
| * SI-8040 Heeding -Ywarn-unusedSom Snytt2017-03-111-3/+2
| * SI-8040 Warn unused pattern varsSom Snytt2017-03-111-1/+8
* | Fix Greek Mythology references in compiler packageJanek Bogucki2017-04-101-2/+2
|/
* Merge pull request #5648 from som-snytt/issue/10148Seth Tisue2017-02-161-2/+2
|\
| * SI-10148 Follow Java for float literalsSom Snytt2017-01-181-2/+2
* | SI-10097 Adapt unless -Xsource:2.13Som Snytt2016-12-141-3/+12
* | SI-8704 Also warn if effectively multiple implicitSom Snytt2016-12-141-0/+6
* | SI-8704 Error on bad implicit sectionsSom Snytt2016-12-141-13/+19
* | SI-10097 Error if no non-implicit case class paramSom Snytt2016-12-141-5/+10
|/
* Merge commit 'cba585d' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-011-44/+64
|\
| * SI-4625 Warn on first non-toplevel onlySom Snytt2016-05-171-42/+46
| * SI-4625 Warn when discarding script objectSom Snytt2016-05-171-4/+11
| * SI-4625 Permit arbitrary top-level in scriptSom Snytt2016-05-161-1/+3
| * SI-4625 App is a thingSom Snytt2016-05-161-1/+4
| * SI-4625 Recognize App in scriptSom Snytt2016-05-161-1/+5
* | Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-291-9/+9
* | Merge pull request #4935 from som-snytt/issue/8044-tickvarAdriaan Moors2016-05-241-8/+8
|\ \
| * | SI-8044 Allow any id in explicit pattern bindingSom Snytt2016-05-201-4/+3
| * | SI-8044 Allow binding backquoted varid in patternsSom Snytt2016-05-201-7/+8
* | | Merge pull request #4988 from som-snytt/issue/backtick-barAdriaan Moors2016-05-201-2/+2
|\ \ \ | |/ / |/| |
| * | SI-9665 Backquoted vbar in extractor patternSom Snytt2016-03-151-2/+2
* | | Keep Function when CBN arg thunk targets a SAMAdriaan Moors2016-03-301-3/+1
* | | Remove -Y settings that are no longer used in 2.12Lukas Rytz2016-02-161-5/+0
|/ /
* | Merge commit 'cc6fea6' into merge/2.11.x-to-2.12.x-20160203Jason Zaugg2016-02-041-3/+54
|\|
| * SI-9572 Check for illegal tuple sizes in the parserStefan Zeiger2016-01-281-3/+54
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-3/+2
* | Merge commit 'bb3ded3' into merge-2.11-to-2.12-oct-5Lukas Rytz2015-10-051-2/+8
|\|
| * Improve presentation compilation of annotationsJason Zaugg2015-09-241-2/+8
| * Fix typo in the name of a private methodMichał Pociecha2015-08-231-5/+5
* | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-081-5/+5
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-05-011-1/+1
|\|
| * Fix many typosMichał Pociecha2015-04-211-1/+1
* | Merge commit '32f520f' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-2/+2
|\|
| * Removed warningsEECOLOR2015-03-261-2/+2
* | SI-8918 Unary ids are plain idsSom Snytt2015-02-081-5/+17
|/
* SI-6856 Fix incorrect EBNF in comment in ParsersJason Zaugg2014-11-071-1/+1
* SI-8459 fix incorrect positions for incomplete selection treesghik2014-09-171-1/+1
* Merge pull request #3886 from adriaanm/report-filterGrzegorz Kossakowski2014-08-261-1/+1
|\
| * Move more parsing hooks out of reporting.Adriaan Moors2014-07-171-1/+1
* | SI-6476 Unitize ALL the procedures!Som Snytt2014-07-191-9/+9
* | SI-6476 Unitize procedures, readabilitySom Snytt2014-07-191-20/+16
* | SI-6476 DocumentationSom Snytt2014-07-181-0/+2
|/
* Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-041-5/+5
* SI-8325 Accept infix star type outside patternsSom Snytt2014-05-051-9/+21
* SI-8333 can't use modifiers if class is in a blockDenys Shabalin2014-02-281-4/+4
* Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-161-7/+4
|\
| * Merge pull request #3455 from densh/topic/patdefEugene Burmako2014-02-161-1/+1
| |\