summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/TreeCheckers.scala
Commit message (Expand)AuthorAgeFilesLines
* Improved error messages for identically named, differently prefixed typesEdmund Noble2016-12-311-1/+1
* New trait encoding: use default methods, jettison impl classesJason Zaugg2016-03-181-2/+0
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-3/+1
* Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-081-1/+8
* Deprecations: Use of isPackage, hasSymbol, getter, setter...Simon Ochsenreither2015-03-261-3/+3
* SI-9157 Avoid exponential blowup with chained type projectionsJason Zaugg2015-02-181-1/+0
* Configure `checking` mode in `rootContext`.Adriaan Moors2014-07-171-2/+1
* Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-041-2/+2
* disambiguates uses of “local” in internal symbol APIEugene Burmako2014-02-121-1/+1
* Eliminate redundant pickling code.Paul Phillips2013-10-121-3/+5
* Removing unused code.Paul Phillips2013-10-021-17/+2
* Silence pos/t3960's -Ycheck output.Paul Phillips2013-09-171-2/+2
* Avoid spurious tree checker warning for higher order type paramsJason Zaugg2013-09-101-1/+1
* Noise reduction + minor enhance in TreeCheckers.Paul Phillips2013-09-091-115/+236
* SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-3/+3
* Merge pull request #2285 from vigdorchik/silence_scaladocPaul Phillips2013-03-231-2/+2
|\
| * Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-2/+2
* | Eliminate a bunch of -Xlint warnings.Paul Phillips2013-03-121-1/+0
|/
* Be explicit about empty param list calls.Jason Zaugg2013-02-241-2/+2
* Merge remote-tracking branch 'scala/2.10.x' into patmat-refactor-masterAdriaan Moors2013-02-121-0/+3
|\
| * Tolerate symbol sharing between accessor/field.Jason Zaugg2013-02-091-0/+3
* | Merge remote-tracking branch 'origin/2.10.x' into pr/merge-210Paul Phillips2013-01-291-2/+43
|\|
| * Ill-scoped reference checking in TreeCheckersJason Zaugg2013-01-261-2/+43
* | Made "mode" into a value class.Paul Phillips2013-01-091-1/+1
* | Eliminating var-like setter tpe_= on Tree.Paul Phillips2012-12-191-6/+3
* | Merge branch 'merge-2.10-wip' into merge-2.10Paul Phillips2012-12-051-5/+3
|\|
| * Take advantage of the margin stripping interpolator.Jason Zaugg2012-11-261-5/+3
* | Removed code from the typechecker.Paul Phillips2012-11-201-7/+0
* | Revert "Commenting out unused members."Paul Phillips2012-11-191-7/+7
* | Commenting out unused members.Paul Phillips2012-11-191-7/+7
* | Removed unused imports.Paul Phillips2012-11-061-1/+0
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\|
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Remove unused private members.Paul Phillips2012-11-011-4/+0
* | Merge branch '2.10.x'Paul Phillips2012-09-201-1/+1
|\|
| * Fix for loud test.Paul Phillips2012-09-201-1/+1
* | Warn when Any or AnyVal is inferred.Paul Phillips2012-08-091-1/+1
|/
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* Eliminated all the current feature warnings.Paul Phillips2012-07-271-1/+1
* address "this would catch all throwables" warningsMartin Odersky2012-07-201-1/+1
* The new reflectionEugene Burmako2012-06-081-1/+1
* Cleanups in Treecheckers.Paul Phillips2012-05-231-34/+33
* Some long overdue conveniences.Paul Phillips2012-04-251-1/+1
* Added NameTree Tree interface.Paul Phillips2012-04-141-14/+10
* Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-121-1/+1
* Fix for SI-5644.Paul Phillips2012-04-061-0/+19
* Allows now private primary constructors in value classes.Martin Odersky2012-03-211-2/+2
* Intercept assert and require calls.Paul Phillips2012-01-261-2/+2
* Overhaul of getter/setter synthesis.Paul Phillips2011-10-281-1/+1
* Adding some Sets/Maps to perRunCaches, and elim...Paul Phillips2011-07-141-6/+7