summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/internal/TreeInfo.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-8969 Accept poly+implicit for assignment syntaxSom Snytt2017-03-091-0/+1
* SI-10009 Fields survive untypecheck/retypecheckJason Zaugg2016-11-281-1/+2
* Fields phase expands lazy vals like modulesAdriaan Moors2016-08-291-0/+20
* Propagate overloaded function type to expected arg typeAdriaan Moors2016-08-121-0/+6
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-1/+1
* SI-9131 Fix use of apply syntactic sugar with by-name paramJason Zaugg2015-02-031-0/+1
* Fix many typos in docs and commentsmpociecha2014-12-141-2/+2
* SI-8743 Fix crasher with poly-methods annotated with @varargsJason Zaugg2014-07-231-7/+0
* Merge commit 'ec05aeb' into topic/merge-2.10.xJason Zaugg2014-05-081-0/+5
|\
| * SI-8479 Fix constructor default args under scaladocJason Zaugg2014-04-071-0/+5
* | block processing fixed for syntactics in typechecked treesVladimirNik2014-02-201-1/+1
* | printOwners support added to Printers; whitespaces removedVladimirNik2014-02-201-2/+2
* | move methods for typechecked trees processing to TreeInfoVladimirNik2014-02-201-0/+61
* | SI-8304 Allow volatile-typed Idents as stable ident patternsJason Zaugg2014-02-181-3/+3
* | Revert "SI-5920 enables default and named args in macros"Jason Zaugg2014-02-171-3/+8
* | Merge pull request #3397 from xeno-by/ticket/5920Jason Zaugg2014-02-161-8/+7
|\ \
| * | SI-5920 enables default and named args in macrosEugene Burmako2014-02-101-8/+3
| * | standardizes checks for default gettersEugene Burmako2014-02-101-0/+4
* | | SI-8258 Revert "SI-7335 Remove special case for import of Predef._Jason Zaugg2014-02-101-3/+19
|/ /
* | Optimize TreeInfo#isMacroApplication.Jason Zaugg2014-01-311-2/+4
* | Optimize isSelfSuperCallJason Zaugg2014-01-311-7/+7
* | Eliminated some dead/redundant code based on review.Paul Phillips2013-12-311-15/+2
* | SI-7897, SI-6675 improves name-based patmatPaul Phillips2013-12-151-0/+13
* | Merge pull request #3183 from xeno-by/topic/pure-expression-does-nothingAdriaan Moors2013-11-251-1/+2
|\ \
| * | SI-8001 spurious "pure expression does nothing" warningEugene Burmako2013-11-231-1/+2
* | | Merge pull request #3134 from xeno-by/topic/is-term-macroJason Zaugg2013-11-221-1/+1
|\ \ \ | |/ / |/| |
| * | more precise isMacroApplication checkEugene Burmako2013-11-131-1/+1
* | | blackbox and whitebox macrosEugene Burmako2013-11-121-4/+10
|/ /
* | Removing unused code.Paul Phillips2013-10-021-48/+0
* | Merge pull request #2980 from huitseeker/revert-2957Jason Zaugg2013-09-241-7/+0
|\ \
| * | Revert "Merge pull request #2957 from paulp/pr/parser-improvements"François Garillot2013-09-241-7/+0
* | | SI-7868 Account for numeric widening in match translationJason Zaugg2013-09-231-3/+6
|/ /
* | SI-7854, SI-6768 better parsing/positioning in parserPaul Phillips2013-09-181-0/+7
* | An Unapplied extractor.Paul Phillips2013-08-171-0/+11
* | Some general purpose methods.Paul Phillips2013-08-171-4/+5
* | Merge pull request #2659 from retronym/ticket/7584Adriaan Moors2013-06-251-2/+9
|\ \
| * | SI-7584 Test and spurious warning fix for by-name closuresJason Zaugg2013-06-161-1/+1
| * | SI-7584 Fix typer regression with by-name parameter typesJason Zaugg2013-06-161-1/+8
* | | SI-7433 Fix spurious warning about catching control throwableJason Zaugg2013-06-231-0/+6
|/ /
* | fixes a crash on a degenerate macro definitionEugene Burmako2013-06-071-3/+4
* | refactors macro compilationEugene Burmako2013-05-281-2/+11
* | Merge commit 'd93826f278' into pr/enter-elimination-modePaul Phillips2013-05-181-3/+3
|\ \
| * | Eliminated SNDTRYmode.Paul Phillips2013-05-111-3/+3
* | | SI-6815 untangle isStable and hasVolatileTypeAdriaan Moors2013-05-161-4/+78
|/ /
* | Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* | Merge 2.10.x into masterAdriaan Moors2013-05-021-1/+15
|\|
| * SI-6675 Avoid spurious warning about pattern bind arity.Jason Zaugg2013-04-211-1/+15
* | Merge remote-tracking branch 'origin/master' into ticket/7345-2Jason Zaugg2013-04-211-20/+3
|\ \
| * | SI-7335 Remove special case for import of Predef._ in Predef.scalaJason Zaugg2013-04-131-19/+3
| * | SI-7335 Don't import Predef._ in Predef.scalaJason Zaugg2013-04-081-7/+6